div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	/*padding-bottom: 10px;*/
	/*background: url(menu_bottom.gif) no-repeat  right bottom;*/
	color: #fff;
}
div.sdmenu div {
	background: url(menu_title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
/*	background: url(menu_toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	padding-right:1px;
/*	font-weight: bold;*/
	color: white;
	background: url(menu_expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(menu_collapsed.gif);
}
div.sdmenu div a {
	/*padding: 5px 10px;*/
	padding-left:10px;
	padding-right:10px;
	/*padding-bottom:4px;*/
	padding-top:5px;
	height: 20px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #5d5e73;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #9e9fbd url(menu_linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.sdmenu div a.href {
	background : url(menu_title.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px solid #ddd !important;
	/*font-weight: bold;*/
}
div.sdmenu div a.href:hover {
	background : #9e9fbd url(menu_linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}