div.sdmenu {
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	color: #000000;
	/*padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;*/
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 31px;
}
div.sdmenu div span {
	display: block;
	padding: 0px 0px;
	/*font-weight: bold;*/
	color: #999999;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	border-bottom: 0px solid #ddd;
}

div.sdmenu div a {
	/*padding: 5px 10px;*/
	/*background: #eee;*/
	display: block;
	border-bottom: 0px solid #ddd;
	color: #333333;
	text-decoration: none;
}
div.sdmenu div a.current {
	/*background : #ccc;*/
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	color: #881E04;
	text-decoration: underline;
}

div.sddesc {
	width: 536px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	color: #000000;
	/*padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;*/
}
div.sddesc div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sddesc div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sddesc div.collapsed {
	height: 20px;
}
div.sddesc div span {
	display: block;
	padding: 0px 0px;
	/*font-weight: bold;*/
	color: #999999;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	border-bottom: 0px solid #ddd;
}

div.sddesc div a {
	/*padding: 5px 10px;*/
	/*background: #eee;*/
	display: block;
	border-bottom: 0px solid #ddd;
	color: #333333;
	text-decoration: none;
}
div.sddesc div a.current {
	/*background : #ccc;*/
}
div.sddesc div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	color: #881E04;
	text-decoration: underline;
}

