 ul, li {
 list-style-type: none; 
margin:0;
padding:0;
}
ul {
position: relative; 
left: 6px;
top: 0px;
background: transparent url(/images/fondmenu2.png) top left no-repeat; 
height: 120px;
width: 189px;
text-align:right;
}
li {
display: inline; 
}
li a { 
display: block; 
height: 30px;
width: 189px;
color: #fffffe;
line-height: 30px; 
font-size: 12px;
font-family: arial, serif;
text-decoration: none;
}
li a:hover {
color: #43271B;
background: transparent url(/images/fondmenu2.png) top left no-repeat;
}
a#menu1:hover {
background-position: 0% -120px; 
}
a#menu2:hover {
background-position: 0% -150px;
}
a#menu3:hover {
background-position: 0% -180px;
}
a#menu4:hover {
background-position: 0% -210px;
}


