#coolmenu{
border: 1px solid #40e0d1;
border-bottom: 0px;
width: 200px;
background-color: #E6E6E6;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #3b3b3b;
text-decoration: none;
border-bottom: 1px solid #40e0d1;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #b1b1b1;
color: white;
}



