/* Navigation Buttons */

.cssnav      { position: relative; font-family: arial, helvetica, sans-serif; 
               background-image: url('images/btn_darkred_on250_redpaw.gif'); background-repeat: 
               no-repeat; background-attachment: scroll; white-space: nowrap; 
               display: block; width: 250px; height: 25px; margin: 0; 
               padding: 0; background-position: 0% }
.cssnav a
{
display: block;
color: #000000;
font-size: 14px;
width: 250px;
height: 25px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 250px;
height: 25px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 6px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 





