@charset "utf-8";
/* CSS Document */
#coolmenu{
border-bottom-width: 0;
width: 240px;
background-color: #f6f9fc;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 250px;
}

#coolmenu a{
font: 13px Verdana;
padding: 2px;
padding-left: 4px;
padding-right: 5px;
display: block;
width: 100%;
color: black;
text-decoration: none;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #d1dafb;
color: black;
}
