#menucontainer{
	position:relative;
	border-bottom: 0px solid navy;
	color:#E0E0E0;
	background:#000000;
	width:100%;
	font-family:Georgia;
	background-color: #000000;
	overflow: hidden;
}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:Lowcase;
	font-weight:bold;
	background:#ffffff repeat-x bottom left;
	padding:0 0 0 0px;
	background-color: #000000;
}
#menunav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#menunav ul li{display:block;float:left;margin:0 0px;}
#menunav ul li a{display:block;float:left;color:#FF9D35;text-decoration:none;padding:0 0 0 7px;height:38px;}
#menunav ul li a span{padding: 7px 10px 0 0;height:21px;float:left;}
#menunav ul li a:hover{color:#fff;background:transparent repeat-x bottom left;}
#menunav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#menunav ul li a.current,#menunav ul li a.current:hover{color:#fff;background:#FF6600 no-repeat top left;line-height:130%;}
#menunav ul li a.current span{display:block;padding:0 7px 0 0;width:auto;background:#FF6600 no-repeat top right;height:33px;}

#menu_inner{color: white; padding: 5px; font-size: 80%; height: 1em}

#menu_inner a:link, #menu_inner a:visited, #menu_inner a:active{color: white}
#menu_inner a:hover{color: yellow}

.innercontent{display: none;}

