/* menu */
#menuwrapper {
	position:absolute;
	left:0px;
	width:100%;
	top:90px;
	height:20px;
	z-index:5;
	background-color:#8ACE26;
}


#navcontainer ul
{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 2px;
	margin: 0;
	background-color:#8ACE26;
	color:#FFFFFF;
	width:772px;
	height:20px;
	font-family:arial, helvetica, sans-serif;
	
}

#navcontainer ul li { 
	display:inline;
	height:20px;
}

#navcontainer ul li a
{
	padding:0.2em 1em;
	background-color:#268ACE;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	border-right:1px solid #FFFFFF;
	height:20px;
}

#navcontainer ul li a:hover
{
	background-color:#FFFFFF;
	color:#268ACE;
}

a.navitem:hover
{
	/* tried to get the menu item to 
	underline when hovered over, but it
	underlines the who menu block
	border-bottom: 3px solid #D97531;
	*/
}
#navcontainer li a:active
{
	background-color:#FFFFFF;
	color:#D97531;
}

#navcontainer li a#current
{
	background: #FFFFFF;
	color: #D97531;
}
