/* @override http://localhost:8888/corporate.neocom.fr/styles/style_sousmenu.css */

ul#sousmenu {
	margin: 0 0 0 5px;
	list-style-type: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

	width: 237px;
}

li.element_sousmenu {

	border-bottom: 1px solid #fff;
	margin: 0;
	background-color: #dcdcdc;
}
li.element_sousmenu:hover {
	background-color: #e9e9e9;
}
li.element_sousmenu_on {
	padding: 8px 0 0 20px;
	height: 23px;
	border-bottom: 1px solid #fff;
	margin: 0;
	background: #3986bf url(../images/fond/fond_sousmenu.png) no-repeat right center;
}

#sousmenu li.element_sousmenu_on a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sousmenu li.element_sousmenu a {
	text-decoration: none;
	display: block;
	height: 24px;
	padding-left: 13px;
	padding-top: 7px;
}