
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin-top: 6px;
margin-top: 4px;
padding: 0;
position: absolute;
left: 0;
top: 0;;
list-style-type: none;
border-bottom-width: 0px;
background-image: url(wp-content/themes/lunettattitude/images/fond-sousmenu.png);
background-repeat: repeat;
border: 1px solid #e7e7e7;
visibility: hidden;
display: inline; /*collapse all sub menus to begin with*/
}

.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
margin-top: 8px;
margin-bottom: 8px;
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding: 0px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
/*background: #F0CE7D;*/
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


