﻿div.sdmenu {
	width: 221px;
	font-family:宋体;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom0.gif) no-repeat  right bottom;
	color: #ff0000;
}
/*Download by http://www.codefans.net*/
div.sdmenu div {
	background: url(title.jpg) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title.jpg) repeat-x;
}
div.sdmenu div.collapsed {
	height: 35px;
}
div.sdmenu div span {
	display: block;
	height:35px;
	line-height:33px; 
	padding-left:10px;
	font-weight: bold;
	color:#357cdd;
	cursor: default;
}

div.sdmenu div a {
	padding: 10px 10px;
	background: #eff7fe;
	display: block;
	border-bottom: 1px dotted #000000;
	color: #000000;
	text-decoration:none
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #d8edff url(linkarrow.gif) no-repeat right center;
	color: #ff0000;
	text-decoration: none;
}
