#coolmenu{
border: 0;
width: 180px;
background-color: #FFFCF0;
}

#coolmenu a{
font: bold 10px 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: #F7F4F0;
color: #FE9901;
}

</style>