.menulist, .menulist  ul {
	z-index:1000;	margin: 0;	padding: 0;	list-style: none;
	}
.menulist ul {
	z-index:1000;
	background-color:#fffFFF;
	visibility: hidden;
	position: absolute;
	top: 2em;
	left: 0em;
	width: 150px;
	border: 1px solid #89A479;
	 }
	 
.menulist ul ul	 {
	z-index:1000;
	top: 0px;
	left: -163px;
	}
	
.menulist li {
	float: left;
	background: #FFFfff;
	position: relative;
	z-index:1000;
	}
	
.menulist ul li	{
	float: none;
	margin-bottom: 0px;
	margin-right: 0;
	margin:2px;
	border-bottom: 1px solid #D4DECF;
	
	}
	
.menulist ul>li:last-child {
	margin-bottom: 1px;
	 }
	 
.menulist a {
	display: block;
	text-align:left;
	padding: 1px;
	padding-right: 8px;
	color: #000;
	text-decoration:  none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus  {
	color: #000;
	background-color: #D4DECF;
	}
	
.menulist  a.highlighted {
	color: #FFF;
	background-color: #A6A6A6;
	}
	
.menulist a .subind	 {
	display:  none;
	}
	
.menulist ul a .subind {
	float: right;
	display:  block;
	}
	
.menulist a	 {
	float: left;
	}
	
.menulist ul a	{
	float: none;
	}
	
.menulist a	 {
	float: none;
	}
	
* html .menulist  ul li		 {float: left;	height: 1%;}
* html .menulist  ul a		 {height: 1%;}
