/* CSS Document */

ul.ulMenu { 
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
border: 0;
}

ul.ulMenu li {
float: left;
margin: 0;
padding:0;
}

li.un {
   height:45px;
   width:113px;
   cursor:pointer;
}

a.una {
display:block;
   background: url('pagination_35/menu_01.jpg') top left;
width:113px;
height:45px;
}

a.una:hover{
   background-position: 0 -45px;
}

li.deux {
   height:45px;
   width:137px;
   cursor:pointer;
}

a.deuxa {
display:block;
width:137px;
   background: url('pagination_35/menu_02.jpg') top left;
height:45px;
}

a.deuxa:hover{
   background-position: 0 -45px;
}

li.trois {
   height:45px;
   width:116px;
   cursor:pointer;
}

a.troisa {
display:block;
width:116px;
   background: url('pagination_35/menu_03.jpg') top left;
height:45px;
}

a.troisa:hover{
   background-position: 0 -45px;
}

li.quatre {
   height:45px;
   width:174px;
   cursor:pointer;
}

a.quatrea {
display:block;
   background: url('pagination_35/menu_04.jpg') top left;
width:174px;
height:45px;
}

a.quatrea:hover{
   background-position: 0 -45px;
}


li.cinq{
   height:45px;
   width:209px;
   cursor:pointer;
}

a.cinqa {
display:block;
width:209px;
height:45px;
   background: url('pagination_35/menu_05.jpg') top left;
}

a.cinqa:hover{
   background-position: 0 -45px;
}