div.sdmenu {
	width: 218px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(bg_menu_far.jpg) repeat-x;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div:first-child {

}
div.sdmenu div.collapsed {
	height: 26px;
}
div.sdmenu div span {
	display: block;
	padding: 0px 38px;
	font-weight: bold;
	color: white;
	cursor: default;
	border-bottom: 1px solid #ddd;
	vertical-align:bottom;
	height:26px;
}
div.sdmenu div.collapsed span {
	height:26px;
}
div.sdmenu div a {
	background: #377888;
	display: block;
	border-bottom: 1px solid #ddd;
	color: White;
	text-decoration:none;
	padding: 5px 40px;
	
}
div.sdmenu div a.current {
	background : #377888;
   color: White;
   font-weight:bold;
}
div.sdmenu div a:hover {
	background : #377888 url(linkarrow.gif) no-repeat right center;
	color: White;
	font-weight:bold;
	text-decoration: none;
}
