#navrub{
padding: 0;
margin: 0;
text-align: left;
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}

#navrub ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 0;
border-width: 1px 0;
}
/*regle pour IE. Supprime la marge extra basse*/
* html #navrub ul{ 
margin-bottom: 0;}

#navrub ul li{
width:156px;
height:17px;
display: inline;
margin: 0 10px 0 0;
background-color:#461013;
}

/*Les liens tels que vous voulez qu'ils apparaissent*/
#navrub ul li a{
border-left: 10px solid #e6d5df;
border-right: 4px solid #fff;
width:138px;
height:15px;
float: left;
color: #fff;
font-weight: normal;
padding: 2px 0 0 6px;
text-decoration: none;
background-color:#461013;
/*image de séparation des rubriques avec son adresse*/
background: url("../images/menu-bottom/fond-menugamme.gif");
}

/*Ici, c'est pour le survol*/
#navrub ul li a:hover{ 
border-left: 10px solid #ecebca;
border-right: 4px solid #fff;
padding-bottom: 0;
background-color:#461013;
background: url("../images/menu-bottom/fond-menugamme.gif");
}