.topmenuul{
	list-style:none;
	margin:0;
	padding:0;
	
}

.topmenuli{
	position: relative;	
	list-style:none;
	float:left;
	top: -9px;
	left: -38px;
	margin: 0 0.15em;
	text-align: left;
	
}



.topmenutitle{
	display:block;
	width:90px;
}

.submenuul{
	list-style-type:none;
	position:relative;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	background: url(images/btnbkg.gif) #fff bottom left repeat;
	display:block;
	border:0.1em solid #AFB8A5;
	width:90px;
	color: #ffffff;
	margin-bottom: 3px;

	
}

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:xx-small;
}

.topmenuul {
	
}

.topmenutitle {
	background: url(images/btnbkg.gif) #fff bottom left repeat;
	text-indent:3px;
	text-decoration: none;
	border:0.1em solid #AFB8A5;
	padding:3px;
	margin: 0px;
	line-height:14px;
	color: #555E50;
}

.topmenuli a:hover{
	text-decoration: underline;
	background: url(images/btnbkgdark.gif) bottom left repeat;
	}
	
.submenuul {
	margin-top:2px;
	background-color:#FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #555E50;

}

.submenuli a:hover{
	text-decoration: underline;
	background: url(images/btnbkgdark.gif) bottom left repeat;
	color: #555E50;	
}