﻿div.sdmenu {
	width: 190px;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding-bottom: 24px;
	background: url(../images/bottomtitle.gif) no-repeat  right bottom;
	color: #fff;
}

div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
    width: 189px;
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	cursor: default;
}

div.sdmenu div a {
    width: 188px;
	padding: 5px 10px;
	margin-left: 1px;
	background: #e9e9e9;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #555555;
	text-decoration: none;
}

div.sdmenu div a:hover {
	text-decoration:underline;
}