
/****************************************************************
*****************************************************************
														Left Menu
*****************************************************************
****************************************************************/
#LeftMenu {
	position: relative;
	top: 0px;
	left: 0px;
}
#LeftMenu ul {
	list-style: none;
	padding: 0px;
	width: 200px;
	margin: 0px;
}
#LeftMenu a { 
	text-decoration: none;
	color: inherit;
}	
#LeftMenu li {
	position: relative;
	top: 0px; left: 0px;
	height: 20px;
}
#LeftMenu #MainMenuHolder {
	position: absolute;
	top: 0px;
	left: 0px;
}
/****************************************************************
														Main Items
****************************************************************/
#LeftMenu .MainItem a {
	color: #FFFFFF;
}
#LeftMenu .MILeftImg, #LeftMenu .MIRightImg, #LeftMenu .MICenter {
	height: 20px;
}
#LeftMenu .MILeftImg {
	position: absolute;
	top: 0px; left: 0px;
	width: 6px;
	overflow: hidden;
	background: transparent url(../images/MainItemSides.png) no-repeat scroll;
}
#LeftMenu .MIRightImg {
	position: absolute;
	top: 0px; right: 0px;
	width: 6px;
	overflow: hidden;
	background: transparent url(../images/MainItemSides.png) no-repeat scroll right;
}
#LeftMenu .MICenter {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	background: transparent url(../images/MainItemCenter.png) repeat-x scroll;
}
/****************************************************************
														Categories
****************************************************************/
#LeftMenu .Category {
	padding-left: 10px;
	color: #007bdf;
	font-weight: bold;
	border-right: solid 1px #6dacdf;
	border-left: solid 1px #6dacdf;
	border-bottom: solid 1px #6dacdf;
}
#LeftMenu .Category .Selected, #LeftMenu .Category div:hover {
	color: #3e627f;
	background: transparent url(../images/CategoryCenter.png) repeat-x scroll;
}
#LeftMenu .First {
	border-top: solid 1px #6dacdf;
}
#LeftMenu .ExpandableIcon {
	position: absolute;
	top: 0px; right: 0px;
}			
/****************************************************************
														Submenu
****************************************************************/
#LeftMenu .Submenu {
	width: 142px;
	color: #555;	/* 6dacdf */
	overflow: hidden;
}
#LeftMenu .Submenu ul {
	margin: 0px;
}
#LeftMenu .Submenu li {
	width: 130px;
	padding-left: 10px;
	font-weight: normal;
	border: solid 1px #6dacdf;
	background: #f0f0f0;
}
#LeftMenu .Submenu a {
	display: block;
	font-size: 0.8em;
	height: 0.8em;
}
#LeftMenu .Submenu a:hover {
	color: #6dacdf;
}
/****************************************************************
														Subcategories
****************************************************************/
#LeftMenu .Subcategory {
	border-bottom: solid 1px #6dacdf;
	border-left: solid 1px #6dacdf;
	border-right: solid 1px #6dacdf;	
	background: #f0f0f0;
}
#LeftMenu .Subcategory a {
	display: block;
	padding-left: 20px;
	font-size: 0.8em;
	height: 1em;
}			
#LeftMenu .Subcategory a:hover {
	color: #6dacdf;
}