
/*menu /////////////////////////////////*/

#menu   { 
    color: #fff;
    background-color: #E3D59F;
    padding-top: 4px;
    padding-left:10px;
    margin-left: 4px;
    width: 790px;
    height: 27px;
    margin-right: 0px;
	margin-top: 170px;
	z-index: 2500;
	position: absolute;
}


#menu ul  { line-height: 2; background-image: url("../images/spacer.gif"); background-repeat: repeat; list-style: none; margin: 0; padding: 0 }



#menu a {
 	display: block; 
	text-align: left;
 	color: #085E2A; 
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0pt;
	line-height: 18px;

 }

#menu a:hover {
 	display: block; 
	text-align: left;
	color: #C2C2C2; 
	font-size: 11px; 
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	margin-bottom: 0pt;
    line-height: 18px;
}

#menu li li {
	padding-bottom: 7px;
	color: #fff; 
	text-decoration: none; 
	text-align: left;
}

#menu li li a {
	padding-top: 0px;
	padding-bottom: 7px;
	color: #085E2A; 
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: left;
	line-height: 13px;
}

#menu li li a:hover  { color: #c2c2c2; font-size: 10px; font-family: arial, helvetica, sans-serif; font-weight: bold; line-height: 13px; text-decoration: none; background-image: url("../images/spacer.gif"); background-repeat: repeat-x; background-position: 0 bottom; text-align: left; padding-top: 0; padding-bottom: 7px }
#menu li li li{
	padding-bottom: 7px;
	color: #fff; 
	text-decoration: none; 
	text-align: left;
}

#menu li li li a {
	padding-top: 0px;
	padding-bottom: 7px;
	color: #085E2A; 
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: left;
	line-height: 13px;
}

#menu li li li a:hover  { color: #c2c2c2; font-size: 10px; font-family: arial, helvetica, sans-serif; font-weight: bold; line-height: 13px; text-decoration: none; background-image: url("../images/spacer.gif"); background-repeat: repeat-x; background-position: 0 bottom; text-align: left; padding-top: 0; padding-bottom: 7px }

#menu li { /* all list items */
	float: left;
	z-index: 3000;
}

#menu li li { /* second  list items */
	width: 125px;
}

#menu li ul ul { /* third-and-above-level lists */
	border: 0;
	margin: -2em 0 0 7em;
	background-color: #F2E9C9;
}

#menu li ul { /* second-level lists */
	border-left: solid 1pt #085E2A;
	border-right: solid 1pt #085E2A;
	border-bottom: solid 1pt #085E2A;
	position: absolute;
	background: #fff;	
	margin-top: -2px;
	width: 125px;
	padding: 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#menu li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	min-height:0;
}

/* lists nested under hovered list items */
#menu li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}

