﻿<style type="text/css">

#coolmenu{
border: 1px solid #990000;
width: 250px;
background-color: #990000;
}

#coolmenu a{
font: bold 10px Verdana;
padding: 2px;
padding-left: 10px;
display: block;
width: 100%;
color: #ffcd66;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: #ffcd66;
color: #990000;
}

#tabledescription{
width: 100%;
height: 5em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
color: #ffcd66;

}

</style>