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

#nav,
#nav ul {
	list-style: none;
	height: 3.125em;
	font-size: 16px;
	width: 59em;
	color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 200;
	position: relative;	/* the next two properties are necessary so nav items will overlay on top of any google map implementation */
	background-position: center;
	clear: right;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	/*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: #053E8D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}		

#nav li {
	float: left;
}

#menu li:hover, #menu li.hover {
}
#nav li.sfhover {
}


#nav li ul {
	position: absolute;
	left: -9999em;
	width: 190px;
}


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

#nav li ul a {
	background-color: #FFFFFF !important;
	float: left;
	width: 215px; /* if want to set a specific, universal width for all subnavs set this */
	margin: -15 0 0;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}		

#nav li ul a:hover {
	background: #FFFFFF !important;
	color: #01388B;
	position: static;
	margin-right: 2px;
	margin-left: 2px;
}

#nav li:hover	a,		
#nav li.on a	{
	position: static;
	font-size: 12px;
	background-color: #FFFFFF;
}

#nav li ul a					{ background-image: url(../images/nav/background_tile.png) !important; }

#nav li ul li a:hover		{
	background-color: #01418B !important;
	position: static;
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	left: auto;
}
#navdiv
{
	z-index: 2000;
	height: 20px;
	width: 56.5em;
	background-color: #FFFFFF;
	}

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

#nav li ul ul {
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	display: inline;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #5b8a2f;
	line-height: 21px;
}

