
div.sdmenu {
	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	background: url(../img/accordion/sdtitle.png) repeat-x;
	overflow: hidden;
	width:255px;
	margin-top:4px;
	margin-bottom:3px;
}

div.sdmenu span {
	height: 15px;
	display: block;
	padding-left: 25px;
	padding-top:1px;
	color: black;
	background: url(../img/accordion/expanded.gif) no-repeat 10px center;
	cursor: default;
	border: 1px solid #76631f;
}

div.collapsed {
	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	background: url(../img/accordion/sdtitle.png) repeat-x;
	overflow: hidden;
	width:255px;
	margin-top:5px;
}
div.collapsed span {
	height: 15px;
	display: block;
	padding-left: 25px;
	padding-top:1px;
	color: black;
	background: url(../img/accordion/collapsed.gif) no-repeat 10px center;
	cursor: default;
	border: 1px solid #76631f;
}


.accordion {
	color: black;
}

.accordion a {
	display: block;
	color: #c49f06;
	height:16px;
	padding-left:25px;
	text-decoration:none;
	background : url(../img/accordion/linkarrow.gif) no-repeat 10px center;
	width:230px;
	font-weight:bold;
}

.accordion a.current {
	background : #eaeed3 url(../img/accordion/linkarrow.gif) no-repeat 10px center;
	color: #c49f06;
	text-decoration: none;
	width:230px;
}
.accordion a:hover {
	color: #fff;
	text-decoration: none;
	background : #c49f06 url(../img/accordion/linkarrowhover.gif) no-repeat 10px center;
	width:230px;
}


