#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #E6E6E6;

}

#coolmenu a{
font: bold 13px Palatino Lionotype;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: white;
}

#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
font-size: 12pt;
font: Roman;
}