#coolmenu2{
border: 0;
width: 170px;
background-color: #E8E2D9;
}

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

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

#coolmenu2 a:hover{
background-color: #0E095B;
color: #5BAD6B;
}

</style>