#MenuContent{
	font-family:verdana,sans;
	font-size:11px;
	font-weight:bold;
	
	background-image:url(../images/menu_empty.gif);
	background-repeat:no-repeat;
	height:33px;
	width:102px;
}
.menulist, .menulist ul {
	 margin: 0;
	 padding:1px;
	 /* width: 140px; */
	 list-style: none;
	 border: 0px solid #654;
	 z-index:200;
}
.menulist ul {
	 background: #284e8f;
	 border:#32363e 1px solid;

	 display: none;
	 position: absolute;
	 top:25px;
	 left:0px;
	 width:160px;
	 white-space:nowrap;
}
.menulist li {
	 position: relative;
}
.menulist li a {
	 display: block;
	 /* padding: 3px 4px 3px 30px; */
	 padding:1px;
	 padding-top:5px;
	 color:#ffffff;
	 text-decoration: none;
	 border: 1px solid transparent;
	 margin: 0;
	 text-align:center;
	 vertical-align:bottom;
}
* html .menulist li a {
	 border-width: 0;
	 margin: 1px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color:#cccccc;
	 margin: 0;
}
.menulist a.highlighted {
	 margin: 0;
}
.menulist a .subind {
	 float: right;
}
*:first-child+html .menulist li {
	 float: left;
	 width: 100%;
}
* html .menulist li {
	 float: left;
	 height: 1%;
}
* html .menulist a {
	 height: 1%;
}
