li {
text-align : left;
line-height : 17px;
padding-left : 18px;
background-image : url(../media/button/arrow.gif);
background-repeat : no-repeat;
background-position : 0 2px;
}
li:hover {
text-align : left;
line-height : 17px;
padding-left : 18px;
background-position : 0 2px;
background-image : url(../media/button/arrow_hover.gif);
background-repeat : no-repeat;
}
ul {
margin : 2px;
padding : 2px;
list-style : none;
}
