@charset "UTF-8";
#leftmenu {
	position: absolute;
	height: 26px;
	width: 156px;
	left: 31px;
	top: 295px;
	z-index: 11;
	list-style-type: none;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 26px;
	color: #9a5005;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#leftmenu li a:hover  {
   color: #00807D;
}