#list-menu {
width: 281px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
} 

#list-menu li {
margin: 0 0 0 36px;
text-indent: 50px;
background: url(../images/horeca_portelan_inox_sticlarie_09.jpg) no-repeat;
}

#list-menu a {
display: block;
width:260px; height: 27px;
padding: 5px 2px 2px 10px;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
font-weight: bold;
}

#list-menu a:hover {
background: url(../images/horeca_portelan_inox_sticlarie_09_over.jpg) repeat-y; color: #9fa7b3;
}

#list-menu a.on {
background: url(../images/horeca_portelan_inox_sticlarie_09_over.jpg) no-repeat; color: #9fa7b3}


