div.sdmenu {
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
/*/	background: url(bottom.gif) no-repeat  right bottom;/*/
	color: #C70000;
}
div.sdmenu div 
{
        width: 250px;
/*/	background: url(title.gif) repeat-x;/*/
	overflow: hidden;
	color:#C70000;

}
div.sdmenu div:first-child 
{
    width: 250px;
	/*/background: url(toptitle.gif) no-repeat;/*/
	color: #C70000;

}
div.sdmenu div.collapsed 
{
    width: 250px;
	height: 25px;
	
}
div.sdmenu div span 
{
    width: 250px;
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #C70000; /*/level1/*/
	background: url(expanded.png) no-repeat 10px center;
    font-size:14px;
	cursor: hand;
	border-bottom: 1px solid #ddd;
	text-indent:23px;
}
div.sdmenu div.collapsed span 
{
    width: 250px;
	background-image: url(collapsed.png);
	font-size:14px;
}






div.sdmenu div a 
{
    width: 250px;
	padding: 5px 10px;
	/*/background: #eee;/*/
	display: block;
/*/	border-bottom: 1px solid #ddd;/*/
	
	
}
div.sdmenu div a.current 
{
    width: 250px;
	background: url(collapsed.png) no-repeat 10px center;
	
}
div.sdmenu div a:hover 
{
    color: #fff;
	background : none url(linkarrow.gif) no-repeat right center;
    background: url(arrow_orange.gif) no-repeat 3px center;
	text-decoration: none;
	
	 font-size:13px;
}


