div.sdmenu {
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding-top: 5px; 
	padding-right:10px;
	padding-bottom:5px;
	padding-left:25px;
	font-weight: bold;
	color: #000000;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	cursor: default;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.sdmenu div.collapsed span h1{
	background: url(../images/you.jpg) no-repeat right center;
}
div.sdmenu div span h1{
	background: url(../images/xia.jpg) no-repeat right center;
	}
div.sdmenu div a:link,div.sdmenu div a:visited {
	padding-top: 5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:25px;
	color:#454544;
	display: block;
	text-decoration: none;
	line-height:14px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

div.sdmenu div a:hover {
	text-decoration:underline;
	font-size:13px;
}
div.sdmenu div a:active {blr:expression(this.onFocus=this.blur());} 
