<!-- 
.noJs{display:none}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menuH, .menuhtml {
font-family: Georgia, "Times New Roman", Times, serif;
position: relative;
height: 20px;
width: 100px;
text-align: left;
vertical-align: middle;
padding-left: 8px;
padding-right: 8px;
}

/*
#menuH dt :hover 
{
color :#000000;
}
*/

#menuH dt {
	position: relative;
	height: 20px;
	width: 100px;
	line-height: 20px;
	text-align: center;
	overflow: auto;
	display: inherit;
}

#menuH dd {
	position: absolute;
	z-index: 10;
	left : 10px;
	top : 20px;
	background: #bebe9a;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	overflow: visible;
}

#menuH ul {
padding: 0px;
}
#menuH li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menuH li a
 {
color :#65522A;
text-decoration: none;
display: block;
}

/*
#menuH dt a {
color :#0000FF;
text-decoration: none;
display: block;
}
*/
#menuH li a:hover {
color: #000000;
}


.menuback
	{
	background-image: url(/menu/menu.jpg);
	background-repeat: repeat-x;
	}

-->
