#nav {
  position: relative;
top: 45px;
}
#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 920px;
	white-space:nowrap;
	height: 28px;
						/*position: relative;
	z-index: 10;*/
}

#nav a {
	display: block;
	text-decoration: none;
	white-space:nowrap;
}		
/*#nav a:hover, #nav li:hover a, #nav li.over a, #nav li.on a   {
	color:#92c1eb;
}*/	

#nav li#first{
	margin-left: 25px;
}	

ul#nav li{
	float: left;
	margin: 3px 20px 0px 0;
	color: #FFFFFF;
	font-family: Times New Roman;
	text-transform: uppercase;
	white-space:nowrap;
}
	ul#nav li a{
	color:#FFFFFF;
	font-size: 75%;
	padding-bottom:8px;
	white-space:nowrap;
	padding-right: 12px;
	
	
	}
	
	ul#nav li a:hover {
	color:#92c1eb;
	padding-right: 12px;
	

}

ul#nav li:hover, #nav li.sfhover {
	/* the following (seemingly) fixes sticky suckerfish drop-down menus in IE7 */
	position: static;
}

ul#nav li ul {
	position: absolute;
	left: -99999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	width: 165px;
	color:#000000;
}


ul#nav li ul li {
	clear: both;
	margin: 0;
	font-size:90%;
}

#nav li ul a {
	background-color: transparent !important;
	background-position: top left;
	background-repeat: repeat;
	/*border-bottom: solid 1px #FFF;*/
	float: left;
	width: 180px; /* if want to set a specific, universal width for all subnavs set this */
	margin: 0;
	padding: 5px;
	text-decoration:none;
	color:#000000;
}		

#nav li ul a:hover {
	background: none !important;
	color: #000000;
}


#nav li ul a{

	background-color:#92c1eb !important;
	filter:alpha(opacity=90);   /* Internet Explorer       */
   -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
   opacity: 0.9;               /* newer Mozilla and CSS-3 */
	color:#000000;
}

#nav li ul li a:hover{
	background-color: #FFFFFF !important;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	left: auto;
}

 ul li ul{
	margin-top:5px;
}


/*old*/

/*
#header div{
	display:inline;
	padding: 0 15px;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 75%;
	text-transform: uppercase;
	}
	
	#header div#first{
	padding-left:35px;
	}
	
	#header div#selected{
	color:#92c1eb;
	}
	
	#header div a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#header div a:hover{
	text-decoration:none;
	color:#92c1eb;
	}
	*/

