div.sdmenu {
	width: 219px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
}
div.sdmenu div {

	overflow: hidden;
	width: 219px;
}


div.sdmenu div:first-child {
	background: url(p-trattori.gif) no-repeat;


}
div.sdmenu div.collapsed {
	height: 69px;
	
}
div.sdmenu div span {
	display: block;
	height: 69px;
	font-size: 20px;

	padding-left: 20px;
	margin-bottom: 0px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	color: white;
	cursor: default;
	border-bottom: 1px solid #ffffff;
		cursor: hand;
	cursor:pointer;

}
div.sdmenu div.collapsed span {

}
div.sdmenu div a {
	padding: 5px 10px 5px 20px;
	background: #fff;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid #eee;
	color: #6b6b6b;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #ded4c1 url(linkarrow.gif) no-repeat right center;
	color: #333;
	text-decoration: none;
}
