	/* CSS Document */

#nav,
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 40px;
	font-size: 14px;
	width: 703px;
	color: #D0CFCC;
	text-align: center;
	/* 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;
	text-align: center;
}		

#nav a:hover,
{
	color: #E8E7E2;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 7.8em;
	text-align: center;
}	

	

#nav li {
	float: left;
}

#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;
	width: 180px;
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #30679C;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#nav li ul li {
	clear: both;
	margin: 0;
}

#nav li ul a {
	float: left;
	width: 180px;
	padding: 5px;
	font-size: 9px;
	text-align: left;
	height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}		

#nav li ul a:hover {
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat-x;
}

#nav li:hover	a,		
#nav li.on a					{
	background-color: 99A3AA;
	height: 16px;
}
#nav li ul a					{
	background-repeat: repeat-x;
	text-align: left;
}
#nav li ul li a:hover		{
	background-repeat: repeat-x;
	width: 180px;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	left: auto;
}
#navdiv
{
	z-index: 2000;
	height: 70px;
	width: 703px;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	float: right;
	}

	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
.nav_divider {
}
/* added this rule, for two purposes - positioning/stacking in IE adn the need for it
   to have a simple hover rule before it will apply the extended ones below 
*/
#nav li:hover, #nav li.sfhover {
	position: relative;
	z-index: 1;
	}

#nav li:hover ul {
	width: 10em;
	text-align: left;
	} /* moved from hidden list rule */

#nav li:hover ul ul, #nav li.sfhover ul ul, 
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	margin-left: 10em;
}

#nav li:hover ul, #nav li.sfhover ul,
#nav li li:hover ul, #nav li li.sfhover ul, 
#nav li li li:hover ul, #nav li li li.sfhover ul {left: 0;}
