div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px; 
	/*background: url(bottom.gif) no-repeat  right bottom;  */
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;  */
	overflow: hidden;
    position: relative;
    float: left;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat; */
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	background: url(expanded.gif) no-repeat 10px center; 
	cursor: default;
	border-bottom: 1px solid #752e0b;
}

div.sdmenu div span a{
    margin: 0px;
    color: #9d4213;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	/*background: #eee;  */
    text-align: left;
	display: block;
    color: #a54615;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	/*border-bottom: 1px solid #ddd;
	color: #066; */
}
div.sdmenu div a.current {
	color: black;
    font-weight: bolder;
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center; */
	color: #531e03;
	text-decoration: none;
}