@charset "GB2312";

a {text-decoration:none}

#list_menu{
	width:230px;
}

.bg {
	width:230px;
	height:32px;
	background:url(menu-top2.gif) no-repeat;
   }

div.sdmenu {
	width: 230px;
	font-family:宋体;
	font-weight:500;
	font-size:13px;
	color:yellow;
	text-align: left;	
}

div.sdmenu div {
	background-color:#dcdcdc;overflow: hidden; border-bottom: 1px solid #cecece;border-right: 1px solid #cecece;
}
* html div.sdmenu div{
    float:left
}
div.sdmenu div.collapsed {
	height: 32px;
}
div.sdmenu div span {
	display: block;
	line-height:32px;
	width:220px;
	font-weight: bold;
	color:#000000;
	cursor: pointer;
	margin-left:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #cecece;

}
div.sdmenu div span a{
    padding:0; background:none; border:1; font-size:13px;line-height:32px;display:block
}




div.sdmenu div.collapsed {
	background-color:#f5f5f5; width:229px; color:#FFFFFF
}
div.sdmenu div.collapsed span{
    color:#000000; line-height:32px
}
div.sdmenu div.collapsed span a.current{
    color:#cecece;
}

div.sdmenu div a {
	padding-left:47px;display: block;border-bottom: 1px solid #cecece;border-right: 1px solid #cecece;color: #000000;font-size:13px; background:url(bodyIcon.jpg) no-repeat 27px 12px #ffffff; line-height:32px
}
div.sdmenu div a.current {
	background : url(bodyIcon.jpg) no-repeat  27px 12px #ffffff;  color:#000000
}
div.sdmenu div span a.current {
	background-color: #e8e8e8; color:#000000;border-bottom: 1px solid #cecece;
}
div.sdmenu div a:hover {
	background : url(e.gif) no-repeat  27px 11px #e8e8e8;text-decoration: none;
}
div.sdmenu div span a:hover {
	background : url(menu_bg_hover2.jpg) no-repeat;
}
