<style type="text/css">

#coolmenu{
border: 2px solid red;
width: 50px;
background-color: #AADD11;
}

#coolmenu a{
font: 12px Arial;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #006699;
text-decoration: none;
border-bottom: 1px solid #DD1111;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #FFFF66;
font: Bold italic 12px Arial;
color: #DD1111
}

#resultsmenu a{
font: 12px Arial;
padding: 2px;
padding-left: 4px;
color: #006699;
text-decoration: none;
border-bottom: 1px solid #DD1111;
}

html>body #resultsmenu a{ /*Non IE rule*/
width: auto;
}

#resultsmenu a:hover{
background-color: #FFFF66;
font: Bold italic 12px Arial;
color: #DD1111
}

#tabledescription{
font: bold 14px Arial;
color: #0099CC
width: 50%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}

</style>

