#menud2{
position:absolute;  top: 223px; left:292px;
}


#menud2, #menud2 dl {
	position: absolute;  
	width: 92px; height:37px;
	margin: 0;
	padding: 0;
	background-color: #FFCF20;
	border-left: solid 1px #FFE576;
	border-right: solid 1px #706710;
	
	
}

#menud2 dt {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: #FFCF20;
	color: black;
	text-align: center;	
	font: bold 10px/35px Tahoma, Verdana, sans-serif;
	border-top: solid 1px #FFCF20;
	border-bottom: solid 1px #FFCF20;
}

#menud2 dl dt {
	background-color: #FFCF20;
	color: #000;
	text-align: center;		
	margin: 0;
	padding:0;
	height:35px;
	border-top: solid 1px #FFE576;
	border-bottom: solid 1px #706710;	

}


#menud2 dd  {
	background:#FFCF20;
	color: #000;
	margin: 0;
	padding: 0;
	width: 92px;
	height: 37px;
}

#menud2 dd.active {
	font-weight: bold;
}

#menud2 dt a {
	background: url("submenu.gif") no-repeat 140px 8px;
	/*padding-right: 20px;*/
}

#menud2 a:link, #menud2 a:visited {
	display: block;
	color: #000;
	text-align: center;
	font: normal 11px/35px Tahoma, Verdana, sans-serif;	
  height:37px;
  text-decoration: none;	
}

#menud2 a:hover {
	color: #fff;
	background-color: #D6A701;
	text-align: center;
	font: normal 11px/35px Tahoma, Verdana, sans-serif;	  
  border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #000000;


}

#menud2 dl {
	position: relative;
	border: 0;
}

#menud2 dl dd {
	position: relative;
	left: 92px;
	bottom: 37px;
	height:35px;
	border-top: solid 1px #FFE576;
	border-bottom: solid 1px #706710;	
	border-left: solid 1px #FFE576;
	border-right: solid 1px #706710;
}

#menud2 dl dd a:hover{
height:34px;

}

