#leftmenu{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EEE9DB;
	width: 201px;
}
#leftmenu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
#leftmenu li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 33px;

		
	}
#leftmenu a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #8E744F;
	text-decoration: none;
	background-image: url(../images/menuactive.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 33px;

	text-indent: 15pt;
	line-height: 26px;
}
#leftmenuex a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #8E744F;
	text-decoration: none;
	background-image: url(../images/menuexpanded.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 33px;

	text-indent: 15pt;
	line-height: 26px;
}
#leftmenuexx a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #C5AA83;
	text-decoration: none;
	background-image: url(../images/menuexpanded2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 33px;

	text-indent: 15pt;
	line-height: 26px;
}

#leftmenu a:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3E4F35;
	text-decoration: none;
	background-image: url(../images/menuhover.jpg);
	background-repeat: no-repeat;
	height: 33px;

}
.current{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menucurrent.jpg);
	background-repeat: no-repeat;
	color: #8E744F;
	text-indent: 15pt;
	line-height: 33px;
}