div.sdmenu {
	width: 200px;
	font-size: 14px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	font-family:verdana;

}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;

}
div.sdmenu div:first-child {

}
div.sdmenu div.collapsed {
	height:20px;
	padding-bottom: 0px;

}
div.sdmenu div span {
	display: block;
	padding: 0px 10px 5px 0px;
	font-weight: bold;
	color: #6d9c09;
	/*color: #4c8308;*/
	cursor: pointer;
	font-size: 17px;
		
}
div.sdmenu div.collapsed span {
	color:#777777;
	
}
div.sdmenu div a {
	padding: 0px 0px;
	/*background: #eee;*/
	display: block;


	/*color: #066;*/
}
div.sdmenu div a.current {
	color:#444444;
		
	font-weight:bold;
	behavior: url(iepngfix.htc);
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	color: #444444;
	text-decoration: none;
	behavior: url(iepngfix.htc);	

}


#menu_current {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	color: #444444;
	text-decoration: none;
	
	font-weight:normal;
	behavior: url(iepngfix.htc);		
}

div.sdmenu img
{
margin:5px;
padding:2px;
}
