/* Main menu panel*/
.menulist {
	clear: both;
	height: 24px;
	width: 100%;
	background-color: #265066;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Tw Cen MT', 'Helvetica 25 UltraLight', helvetica;
	font-size: 13px;
}

.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 24px; 
	left: 0px;
	width: 150px;
}

.menulist ul ul {
	top: -1px;
	left: 149px;
}

.menulist li {
	float: left;
	position: relative;
	/*background-color:#265066;*/
	border: 0px;
	border-right: 1px solid white;
	margin-right: -1px;
	text-align: right;
	vertical-align: bottom;
}

.menulist ul li {
	float: none;
	margin-right: 0;
	margin-bottom: -1px;
	background-color:#265066;
	border: 0px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/*
.menulist ul>li:last-child { margin-bottom: 1px; }
*/

.menulist a.menu_main {
	display: block;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	text-decoration:  none;
}

.menulist a {
	height: 17px;
	display: block;
	padding: 0px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration:  none;
	color: #ffffff;
	background: transparent;
}

.menulist a:link, .menulist a:visited, .menulist a.highlighted:link,  .menulist a.highlighted:visited {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}
.menulist a:hover, .menulist a:active, .menulist a.highlighted:hover,  .menulist a.highlighted:active {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	background-color:#999999;
}

.menulist a .subind {
	display:  none;
}
.menulist ul a .subind {
	display:  block;
	float: right;
}

.menulist a {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.menulist ul a {
	padding-left: 4px;
	padding-right: 4px;
	float: none;
}

.menulist a {
	/*float: none;*/
}

* html .menulist  ul li {
	float: left;
	height: 1%;
}

* html .menulist  ul a {
	height: 1%;
}