/* Left hand navigation menu for activities */

#coolmenu{
border: 2px solid white;
width: 97%;
background-color: #E6E6E6;
}

#coolmenu a{
font: 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 97%;
color: black;
text-decoration: none;
border-bottom: 2px solid white;
}

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

#coolmenu a:hover{
background-color: #cccccc;
color: white;
}

#tabledescription{
width: 97%;
margin-top:8px;
height: 2em;
filter:alpha(opacity=0);
-moz-opacity:0;
font: 12px Verdana; color:#CC0033;
}
