﻿div.sdmenu {
	width: 220px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	
}

div.sdmenu div {
	/*background: url(title.gif) repeat-x;margin:3px 0;*/

	overflow: hidden;
}
div.sdmenu div:first-child {
/*	background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 31px;
}
div.sdmenu div span {
	display: block; font-family:arial; font-size:12px;
	 height:30px; line-height:30px;
	font-weight: normal;
	color:#000000;
	background:url(../image/expanded.gif) no-repeat 10px center;
	cursor: default; padding-left:30px;
	background:url(../image/collapsed.gif) no-repeat 11px center; 
 border-bottom:1px #ececec solid; margin:0 10px; }
div.sdmenu div span:hover{ background:url(../image/x_11.jpg) no-repeat left center; }
div.sdmenu div.collapsed span {
	background-image: url(../image/collapsed.gif) no-repeat 11px center; border-bottom:1px #ececec solid;
}
div.sdmenu div.collapsed span:hover{background:url(../image/x_11.jpg) no-repeat left center;}
div.sdmenu div a {
	padding-left:14px; line-height:22px;
	display: block;
	color: #000;font-family:arial; font-size:12px; background:url(../image/x_07.jpg) no-repeat 22px center; padding-left:35px;
}
div.sdmenu div span a {
    background: none;
}
div.sdmenu div a.current {
	background : #fed200;
}

div.sdmenu div span a{
    text-align: left;
    padding: 0;
}

div.sdmenu div span a.current {
	background: none;
}
div.sdmenu div a:hover {
    color:#f5790a;
	text-decoration: none; 
}

div.sdmenu div span a:hover{
    color:#000;
	text-decoration: none; 
}
div.ew{ border-bottom:1px #ececec solid;}









