
#ddm {
	font-family: arial, helvetica, serif;
}


.mainul{
margin-top:-10px;
border: 1px solid #B1C5DD;
list-style: none; 
}

.lmi { /* all list items */
	float: none;
	position: relative;
	width: 10em;
	font-size:13px;
	background:white;
	margin-top:3px;
	color:#081B39;
	
	width:174px;
	margin-left:5px;
	height:15px;
	list-style: none; 
}

.lmi ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0em;
	left: 158px;
	list-style: none; 
}

li>.over { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 0px;
	left: 158px;
list-style: none; 
}

li:hover .over, li.over .over { /* lists nested under hovered list items */
	display: block;
	
	background-color:white;
	width:200px;
	height:20px;
	font-size:11px;
	border:thin;
text-decoration:none;
color:#483399;
border: 1px solid #B1C5DD;
list-style: none; 


}
.hre{
	text-decoration:none;
	
	color:#483399;
	margin-left:10px;
list-style: none; 
font-weight:bold;
}
