.leftMenuContainer {
	font-weight: bold;
	background-color: #999;
	background-repeat: repeat-y;
	width: 203px;
	position: absolute;
	left: 0px;
	top: 115px;
}
.Supercategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 2px 4px;
	background-color: #777;
}
.Supercategory a {
	 color: #000;
	 text-decoration: none;
}
.categoryList {	padding: 5px; }
.Category {	margin-bottom: 4px; }
.Category a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE;
	cursor:pointer; 
        text-decoration: none;
}
.Category ul {
	list-style-type: none;
	margin: 5px 5px 5px 18px;
}
.SubContainer {}
.SubContainer li {
	line-height: 12px;
	margin-bottom: 7px;
}
.SubContainer li a{
	color: #EEE;
	text-decoration: none;
}
.SubContainer li a:hover {
	text-decoration: none;
	color: #000;
}

.SelectedIi{
	color:#000;
}
