div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
	margin-bottom: 15px;
	border-bottom: 1px solid #000000;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	background-image: linear-gradient(#004000, #00b300);
	overflow: hidden;
}
/*div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}*/
div.sdmenu div.collapsed {
	height: 35px;
}
div.sdmenu div span {
	display: block;
	padding: 10px 20px;
	font-weight: bold;
	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);
}
div.sdmenu div a {
	padding: 10px 20px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}