

#left {
	width:180px;
	float:left;
	padding-top:1px;
	line-height:1.2em;
}
	/*IE8 image_space*/
	head~/* */body #left a{
	 /* for ie8 */
		display:inline-block;
	}
	html:not(:target) #left a{
	 /* for others */
	}
	
#left p{
	margin-bottom:1px;
}
#left p.itemname{
	margin-top:5px;
	margin-bottom:5px;
	}
#left p.banner{
	margin-top:8px;
	margin-bottom:5px;
	}
#left .arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

#left .arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-top: 1px;

margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

#left .arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

#left .arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
text-align:left;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#left .arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

#left .arrowlistmenu ul li a{
color: #E95891;

display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;

}

#left .arrowlistmenu ul li a:visited{
color: #E84C8B;
}

#left .arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #E84C8B;
background-color: #F3F3F3;
}



#left .category{
	width:180px;
}

#left .category li.top{
	margin-bottom:2px;
	padding:0;
	line-height:0;
}
#left .category li.top ul {
	margin-bottom:5px;
}

#left .category .cate_list li{
	line-height:0.5em;
	text-align:left;
	text-decoration: none;
}

#left .category .cate_list li a{
	padding:7px 0 5px 10px;
	display:block;
	
	
}

#left .category .cate_list li a{
	text-decoration:none;
	
}
#left .category .cate_list li a:hover{
	background:#F3F3F3;
}
#left .category .cate_list li.none{
	background:none;
}
#left .category .cate_list li.none a:link{
	background:none;
}
#left .category .cate_list li.none a:hover{
	background: #F9D2E4;
}





#left #calender {
	
	text-align:left;
	padding-left: 10px;
}


#left #search {
	width:178px;
	margin-bottom:5px;

	text-align: center;
	
}
