#coollinks {
width: 100%;
background-color: transparent;
}

* html #coollinks { /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 100%;
}

#coollinks a{
font: bold 12px Comic Sans MS;
padding: 3px;
padding-left: 5px;
display: block;
width: 100%;
color: #FFFF99;
}

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

#coollinks a:hover{
background-color: #00CCFF;
color: black;
}