div.sdmenu {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #40362B;
}
div.sdmenu div {
	overflow: hidden;
	background-color: #ffffff;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
	
}
div.sdmenu div.collapsed {
	height: 50px;
	vertical-align:middle;
	background-color: #ffffff;
}
div.sdmenu div span {
	display: block;
	/*padding: 5px 25px;*/
	height: 43px;
	
	width:150px !important;
	width:175px;
	padding-left:25px;
	padding-top:7px;

	font-size:11px;
	font-weight: bold;
	color: #40362B;
	background: url(../images/equipement-equitation-fond-menu-2.gif) no-repeat ;
	cursor: pointer;
}
div.sdmenu div.collapsed span {
	height: 45px;
	background-color: #ffffff;
	background-image: url(../images/equipement-equitation-fond-menu-2.gif);
}
div.sdmenu div a {
	padding: 3px 0px 0px 10px !important;
	padding: 3px 0px;
	display: block;
	color:#007095;
	font-size:10px;
	text-decoration:none;
	width:155px;
	background-color: #ffffff;
}
div.sdmenu div a.current {
	background : #F4F4E8;
	
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	background-color:#F4F4E8;
	color: #392F26;
	text-decoration: none;
}
