

.avis{
padding-left: 15px;
padding-top: 0px;
width: 190px; /*width of menu*/
background:  url(../img/avis.jpg) no-repeat 2px top;
border: 0px solid #2d3971;
}

.avis ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #00014e;
}

.avis ul li a{
background:  url(../img/arrow-list-red.gif) no-repeat 2px top;
color: #5e5e5e;
display: block;
width: auto;
padding: 0px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}


* html .avis ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.avis ul li a:visited, .markermenu ul li a:active{
color: #5e5e5e;
}

.avis ul li a:hover{
color: #2591b5;
background-image:url(../img/arrow-list.gif); /*onMouseover image change. Remove if none*/
}


