#navcontainer ul
{
font-size:10PX;
padding-left: 0;
margin-left: 0;
/*background-color: #A5B300;  CAMION PIZZA */
/*background-color: #FFE600;  CAMION SNACK */
background-color: #42A0FF;  /*CAMION MAGASIN */
/*background-color: #FF7E28;  COMMERCE AMBULANT */
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
/*background-color: #A5B300; CAMION PIZZA */
/*background-color: #FFE600;  CAMION SNACK */
background-color: #42A0FF;  /* CAMION MAGASIN */
/*background-color: #FF7E28;  COMMERCE AMBULANT */

color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
padding:5px;
padding-left:15px;
padding-right:15px;
}
#navcontainer ul li a:hover
{
/*background-color: #F7FBCC; CAMION PIZZA */
/*background-color: #FDF9C4;  CAMION SNACK */
background-color: #D8EBF7;/*   CAMION MAGASIN */
/*background-color: #FF7E28;  COMMERCE AMBULANT */

/*color: #A5B300;  CAMION PIZZA */
/*color: #FFE600;  CAMION SNACK */
color: #42A0FF; /* CAMION MAGASIN */
/*color: #FF7E28;  COMMERCE AMBULANT */

}
#navcontainer ul li #current
{
background-color: #fff;
/*color: #A5B300;  CAMION PIZZA */
/*color: #FFE600;  /*CAMION SNACK */
color: #42A0FF;  CAMION MAGASIN */
/*color: #FF7E28;  COMMERCE AMBULANT */
}