#coolmenu{
border: 0px solid black;
width: 150px;
background-color: #ffffff;
}

#coolmenu a{
font: bold 14px Garamond, Georgia, "Times New Roman";
padding: 2px;
padding-left: 14px;
display: block;
width: 100%;
color: #999999;
text-decoration: none;
border-bottom: 1px dotted #cccccc;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #FBD4A7;
color: white;
}
