
/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

/* BODY tag */

#coolmenu{
border: 0px solid white;
width: 500px;
background-color: white;
}

#coolmenu #sel{
border: 1px solid #fc3faa;
background-color: white;
}

#coolmenu a{
font: 10px Verdana;
color: black;
text-decoration: none;
border: 1px solid white;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
border: 1px solid #fc3faa;
background-color: white;
color: white;
}

#coolmenu #selected a{
border: 1px solid #fc3faa;
}


#tabledescription{
font: 12px Verdana, tahoma, helvetica, sans-serif;;
font-weight: bold;
color: #fc3faa;
width: 100%;
height: 10px;
padding: 1px;
filter:alpha(opacity=0);
-moz-opacity:0;
}
