/* CSS Document */
/* MENU */
#menu{width:170px;height:245px;padding:0;margin:0;
}

#menu ul {padding:0;margin:0;}

#menu li{list-style-type:none;}

#menu li a
{
width:170px;
display:block;
height:35px;
line-height:30px;
text-decoration:none;
background: url(../images/bg-menu.gif) no-repeat top right;
}

#menu li#menu-metier a{width:170px;height:35px; background-position: -170px 0;}
#menu li#menu-metier a.on-metier,#menu li#menu-metier a:hover,#menu li#menu-metier a:focus{width:170px;height:35px;background-position: 0 0;}

#menu li#menu-gestion a{width:170px;height:35px; background-position: -170px -35px;}
#menu li#menu-gestion a.on-gestion,#menu li#menu-gestion a:hover,#menu li#menu-gestion a:focus{width:170px;height:35px;background-position: 0 -35px;}

#menu li#menu-paies a{width:170px;height:35px; background-position: -170px -70px;}
#menu li#menu-paies a.on-paies,#menu li#menu-paies a:hover,#menu li#menu-paies a:focus{width:170px;height:35px;background-position: 0 -70px;}

#menu li#menu-audit a{width:170px;height:35px; background-position: -170px -105px;}
#menu li#menu-audit a.on-audit,#menu li#menu-audit a:hover,#menu li#menu-audit a:focus{width:170px;height:35px;background-position: 0 -105px;}

#menu li#menu-tarification a{width:170px;height:35px; background-position: -170px -140px;}
#menu li#menu-tarification a.on-tarification,#menu li#menu-tarification a:hover,#menu li#menu-tarification a:focus{width:170px;height:35px;background-position: 0 -140px;}

#menu li#menu-partenaires a{width:170px;height:35px; background-position: -170px -175px;}
#menu li#menu-partenaires a.on-partenaires,#menu li#menu-partenaires a:hover,#menu li#menu-partenaires a:focus{width:170px;height:35px;background-position: 0 -175px;}

#menu li#menu-contact a{width:170px;height:35px; background-position: -170px -210px;}
#menu li#menu-contact a.on-contact,#menu li#menu-contact a:hover,#menu li#menu-contact a:focus{width:170px;height:35px;background-position: 0 -210px;}

#menu li a span{margin:0;padding:0;display:block;visibility:hidden;}
