.drop {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
td {  background-repeat: no-repeat}



/* menu requirements for functionality */



.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	width:83px;
	float:left;
}

.topmenuli a:hover { background:#DBAB66; color: #FFFFFF;}

.topmenutitle{
	display:block;
	width:85px;
 background-color:#A02222;
	border:solid;
	text-align:center;
	text-decoration: none;
	padding:3px;
	line-height:14px;
	color: #DBAB66;
 border-width: 0px 1px; 
	border-color: #DBAB66
}

.topmenutitleLong{
 background-color:#A02222;
	border:solid;
	text-align:center;
	text-decoration: none;
	padding:3px;
	line-height:14px;
	color: #DBAB66;
 border-width: 0px 1px; 
	border-color: #DBAB66;
	display:block;
	width:100px;
}


.submenuli a{
	display:block;
	width:84px;
 margin: -1px 0 0  0px;
	text-decoration: none;
	color: #DBAB66;
  line-height: 14px;
	padding:3px; 
 border-color: #DBAB66; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px	
}

.submenuliLong a{
 margin: -1px 0 0  0px;
	text-decoration: none;
	color: #DBAB66;
  line-height: 14px;
	padding:3px;  
	display:block;
	width:98px;
 border-color: #DBAB66; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 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: Arial, Helvetica, Sans-Serif;
	font-size:10px;
}

.submenuul {
 text-align:center;
 list-style-type:none;
	position:absolute;
	margin: -1px 0 0  -41px;
	display:none;
	background-color:#A02222;
	background-position: left top;
	background-repeat: repeat-x;
; border-color: #DBAB66; width: 85px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px	
}

.submenuli a:hover{
	text-decoration: none;
	background:#DBAB66;
	color: #FFFFFF; 
 margin: -1px 0 0  0px;
border-color: #FF0000; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px	
}




