﻿.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url('buttons/blank%20off.png') no-repeat;
background-color:#eeffcc;
}



.cssnav img




* html a:hover
{
visibility:visible
}
.cssnav span
{
position: absolute;
text-align: center;
left: 10px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: hand;
} 
.cssnav a:hover img
{
visibility:hidden
}