/* CSS Document */
/* CSS Document */
td.topnav {
	background-color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #afbfce;
	border-top: 1px solid #0956a4;
	line-height: 25px;
}
td.topnav4 {
	background-color: #FFFFFF;
	background-image: url(../Images/top-bottom.jpg);
}
/*top navigation*/
#menu ul {
	margin:auto;
	padding:0;
	display: inline;}
	
#menu li {
	float: left;
	list-style-type: none;
	display: block;
	}
	
.on {
	white-space: nowrap; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 10px;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8px;
	text-transform: uppercase;
	background: #dddddd; 	color: #063C71;}

#menu li a {
	white-space: nowrap;border-right: 1px solid #ffffff; border-left: 1px solid #ffffff;
	 margin-left: 20px; 
	 margin-right: 10px; 
	 padding-left: 15px; padding-right: 10px;
	display: block;
	color: #464646;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 8px;
	text-transform: uppercase;
	background: transparent;
	}
#menu ul li a:hover  {
	color: #993333;
	background-color: #ffffff;
	background-image:  url(../Images/nav_Circle_CMYK_2935.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}



/*INSIDE PAGES NAVIGATION*/
.currenttop {
	line-height: 15px;
	color: #0956a4;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	}
