/* CSS Document */
.LeftMenu {	background-color:#FFF0B8;}
.LeftMenu .before {
	height:45px;
	background:url(img/left-menu-top.gif) left top repeat-x;
	font-size:1px;	
}
.LeftMenu .items {
	font:bold 14px Arial;
}
.LeftMenu .after {
	height:93px;
	background:url(img/left-menu-bottom.jpg) left top no-repeat;
	font-size:1px;	
}

.LeftMenu .items .current {background-color:white;}
.LeftMenu .items a, .LeftMenu .items a:visited, .LeftMenu .items .current {
	padding:2px 7px 2px 18px;
	margin-bottom:10px;
}
.LeftMenu .items a, .LeftMenu .items a:visited{
	text-decoration:underline;
	color:#00CCDB;
	display:block;
}
.LeftMenu .items a:hover {text-decoration:none;}
.LeftMenu .items span {
	color:#0076A8;
}

.LeftMenu .items .end{
	font-size:1px;
	height:16px;
}
