.topmenuul{
	list-style:none;
	margin:0;
	padding:0;	
}

.topmenuli{	
	list-style:none;
	float:left;	
	margin: 0 0.1em;
	text-align: left;

}

.topmenutitle{
	background: url(images/buttonbkg.gif) #ffffff bottom left repeat-x;		
	position: relative;
	left: -39px;
	display:block;
	width:80px;
	height:28px;	
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	position: relative;
	left: -40px;
	background-color: #000066;
	display:block;
	width:97px;
	height:10px;
	color: #ffffff;
	margin-bottom: 0px;

	
}



li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}



#dmenu li>ul { 
	top: auto;
	left: auto;	
}

#content {
	clear: left;

}




/* menu design */

#dmenu {
	font-family: verdana;
	font-size:x-small;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:0px;
	text-decoration: none;
	border:0.1em solid #dcdce9;
	padding:2px;
	margin: 0px;
	line-height:14px;
	color: #63543A;	
	font-size: 1em;
}

.topmenuli a:hover{
	text-decoration: underline;
	}
	
.submenuul {
	margin-top:0px;	
	background-position: top left;
	background-repeat: repeat-x;
	color: #000066;
	
	
}

.submenuli a{
	padding:5px;
	text-decoration: none;
	background: url(images/subbuttonbkg.gif) bottom left repeat-x;
	margin: 0px;
	color: #000066;

}

.submenuli a:hover{
	text-decoration: underline;
	background: url(images/subbuttonbkg.gif) bottom left repeat-x;
	color: #000066;	
}	


