div.sdmenu {
	width: 236px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 10px;
	color: #fff;
}
div.sdmenu div {
	background: url(sd_bar_bk.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(sd_bar_bk.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 29px;
}
div.sdmenu div span {
	display: block;
	padding: 8px 23px 9px;
	font-weight: regular;
	color: #385b74;
	text-transform: uppercase;
	background: url(arw_on.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	cursor: pointer; cursor: hand;
	border-bottom: 1px solid #ffffff;
	filter:alpha(opacity=100);
	opacity:1;
}
div.sdmenu div.collapsed span {
	background-image: url(arw.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
div.sdmenu div a {
	padding: 4px 16px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #3f6397;
	filter:alpha(opacity=90);
	opacity:0.9;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #999;
	color: #fff;
	text-decoration: none;
}
div.sdmenu li {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
	background : #69778c;
	cursor: default;
	border-bottom: 1px solid #ddd;
	filter:alpha(opacity=90);
	opacity:0.9;
	list-style type: none;
}
div.sdmenu .title {
	display: block;
	padding: 5px 16px;
	font-weight: bold;
	color: white;
	background : #69778c;
	cursor: default;
	border-bottom: 1px solid #ddd;
	filter:alpha(opacity=90);
	opacity:0.9;
}