div.sdmenu {
	width: 150px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(images/bottom.gif) no-repeat  right bottom;
	color: #f0f0f0;
}
div.sdmenu div {
	background: url(images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(images/titlemenu.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(images/expanded.gif) no-repeat 10px center;
	background: url(images/titlemenu.jpg) no-repeat;
	background-color: #efefef;
	cursor: default;
	border-bottom: 5px solid #d0d0d0;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
	background: url(images/titlemenu.jpg) no-repeat;
	background-color: #f9f9f9;
}
div.sdmenu div a {
	padding-left: 5px;
	vertical-align: middle;
	background: url(images/azzurrini.gif) no-repeat;
  /*background: #f9f9f9;*/
	display: block;
	border-bottom: 1px solid #d0d0d0;
	color: #518bff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
div.sdmenu div a.current {
	background : #c0c0c0;
	background: url(images/titlemenu.jpg) no-repeat;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : #c0c0c0 url(images/linkarrow.gif) no-repeat right center;
	text-decoration: none;
	color: #0505bb;
	text-decoration: none;
}
