/* CSS Document */
.LeftMenu {}
.LeftMenu .before {
	height:8px;
	background:url(img/left-menu-top.gif) left top no-repeat;
	font-size:1px;	
}
.LeftMenu .items {
	background:#4B8F00 url(img/left-menu-ground.gif) left repeat-y;
	padding-top:25px;
	font:14px Georgia, "Times New Roman";
}
.LeftMenu .after {
	height:10px;
	background:url(img/left-menu-bottom.gif) left top no-repeat;
	font-size:1px;	
}

.LeftMenu .items .current {background-color:#2C7800;}
.LeftMenu .items a, .LeftMenu .items a:visited, .LeftMenu .items .current {
	padding:0 7px 2px 9px;
	margin-bottom:10px;
}
.LeftMenu .items a, .LeftMenu .items a:visited{
	text-decoration:underline;
	color:#8DD900;
	display:block;
}
.LeftMenu .items a:hover {text-decoration:none;}
.LeftMenu .items span {
	color:white;
}

.LeftMenu .items .end{
	font-size:1px;
	height:16px;
}
