@charset "UTF-8";
/* CSS Document */

#nav,
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 70px;
	font-size: 14px;
	width: 70em;
	text-align: left;
	/* the next two properties are necessary so nav items will overlay on top of any google map implementation */
	/*position: relative;
	z-index: 10;*/
}

#nav img { border: none; }

#nav a {
	display: block;
	text-decoration: none;
}		

#nav a:hover,
#nav li:hover a,
#nav li.over a,
#nav li.on a   {
	color: #0060A9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}		

#nav li {
	float: left;
	margin-top: -2px;
}

#menu li:hover, #menu li.hover {
    position: static;
}
#nav li.sfhover {
	/* the following (seemingly) fixes sticky suckerfish drop-down menus in IE7 */
	position: static;
}


#nav li ul {
	position: absolute;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -2 0 0;
	width: 150px;
}


#nav li ul li {
	clear: both;
	margin: -2 0 0;
}

#nav li ul a {
	background-color: #CFD6D3 !important;
	background-position: left top;
	background-repeat: repeat;
	border-bottom: 1px solid #000000;
	float: left;
	width: 150px; /* if want to set a specific, universal width for all subnavs set this */
	margin: 0;
	padding: 5px;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}		

#nav li ul a:hover {
	background: none !important;
	color: #FFFFFF;
}

#nav li:hover	a,		
#nav li.on a					{
	background-color: #CFD6D3;
}
#nav li ul a					{ background-image: url(../images/nav/background_tile.png) !important; }
#nav li ul li a:hover		{
	background-color: #0060A9 !important;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	left: auto;
}
#navdiv
{
	z-index: 2000;
	height: 56px;
	width: 900px;
	}

	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
.nav_divider {
}
