.topmenuul{
	list-style:none;
	margin:0;
	padding:0;
	
}

.topmenuli{
	position: relative;	
	list-style:none;
	top: 3px;
	left: -42px;
	margin-left: -5px;
	margin-bottom: 1px;
	text-align: left;
	
}



.topmenutitle{
	display:block;
	width:180px;
}



li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

li:hover, li.over {
   position: relative;
   z-index: 1
   };

#dmenu li>ul { 
	top: auto;
	left: auto;	
}

#content {
	clear: left;

}


-->

/* menu design */

#dmenu {
	font-family: verdana;
	font-size: 11px;
}

.topmenuul {
	
}

.topmenutitle {
	background: #DDEDEF;
	text-indent:3px;
	text-decoration: none;
	border:0.1em solid #191746;
	padding:3px;
	margin: 0px;
	line-height:14px;
	color: #191746;
}

.topmenuli a:hover{
	text-decoration: none;
	background: #191746;
	color: #FFFFFF;
	}
	

