/* STYLE SHEET FOR SIDE FLOATING NAVIGATION BAR */

table.sidefloat
{
   border-collapse: collapse;
}
table.sidefloat td 
{
   border: 1px solid #ccc;
}
table.sidefloat td a
{
   display: block;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   font-size: small;
   font-weight: bold;
   width: 96px;
   padding: 4px;
   text-decoration: none;
}

table.sidefloat td a:link
{
   color: #494949;
   background-image:url('cbg3.gif');
   background-repeat: repeat-x;
}

table.sidefloat td a:visited 
{
   color: #494949;
   background-image:url('cbg3.gif');
   background-repeat: repeat-x;
}

table.sidefloat td a:hover
{
   color: #494949;
   background-image:url('cbg3-over2.gif');
   background-repeat: repeat-x;
}

table.sidefloat td a:active
{
   color: #494949;
   background-image:url('cbg3.gif');
   background-repeat: repeat-x;
}
