/* Basic code - don't modify */
#nav {display:block; margin:0; padding:0; position:relative; z-index:99999;}
	#nav li {display:block; list-style:none; margin:0; padding:0; float:left; position:relative;}
	#nav a {display:block;}
	#nav ul {display:none; position:absolute; left:0; margin:0; padding:0;}
	* html #nav ul {line-height:0;} /* IE6 "fix" */
		#nav ul a {zoom:1;} /* IE6/7 fix */
		#nav ul li {float:none;}
		#nav ul ul {top:0;}
		
/* Essentials - configure this */
#nav ul {width:162px;}
#nav ul ul {width:162px;}
#nav li.last ul {left:-59px;}

/* Everything else is theming */
#nav {height:47px; color:#464646; padding:0; margin:0;}

#nav *:hover {background-color:none;}

#nav a {color:#464646; font-size:11px; padding:0; line-height:47px; width:107px; height:47px; text-align:center; font-weight:bold; background:url(../images/bgd/top_nav.png) no-repeat top right;}
	#nav a {background:url(../images/bgd/top_nav.png) no-repeat top right;}
	
	#nav a.last {width:103px; background-position:top left;}
	#nav a.nolineht {_height:47px; line-height:11px; padding-bottom:13px; padding-top:12px;}
		* html #nav a.nolineht {line-height:11px; padding-bottom:0; padding-top:13px;} /* IE6 "fix" */
	#nav a:hover {text-decoration:none;}
	#nav a:visited {font-style:normal;}
	
	#nav li.hover a {background:url(../images/bgd/top_nav-hover.png) no-repeat top right; color:#464646;}
		#nav li.hover a {background:url(../images/bgd/top_nav-hover.png) no-repeat top right;}
		#nav li.hover a.last {background-position:top left;}
	#nav li.hover a:hover {color:#427092 !important;}
	
	#nav ul {top:47px; background:#f9fcfd;}
		#nav ul li {margin-bottom:1px; background:#518bb3;}
		#nav ul li a {height:auto; line-height:14px; width:162px; color:#f9fcfd; background:#518bb3; padding:6px 0; border:2px solid #518bb3;}
		/*#nav ul li.hover > a, #nav ul li > a {padding:6px 0; border:2px solid #518bb3; color:#f9fcfd;}*/
		/*#nav ul li.hover > a:hover, #nav ul li > a:hover {border:2px solid #dee7ee; background:#f9fcfd;}*/
		#nav ul li.hover a:hover, #nav ul li a:hover {border:2px solid #dee7ee; background:#f9fcfd;}
	 	#nav ul a, #nav li.hover li a {background:#518bb3; opacity:0.95; filter:alpha(opacity=95); color:#f9fcfd;}