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

div.sdmenu  ul li  {
	width: 200px;
	height: 25px;

}


div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
	width:150px;
}
div.sdmenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
}
div.sdmenu div a {
	padding: 5px 10px;
	/*background: #eee;*/
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	color: #ffffff;
	text-indent:30px;
	width:180px;
}
div.sdmenu div a.current {
	/*background : #ccc;*/
}
div.sdmenu div a:hover {
	/*background : #fff url(linkarrow.gif) no-repeat right center;*/
	color: #996600;
	text-decoration: none;
}

div.sdmenu a:visited, a:active{ color:#fff}

div.sdmenu  ul li a {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;	
	padding:5px 22px;
}

div.sdmenu  ul li  a:hover  {
	color: #996600;
	text-decoration:none;
}
