div.sdmenu {
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	color: #fff;
    cursor: hand;
}
div.sdmenu div {
	overflow: hidden;
    cursor: pointer;
    cursor: hand;
}
div.sdmenu div:first-child {
    cursor: hand;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 3px 5px;
	font-size: 16px;
	color: #0136AD;
    cursor: pointer;
    cursor: hand;
	font-weight:800;
}
div.sdmenu div.collapsed span {

}
div.sdmenu div a {
	padding: 3px 10px;
	display: block;
	color: #000;
}
div.sdmenu div a.current {
	text-decoration: none;
    cursor: hand;
}
div.sdmenu div a:link {
	text-decoration: none;
    cursor: hand;
}
div.sdmenu div a:visited  {
	text-decoration: none;
    cursor: hand;
}
div.sdmenu div a:hover {
	background : #f9f9f9;
	color: #000;
	text-decoration: none;
    cursor: hand;
}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}