
DIV.sdmenu
{
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*[disabled]background:url(bottom.gif) no-repeat right bottom;*/
	color: #000;
}
DIV.sdmenu DIV
{
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
DIV.sdmenu DIV:first-child
{
	/*[disabled]background:url(toptitle.gif) no-repeat;*/
}
DIV.sdmenu DIV.collapsed
{
	height: 25px;
}
DIV.sdmenu DIV SPAN
{
	display: block;
	padding: 5px 25px;
	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: 5px 10px;
	background: #EEE;
	display: block;
	border-bottom: 1px solid #DDD;
	color: #066;
}
DIV.sdmenu DIV A.current
{
	background: #CCC;
}
DIV.sdmenu DIV A:hover
{
	background: #ED7125 no-repeat left center;
	color: #FFF;
	text-decoration: none;
}
