/* CSS Document */
.LeftMenu {
	padding-top:12px;
	padding-bottom:45px;
	width:184px;
	overflow:hidden;
	float:left;
}
.LeftMenu .items {
	font:20px Arial Narrow, Arial;
	padding-right:26px;
}

.LeftMenu .items .item {
	padding-left:21px;
	padding-bottom:12px;
	background-image:url(img/li.gif);
	background-position:0 9px;
	background-repeat:no-repeat;
}
.LeftMenu .items .current {
	background-color:black;
	color:white;
	padding:2px 5px 4px 5px;
}
.LeftMenu .items a, .LeftMenu .items a:visited{
	text-decoration:underline;
	color:#C3FF0D;
}
.LeftMenu .items a:hover {text-decoration:none;}
