@charset "utf-8";


a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:123px; 
	height:27px; 
	background:#E6EDF5; 
	border-left: solid #AAC1EC 1px;
	border-top: solid #6694cd 1px;
	margin-top:0px; 
	text-align:center; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #5996D9; 
	font-weight: bold;
	line-height:25px; 
	overflow:hidden; 
	float:left;
	}

a.navon {
	display:block; 
	width:127px; 
	height:25px; 
	margin-top:2px;
	text-align:center; 
	text-decoration:none; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	line-height: 25px; 
	overflow:hidden; 
	float:left;
	color:#5996d9; 
	background:#1f46a2;
}

a.navon:hover {
	color: #5996D9;
	background: #0d2a70;
}

a.nav:hover {
	color: #5996D9;
	background: #0d2a70;
	}

a.nav:active, a.navon:active {
	color:#E6EDF5; 
	background:#5996D9;
	}
