div.sdmenu {
	width: 195px;
	padding-bottom: 10px;
	color:#dfe1d8;
	padding-left:5px;
	min-height:500px;
}
div.sdmenu div {
	overflow: hidden;
}

div.sdmenu h3{
	font-weight: bold;
	color: #c0c3b3;
	padding:20px 5px 10px 0px;
	margin: 0px;
	text-align:left;
	background:url(menu-h3.jpg) bottom left no-repeat;
}

.title2 {display: block; width: 180px; padding:8px 0 5px 0; }
.title2 a, .title2 a:visited { padding:0px 5px; background-image:none; color: #c0c3b3;  }
.title2 a:hover { color: #fff; text-decoration:none;  }

.title {display: block; width: 180px; height: 16px; }
.title a, .title a:visited {  background-image:none; color:#dfe1d8;padding:3px 0 3px 15px; font-size:1.1em; }
.title a:hover { color: #000; text-decoration:none; background:url(../../../images/picto-menu.png) 0px center no-repeat; }


div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 20px;
	
	
}
div.sdmenu div span {
	display: block;
	height: 14px;
	padding: 3px 0 3px 15px;;
	font-weight: bold;
	color: #dfe1d8;
	cursor: default;
	background:url(../../../images/picto-menu.png) 0px center no-repeat;
	font-size:1.1em;
	}
div.sdmenu div.collapsed span {
background:url(../../../images/collapsed.gif) 0px center no-repeat;
}
div.sdmenu div a, div.sdmenu div a:visited {
	padding:3px 0px 3px 15px;
	display: block;
	color: #dfe1d8;
	font-weight:normal;
	font-size:1.1em;

}
div.sdmenu .title a.current {
	color: #000;
	cursor: default;
	background:url(../../../images/picto-menu.png) 0px center no-repeat;
}

div.sdmenu div a.current {
	color: #000;
	cursor: default;
	background:url(../../../images/expended.png) 0px center no-repeat;
}

div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
}

