div.sdmenu {
	width: 194px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	color: #fff;
}
div.sdmenu div { 
	overflow:hidden;
	margin-bottom:5px;	
}
div.sdmenu div:first-child {
	margin-bottom:5px;
}

div.sdmenu div.collapsed {
	height: 42px;
	margin-bottom:5px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 20px;
	font-weight: bold;
	color: #000000;
	cursor: default;
	height:32px;
	margin-bottom:5px;
	background-color:#d8d8d7;
		text-align:left;
		text-decoration:none;
}

div.sdmenu div span a {
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	cursor: default;
	height:32px;
	margin-bottom:5px;
	background-color:#d8d8d7;
		text-align:left;
		text-decoration:none;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif) no-repeat 10px center;
}
div.sdmenu div a {
background-color:#F5F5F5;
	background-image:url(str.gif); background-repeat:no-repeat; background-position:10px;
	padding: 13px 25px;

	display: block;
	color: #000000;
	margin-bottom:5px;
	height:19px;
	text-align:left;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #ccc;
	color: #004282;
	text-decoration:none;
	}
div.sdmenu div a:hover {
	background : #d8d8d7 url(linkarrow.gif) no-repeat right center;
	color: #004282;
	text-decoration: none;
}