#coolmenu{
border: 0px solid #000000;
border-bottom-width: 0;
width: 149px;
background-color: #f3d87a;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 149px;
}

#coolmenu a{
font: bold 11px georgia;
padding: 4px;
padding-left: 4px;
display: block;
width: 100%;
color: #335202;
text-decoration: none;
border-bottom: 0px solid #000000;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #335202;
color: #ffffff;
}