#coolmenu{
border: 0;
width: 170px;
background-color: #F7F4F0;
}

#coolmenu a{
font: bold 12px Arial;
padding: 1px;
padding-left: 4px;
display: block;
width: 100%;
color: #0E095B;
text-decoration: none;
border-bottom: 0px;
}

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

#coolmenu a:hover{
background-color: #E8E2D9;
color: #5BAD6B;
}

</style>