/* CSS Document */
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	color: #4B483D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: -102;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180;
}
#nav {
	clear:both;
	height: 39px;
	width: 100%px; /*697*/
	position: relative;
	top: 0px;
	_top: 0px;
	margin-left:auto;
	margin-right:auto;
	border-width: 0px;
	border-style: solid;
	border-color: #669900;
	margin-left: 180;
	margin-bottom: 50;
}
#nav a {
	display: block;
	padding-top:2px;
	padding-bottom:2px;
	line-height:32px;
	text-decoration:none;
	color:#FFFFFF;
	padding-right: .8em;
	padding-left: .8em;
}
#nav li { /* all list items */
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #000000;
	background-image: url(../images09/menu-bg-home.jpg);
}

#nav li.first	{border-left-width: 1px;} 
#nav li.last	{border-right-width: 0px;} 
#nav a:hover {
	background-color: #FFCC00;
	color: #000000;
}
#nav li:hover {
	background-color: #FFFFCC;
}

/* 2nd level*/
#nav li ul li	{
	width: 190px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #4B483D;
	border-bottom-color: #96917E;
} 

#nav li ul li.first	{border-top-width: 1px; border-left-width: 1px;} 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:-1px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {	left: -999em;}
/*
/*#nav a.first	{padding-top:8px;	padding-right: 1em; padding-left: 1em;} /* offset level 1 vertically to align popouts so the popout does not look like it is under the other menu items */
/*#nav a.main	{padding-right: 1em; padding-left: 1em;} /* offset level 1 vertically to align popouts so the popout does not look like it is under the other menu items */

/*
#content {
	clear: left;
	color: #ccc;
}

#nav li ul ul { /* third-and-above-level lists 
	margin: -23px 0 0 180px; /*adjust top margin to line up with higher level menus 
}


#nav li ul ul li	{	background-color:#b3b5a2; width: 180px;	padding-right: 0em; padding-left: 0em;} /* 3rd level background color 
#nav li ul ul ul li {background-color:#b3b5a2; width: 180px;	padding-right: 0em; padding-left: 0em;} /* 4th level bg color 
*/

