.habercat{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 185px;
border: 1px solid #fefefe;
border-bottom-width: 0;
}
.habercat li a{
background: white url(menu1.gif) repeat-x bottom left; width: 185px;
font: auto;
color: auto;
display: block;
width: auto;
padding: 5px 0;
padding-left: 14px;
text-decoration: none;
}
* html .habercat li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 183px;
}
.habercat li a:visited, .habercat li a:active{
color: auto;
}
.habercat li a:hover{
background-image: url(menu2.gif);
}