div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;  
	padding-bottom: 10px;
	background-color: #fff;
	/* background: url(bottom.gif) no-repeat  right bottom; */
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-size: 11px; /* (1/2) to adjust font size of menu */
	padding: 6px 0 6px 23px;  /* (2/2) to adjust font size of menu */
	font-weight: bold;
	color: #77b8f8; /* color: white; */
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
	color: white;
}
/*
div.sdmenu span.long_name {
	font-size: 9px;
	display: block;
	padding: 8px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	}
*/
div.sdmenu div a {
	padding: 5px 10px;
	/* background: #eee */
	background: #fff;
	display: block;
	border-bottom: 1px solid #ddd;
	/* color: #066; */
	color: #06c;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	/* background : #066 url(linkarrow.gif) no-repeat right center; */
	background : #06c url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}