div.sdmenu
{
	display: inline;
	font-size: 12px;
	overflow: visible;
	width: 150px;
	height: 24px;
	cursor: hand;
	color: #fff;
	font-family: Verdana, sans-serif;
	white-space: nowrap;
}
div.sdmenu div {
        width: 150px;
	overflow: hidden;
}

div.sdmenu div.collapsed
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 24px;
	background-color: Transparent;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: white;
	cursor: default;
	background-color: Transparent;
}
div.sdmenu div.collapsed span {

}
div.sdmenu div a {
	
	background-color: Transparent;
	display: block;
	color: #00004f;
	width: 150px;
	position: static;
	white-space: nowrap;
	overflow: visible;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover
{

	color: #fff;
	text-decoration: none;
}