#coolMenuContainer{
   font-family:  Verdana, Arial, Helvetica;
   clear: left;
   float:left;
   width: 135px;
   margin-left: 6px;
   }
#coolmenu{
   font-family: Verdana, Arial, Helvetica;
   font-size: 75%;
   font-style: normal;
   font-weight: bold;
   }
#coolmenu a{
   border-left: 2px solid #000099;
   border-right: 2px solid #000099;
   background: url(/images/linkBackground.gif) white; 
   color: #000066;
   border-bottom: 2px solid #000099;
   padding-top: 3px;
   padding-bottom: 3px;
   display: block; /*Makes it display table like */
   text-align:center;
   text-decoration: none;
   }
#thisLink {
   border-left: 2px solid #000099;
   border-right: 2px solid #000099;
   background: url(/images/thisLinkBackground.gif) #C0C0C0; 
   color: #000066;
   border-bottom: 2px solid #000099;
   padding-top: 3px;
   padding-bottom: 3px;
   display: block; /*Makes it display table like */
   text-align:center;
   text-decoration: none;
   }
#coolmenu a:hover{
   color:#6699FF;
   }
#coolmenu a:visited{
   font-weight: normal;
   }
#tabledescription{/*Info  when hovering*/
   height: 47px;
   padding: 2px;
   filter:alpha(opacity=0);
   -moz-opacity:0;
   font-size: 90%;
   font-style: normal;
   font-weight: normal; 
   }
img.coolmenutop {
   vertical-align: bottom;
   border:0;
   }
img.coolmenubottom {
   vertical-align: top;
   border:0;
   }
#statictabledescription{
   height: 47px;
   border-left: 2px solid #000099;
   border-right: 2px solid #000099;
   }



