.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top:5px;
/*	background: url(bottom.gif) no-repeat  right bottom;
*/	color: #50606f;
/*	line-height:22px;
*/}
.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
	_float:right;
	_padding-right: 15px;
	_text-align:left;
}
.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
.sdmenu div.collapsed {
	height: 35px;
}
.sdmenu div span {
	font-size: 12px;
	display: block;
	padding: 7px 5px;
	font-weight: bold;
	color: #50606f;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
	text-decoration:none;
}
.sdmenu div span:hover {
	color: #d62c28;
	text-decoration:none;
}
.sdmenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
}
.sdmenu div a {
	padding: 3px 20px;
/*	background: #eee;
	border-bottom: 1px solid #ddd;*/
	display: block;
	font-size: 11px;
	color: #0a3c82;
	background: url(../images/leftNav-arrow.jpg) no-repeat 5px 7px;
	margin:0px;
	cursor: default;
	
}
.sdmenu div a.current {
/*	background : #ccc;
*/
}
.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	color: #d62c28;
	text-decoration: none;
}