ul, li { margin:0; border:0; padding:0; list-style:none; }
/*
#middlebar{
	font-size:11px;
	color:#3b5d14;
	background:#90b557;
	font-weight:bold;
	padding:4px;
	height:30px;
}*/

#middlebar .menu li {
	height:30px;
	float:left;
}

#middlebar .menu li a, #middlebar .menu li a.with_arrow{
	font-size: 1em;
	color:white;
	text-decoration:none;
	padding:0 10px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	padding:0 10px;
}

#middlebar .menu li a.with_arrow {
	background: url(../images/arrow_down.gif) center right no-repeat;
	padding:0 20px 0 10px;	
}

#middlebar .menu li a:hover {
	background-color: #4A91C3;
	border: 1px solid #4A91C3;
	color: #FFF;
}

#middlebar ul .submenu {
	border:solid 1px #4A91C3;
	border-top:none;
	background:#4A91C3;
	position:relative;
	top:4px;
	width:120px;
	padding:6px 0;
	clear:both;
	z-index:2;
	display:none;
}

#middlebar ul .submenu li{
	background:none;
	display:block;
	float:none;
	margin:0 6px;
	border:0;
	height:auto;
	line-height:normal;
	border-top:solid 1px white;
}

#middlebar .submenu li a{
	font-size: 12px;
	background:none;
	display:block;
	float:none;
	padding:6px 6px;
	margin:0;
	border:0;
	height:auto;
	color:white;
	line-height:normal;
}

#middlebar .submenu li a:hover{
	background:#e3edef;
	color: #4A91C3;
}


