div.sdmenu {
	width: 125px;
	font-family: Arial, sans-serif;
	font-weight:normal;
}
div.sdmenu div {
	
	overflow: hidden;
	border-bottom:1px dotted #ddd ;
	color:#E70E09;
	line-height:24px;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 26px;
}
div.sdmenu div span {
	display: block;
	padding:2px;
	background:#F1F1F1 url(/img//icon_bartitle2.gif) no-repeat 2px 10px;
	cursor: default;
	text-align:left;
	padding-left:15px;
}
div.sdmenu div.collapsed span {
	background:#FFF url(/img//icon_bartitle.gif) no-repeat 3px 10px;
}
div.sdmenu div a {
	display: block;
	color: #666;
	text-align:left;
	text-decoration: none;
	line-height:22px;
	padding-left:5px;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #F60;
	text-decoration: underline;
}

div.sdmenu div a:visited {
	color: #C5C5C5;
}

.spetitle{width:109px;font-weight:bold;font-size:12px;padding-left:16px;line-height:22px;text-decoration: none;border-bottom:1px dotted #ddd;}
.spetitle a{text-decoration: none;color:#E70E09;}
.spetitle a:hover{color: #F60;	text-decoration: underline;}
