div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #000;
}
div.sdmenu div {
background-color:#f4b045;
	overflow: hidden;
}
div.sdmenu div:first-child {
background-color:#f4b045;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	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: 5px 10px;
	background: #f7de6b;
	display: block;
	border-bottom: 1px solid #626240;
	color: #491408;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #ccc;
	text-decoration:none;
}
div.sdmenu div a:hover {
	
	/*background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;*/
	text-decoration:underline;
}
span{ font-size:12px; font-weight:normal; }

.cat{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align:center; font-weight:bold; color:#330000;background-color:#f4b045; background-repeat:repeat-x; width:199px; line-height:32px;height:32px;}