a.topNavMenu {
 background : none;
display: block;
float: left;
height: 28px;
margin-right: 0px;
padding-right: 10px;
text-decoration: none;
color: #ccf845 !important;
font-family: Arial, Helvetica, sans-serif;
font-size:12px !important;
font-weight:bold;
}

a.topNavMenu:hover {
  color:#ffffff !important;
}
a.topNavMenu span {
    background : none;
    background:   #526822;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#526822, endColorstr=#526822); /* Pour IE */
    background-image: -moz-linear-gradient(	top, #526822, #526822); /* Pour Firefox */
    background-image: -webkit-gradient( linear,	left top, left bottom, from(#526822), to(#526822)); /* Pour Webkit */

    border-top-right-radius:		 7px;
    -moz-border-radius-topleft: 	 7px;
    -webkit-border-top-left-radius:  7px;
    -khtml-border-radius-topleft: 	 7px;

    border-top-left-radius:		     7px;
    -moz-border-radius-topright: 	 7px;
    -webkit-border-top-right-radius: 7px;
    -khtml-border-radius-topright: 	 7px;

    border-bottom-right-radius:		 7px;
    -moz-border-radius-bottomright: 	 7px;
    -webkit-border-bottom-right-radius: 7px;
    -khtml-border-radius-bottomright: 	 7px;

    border-bottom-left-radius:		 7px;
    -moz-border-radius-bottomleft: 	 7px;
    -webkit-border-bottom-left-radius: 7px;
    -khtml-border-radius-bottomleft: 	 7px;

display: block;
line-height: 28px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 0 10px 0 10px;
}
ul#menunav {

}
ul#menunav li {

}
ul#menunav li#last-li {

}

ul#menunav li .sub {
	position: absolute;
	top: 180px; left: 332px;
	background: #526822;
	background-color: #526822\9; /* le  \9  est un hack pour cibler IE8, IE7 et IE6 */
	border-bottom: 1px solid #526822\9;
	border-left: 1px solid #526822\9;
	border-right: 1px solid #526822\9;
	padding: 5px;
	float: left;

	border-bottom-right-radius:		    10px;
	-moz-border-radius-bottomright:     10px;
	-khtml-border-radius-bottomright:   10px;
	-webkit-border-bottom-right-radius: 10px;

	border-bottom-left-radius:		    10px;
	-moz-border-radius-bottomleft:      10px;
	-khtml-border-radius-bottomleft: 	10px;
	-webkit-border-bottom-left-radius:  10px;

	box-shadow:0px 0px 5px #526822;
	-moz-box-shadow:0px 0px 5px #526822;
	-webkit-box-shadow:0px 0px 5px #526822;
	display: none;
	z-index: 1000;
}
ul#menunav li .row {
    clear: both;
    float: left;
    width: 97%;
    margin: 5px 5px 10px 5px;
    padding:10px;
    background: #ffffff;
}
ul#menunav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#menunav .sub ul li {
	width: 100%;
	color: #fff;
	background: none;
}
ul#menunav .sub ul li h2 {
	padding: 5px 0 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FA6913;
	display:block;
}
ul#menunav .sub ul li h3,
ul#menunav .sub ul li h3.menu-tourisme{
	padding: 5px 0 0px 10px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FA6913;
	display:block;
}
ul#menunav .sub ul li h2 a, ul#menunav .sub ul li h2 a:hover {
	padding: 5px 0;
	background-image: none;
	color: #ffffff;
}
ul#menunav .sub ul li h2 a:hover {
	background-image: none;
	text-decoration: underline;
}
ul#menunav .sub ul li a {
    background: url(/images/fleche_droite_menu.png) no-repeat 0px 10px;
	float: none;
	text-indent: 0;
	height: auto;
	padding: 0 0 0 18px;
	margin: 0 10px;
	display: block;
	text-decoration: none;
	color: #526822;
	font-size:12px;
	text-shadow: none;
	border-bottom: 1px solid #526822;
	text-transform: none;
	line-height:27px;
	font-weight:bold;
}
ul#menunav .sub ul li a:hover {
	color: #526822;
	text-decoration: underline;
}

li.liSub a:hover span.dd_wrapper, li.liSub:hover a span.dd_wrapper {
	color: 		  #ffffff;
    padding-bottom : 16px;
	text-shadow: none;

}