#coolmenu{
border: 1px solid #666666;
border-bottom-width: 0;
width: 165px;
background-color: #336699;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#coolmenu a{
font: bold 11px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px solid #666666;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #666666;
color: #EFEFEF;
}
