.topmenutitle {
	display: block;
	line-height: 14px;
	font-weight: 500;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.topmenutitle a:hover {
    display:block;
	line-height: 10px;
	text-decoration: none;
	background-color:#000066;	
}
.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0px 0px 0;
	padding:0;
	display:none;
	background-color:#996600;
	background-position: left top;	
}
.topmenuli{
	list-style-type:none;
	float:left;	
}
.submenuli a{
	display:block;
	width:160px;
	padding:2px 2px 2px 5px;
	text-decoration: none;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	z-index: 300;
}
.submenuli a:hover{
	text-decoration: none;
	background-color: #663300;	
	}
li:hover ul, li.over ul{ /* lists nested under hovered list items */
	display: block;	
}
#dmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-color: #ccc;
	position: absolute;
	margin-top: -10px;
	margin-right: 35px;
	margin-left: 10px;
}


