div.sdmenu {
	width: 200px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	color: #000;
	right: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.sdmenu div {
	overflow: hidden;
	width: 200px;
	background-color: #1B3858;
	background-repeat: repeat-x;
	border-top-style: dotted;
	border-top-color: #9C0;
	border-top-width: 1px;
}
div.sdmenu div:first-child {
	background-color: #1B3858;

	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	width: 200px;
	padding: 5px 25px;
	font-weight: normal;
	color: #FFF;
	cursor: default;
	border-bottom: 2px solid #ddd;
	background-image: url(../icons/glossy32.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-style: normal;
}
div.sdmenu div.collapsed span {
	background-image: url(../icons/navigate-right-icon.png);
}
div.sdmenu div a {
	padding: 5px 10px;
	width: 200px;
	background: #eee;
	display: block;
	border-bottom: 2px solid #ddd;
	color: #203859;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #593d67;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.line {
	line-height: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}

