#nav ul { /* all lists */
	font-size: 11pt;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	z-index: 1000;
}

#nav { /* all lists */
	font-size: 11pt;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	z-index: 1000;
}

#nav a {
	display: block;
	color: black;
	width: 9em;
	text-decoration: none;
}

#nav a:hover {
	display: block;
	color: #FF9900;
	width: 9em;
	text-decoration: none;
	background: #EEE685;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color: black;
}

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

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

#nav li ul li { /* all list items */
	background: #BDB76B; /*#CCCC00 */
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #808000 solid 4px;
	border-top: #808000 solid 1px;
	border-right: #808000 solid 2px;
	border-bottom: #808000 solid 1px;
}
#nav li ul li a {
text-color: black;
} 

#nav li ul li a:hover {
color: green; /*#FFFFCC */
background: #EEE685;
text-decoration: none;
} 


#nav ul li a {
color: black;
} 

#navbar {
position: absolute;
left: 0px;
width: 125px; font-family: Arial, Helvetica, sans-serif;

}

#navbar ul {
margin: 0;
padding-left: 3px;
padding-right: 2px;

}


#navbar ul li {
list-style-type: none;
margin: 1px 0px 0px 0px;
padding: 0;
text-align: center;
background-color:#141414;
}

#navbar ul li a:link {
display: block;
color: white;
text-decoration: none;
font-weight: bold;
font-size: .8em;
border-left: solid #ccc 4px;
border-right: solid #000 6px;
border-top: solid #999999 5px;
border-bottom: solid #555 3px;
padding-top: 2px;
padding-bottom: 2px;


}

#navbar ul li a:visited {
display: block;
color: white;
text-decoration: none;
font-weight: bold;
font-size: .8em;
border-left: solid #ccc 4px;
border-right: solid #000000 6px;
border-top: solid #999999 5px;
border-bottom: solid #555 3px;
padding-top: 2px;
padding-bottom: 2px;
}

#navbar ul li a:hover {
color: #000000;
font-weight: bold;
font-size: .8em;
background-color:#E56621;
border-left: solid #ccc 4px;
border-right: solid #000000 6px;
border-top: solid #999999 5px;
border-bottom: solid #555 3px;
padding-top: 2px;
padding-bottom: 2px;
}



#content {
	clear: left;
	color: #ccc;
}