div.sdmenu {
	text-align:left;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url('/images/js/bottom.gif') no-repeat right bottom;*/
	height: 21px;
	border: 1px solid #C7D6F7;
}
div.sdmenu div {
	background: url('/images/js/title.gif') repeat-x;
	overflow: hidden
}
div.sdmenu div.collapsed {
	height: 21px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: #0073B6;
	background: url('/images/js/expanded.gif') no-repeat right;
	cursor: pointer;
	border: none;
	height: 21px; padding-left:5px; padding-right:10px; padding-top:2px; padding-bottom:2px
}
div.sdmenu div.collapsed span {
	background-image: url('/images/js/collapsed.gif');
	cursor: pointer;
	border: none;
}
div.sdmenu div a {
	padding: 2px 10px;
	background: white;
	display: block;
	color: #1D96FC;
}
div.sdmenu div a.current {
	background : #E7ECFC;
	color: #00659E;
}
div.sdmenu div a:hover {
 color: orange; 
 text-decoration: underline;
 background : #E7ECFC url('/images/js/linkarrow.gif') no-repeat right center;
}
