@charset "utf-8";
ul#navbar {
	margin: 0;
	padding: 0;
	height: 20px;
    float: right;
}
ul#navbar li {
	list-style: none;
	float: left;
    background:url(../images/menu_borderdes.gif) no-repeat right 2px;
}
ul#navbar li a {
	display: block;
	padding: 0 8px;
	height: 24px;
	color: #07569E;
	font-size: 11px;
	text-decoration: none;
}
*html ul#navbar li a {
	float:left;
}
ul#navbar li a:hover{
	background:url(../images/menu_tophover.gif) no-repeat center bottom;
}
ul#navbar li ul {
	display: none;
	width: 150px;
	height:auto !important;
    border:1px solid #07569E;
	background-color: #fef200;
}
*html ul#navbar li ul {
	clear:both;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	width: 120px;
}
#navbar li:hover li a, #navbar li.hover li a {
	padding:5px 5px 5px 15px;
	margin:0;
	color: #0b4a91;
}
#navbar li li a {
	text-decoration:none;
	width:130px;
       line-height: 24px;
	border-bottom: 1px solid #07569E;      
}
#navbar li li{
	padding: 0;
	background-image:none;
}
#navbar li li a:hover {
	text-decoration:underline;
	background-image:none;
	background-color: #fef200;
}
#navbar #endnav {
    background:url(../images/menu_boderright.gif) no-repeat right bottom !important;
}
