@charset "utf-8";
/* CSS Document */
/* #nav, #nav ul { 
	padding: 0;
	list-style: none;
	line-height: 2em;
	display:inline;
	z-index: 999;
} */

#navbg {
	background-color:#CCD663;
	color:#000000;
	/*width : 775px;*/
	width:100%;
	display : block;
	height : 1.8em;
	visibility: inherit;
	z-index: 999;
} 

#navbg_inside {
	background-color: #CCD663;
	color:#000000;
	/*width : 775px;*/
	width:100%;
	display : block;
	height : 1.8em;
	visibility: inherit;
	z-index: 999;
} 


#nav a { /* individual links in red bar */
	display: block;
	width: 10.4em;
	clear: both;
	line-height: 1.7em;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	text-align:center;
	margin:0px auto;
	padding-left: 3px;
	overflow:hidden;
}

#nav li { /* all list items */
	float: left;
	width: 10.5em; /* width needed or else Opera goes nuts - as it should. look up how float's defined. */
	text-indent : 0;
}

#nav li ul { /* individual links in dropdown */
	position : absolute;
	width : 10.7em;
	left : -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color : #CCD663;
	border : 1px solid #75b63c;
} 

#nav li ul a {
	font-weight: normal;
	line-height: 1.7em;
	
	/*text-decoration:underline;*/
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#nav li ul a:hover {
	color : #ffffff;
	background-color : #21741A;
	display : block;
	/*text-decoration : underline;*/
}


#nav li ul ul { /* third level links */
	float: left;
	margin: -1.5em 0 0 10.3em;
}

#nav, #nav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none; 
	line-height: 1;
	display:inline;
}

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


#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
	display:block;
} /* from Son of Suckerfish */



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
} /* from Son of Suckerfish */
