div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../imatges/bottom.png) no-repeat  right bottom;
	color: #c9c907;
}
div.sdmenu div {
	background: url(../imatges/titol.png) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../imatges/toptitle.png) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../imatges/colapsat.png) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #c9c907;
}
div.sdmenu div.collapsed span {
	background-image: url(../imatges/expandir.png);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #f6f5e5;/*fons del menu obert*/
	display: block;
	border-bottom: 1px solid #c9c907;
	color: #312f49;/*lletra de l'enllaç*/
}
div.sdmenu div a.current {
	background : #ffffff;
}
div.sdmenu div a:hover {
	background : #f1b93d url(../imatges/fldr_enll.gif) no-repeat right center;/*fons menú per escollir*/
	color: #312f49;/*lletra inversa de l'enllaç*/
	font-weight: bold;
	text-decoration: none;
}