.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/greybtn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 80px;
height: 20px;
margin-left: 0px;
padding: 0px;
color:#ffffff;
}

.cssnav a
{
display: block;
color: #ffffff;
font-size: 12px;
width: 80px;
height: 20px;
display: block;
float: left;
color: #0066cc;
text-decoration: none;
padding:0px;
}

.cssnav img
{
width: 80px;
height: 20px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
right: 7px;
top: 3px;
margin: 0px;
padding: 0px;
cursor: pointer;
}