.mlmenudiv{
		float:right;
		width:190px;
border-bottom:1px solid #CECCB5;
		
}

.mlmenudiv a{
			padding-left:20px
			
			height:33px;
			line-height:33px;	
			float:left;
			color:#000;
			width:170px;
			display:block;
			font-weight:bold;			
}

.mlmenudiv ul{


list-style-type: none;
			float:right;
			width:100%;
			list-style-type:none;
}

.mlmenudiv ul li{
position: relative;
			width:190px;
			
			float:right;
			
}

/*Sub level menu items */
.mlmenudiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;

}

/* Sub level menu links style */
.mlmenudiv ul li a{
display: block;
overflow: auto; 
color: black;
text-decoration: none;
background: #F5EDC8;
padding: 1px 0px 1px 20px;


}

.mlmenudiv a:hover{
				background:#7A0000;
				color:#fff;
}




/* Holly Hack for IE \*/
* html .mlmenudiv ul li { float: left; height: 1%; }
* html .mlmenudiv ul li a { height: 1%; }