#Left_Container {
	width: 175px;
	top: 0px;
	position: relative;
	height: auto;
	left: 0px;
	margin-bottom: 50px;
	visibility: visible;
	float: left;
}

#CategoryList {
	width: 175px;
	top: 0px;
	position: relative;
	margin-bottom: 25px;
}
.home_button {
	position: relative;
	left: 150px;
	background-image: url(/Assets/Webimages/home.png);
	height: 12px;
	width: 12px;
	top: -13px;
}
.banner_left {
	width: 175px;
	position: relative;
	height: auto;
	left: 0px;
	margin-top: 10px;
}
.close_button {
	position: relative;
	background-image: url(/Assets/Webimages/cross.png);
	height: 11px;
	width: 11px;
	top: -15px;
	background-repeat: no-repeat;
}
.arrow_down {
	position: relative;
	background-image: url(/Assets/Webimages/leftmenu_nav_arrow.png);
	background-position:0px 18px;
	height: 9px;
	width: 9px;
	top: -9px;
}
.arrow_right {
	position: relative;
	background-image: url(/Assets/Webimages/leftmenu_nav_arrow.png);
	background-position:9px 0px;
	height: 9px;
	width: 9px;
	top: -9px;
}
.arrow_left {
	position: relative;
	background-image: url(/Assets/Webimages/leftmenu_nav_arrow.png);
	background-position:0px 0px;
	height: 9px;
	width: 9px;
	top: -9px;
}
.left_menu_main_selected{
	position:relative;
	font-family: Verdana, Tahoma, "Times New Roman", sans-serif;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	width: 173px;
	padding-left: 2px;
	background-image: url(/Assets/WebImages/leftmenu_main_selected.png);
	color: #000000;
	background-repeat: repeat-x;
	border-right: 1px solid #00b6ca;
	border-left: 1px solid #abe5eb;
	border-top: 1px solid #00b6ca;
	border-bottom: 1px solid #00b6ca;
	padding-top: 8px;
	white-space:nowrap;
}
.left_menu_main{
	position:relative;
	font-family: Verdana, Tahoma, "Times New Roman", sans-serif;
	height: 22px;
	font-size: 11px;
	width: 173px;
	padding-left: 2px;
	background-image: url(/Assets/WebImages/leftmenu_main.png);
	color: #000000;
	background-repeat: repeat-x;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	padding-top: 8px;
	white-space:nowrap;
}
.left_menu_sub{
	background-color:#f6f6f6; height:25px; font-size:10px; width:172px; border-left:#cccccc 1px solid; border-right:#cccccc 1px solid; padding-left:3px;	
}
.left_menu_sub_selected{
	background-color:#f6f6f6; height:25px; font-size:10px; width:172px; border-left:#cccccc 1px solid; border-right:#cccccc 1px solid; font-weight:bold; padding-left:3px;
}
.left_menu_sub_content{
	position:relative;width:175px; overflow:hidden; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;border-bottom:#cccccc 1px solid;border-top:#ffffff 1px solid;
}
.left_menu_sub_filter{
	position:relative;
	font-family: Verdana, Tahoma, "Times New Roman", sans-serif;
	height: 25px;
	font-size: 10px;
	width: 165px;
	padding-left: 10px;
	background-image: url(/Assets/WebImages/leftmenu_sub_selected.png);
	color: #000000;
	background-repeat: repeat-x;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.left_menu_sub_child{
	height:16px;
	width:170px;
	padding-left:5px;
	padding-top:4px;
	font-size:10px;
	color:#000000;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	white-space: nowrap;
}
.left_menu_sub_child_over{
	min-height:16px;
	height:auto;
	width:176px;
	padding-left:5px;
	padding-top:4px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color: #D8F4FF;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.left_menu_sub_box {
	background-color:#FFFFFF; 
	height:auto; 
	padding-top:4px;
	padding-bottom:4px;
	padding-left:9px; 
	width:150px; 
	padding-right:10px; 
	overflow:visible;
	color:#000000;
}
