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

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

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

#coolmenu2 a:hover{
background-color: #DFDCCB;
color: #000000;
}

</style>
