#coolmenu{
border: 1px solid #480f0f;
border-bottom-width: 0;
width: 150px;
background-color: #F1EDE4;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 145px;
}

#coolmenu a{
font: bold 10px Verdana;
padding: 4px;
padding-left: 4px;
display: block;
width: 100%;
color: #AC2323;
text-decoration: none;
border-bottom: 1px solid #480f0f;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #AC2323;
color: #F1EDE4;
}