#menubar ul, #menubar ul li{
	/* white-space: nowrap; */
	overflow: normal;
	display:block;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* height:18px; */

}

/* html>body ul, html>body li{_height: 1%} */

#menubar ul {
	list-style-type: none;
	height:12px;
}

#menubar li{
	float: left;
	padding-right:12px;
	margin-right:10px;
	background-image:  url(/images/divider.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
}

.end{
	background-image: none !important;	
}


#menubar li a{
	font-size:11px;
	text-decoration:none;
	color:#696969;	/* #888788 */
	zoom: 1;
	width:auto;
}

#menubar li a:hover{
	color: #026e67  !important;
}


.selected {
	color: #006e66 !important;
}

p {
	padding: 0;
	margin: 0;
}

.sublevel{
	clear:left;
	padding-left:68px !important;
	margin-top:7px !important;
}
* html .sublevel{_height: 1%}
