#leftcolumn ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#leftcolumn ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	height: 28px;
	width: 240px;
	background-color: #C0C0B8;
	display: block;
	text-indent: 20px;
	line-height: 28px;
	text-decoration: none;
	font-size: 13px;
	color: #2A644E;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #22553F;
}
#leftcolumn ul li a:hover {
	color: #a91919;
}
#leftcolumn ul li ul li a {
	background-color: #DDDDD9;
	color: #000;
	font-weight: normal;
	text-indent: 35px;
}
#leftcolumn ul li ul li a:hover {
	color: #a91919;
}

.leftcolumn-mainlevel-active {
	font-family: Tahoma, Geneva, sans-serif;
	height: 25px;
	width: 240px;
	background-color: #C9E18A;
	display: block;
	text-indent: 20px;
	line-height: 25px;
	text-decoration: none;
	font-size: 11px;
	color: #a91919 !important;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6D7F3C;
}
.leftcolumn-sublevel-active {
	background-color: #e3ff9b;
	color: #a91919 !important;
}

