#coolmenu{
border: 1px solid #ffffff;
border-bottom-width: 0;
width: 145px;
background-color: #003e67;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 145px;
}

#coolmenu a{
font: bold 14px Times;
padding: 4px;
padding-left: 5px;
display: block;
width: 100%;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #FFFFFF;
color: #000000;
}
