ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	text-decoration:none;
	background-color: #3C4145;
	padding-top: 5px;
}
ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {
	position:absolute;
	top:37px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #BD2716;
}
ul.menu ul li {
	position:relative;
	width:180px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
ul.menu ul li a {
	display:block;
	background-color:#3C4145;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
ul.menu ul li a:hover {
	background-color:#BE2716;
	text-transform: none;
	color: #FFF;
}
ul.menu ul ul {
	left:180px;
	top:0px;
}
ul.menu .menulink {
	font-weight:bold;
	width:auto;
	color: #FFF;
	background-color: #3C4145;
	padding-top: 11px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
	letter-spacing: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #BD2716;
	color: #FFF;
}
ul.menu .sub {
	background-color: #3C4145;
	background-image: url(images-communes/arrow.gif);
	background-repeat: no-repeat;
	background-position: 170px 8px;
	padding-top: 5px;
	text-transform: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ul.menu .topline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #666;
	font-weight: normal;
}
