.cssnav
{
position: relative;
font-family: Verdana;
background: url('images/buttons/button2.jpg') no-repeat;
white-space: nowrap;
display: block;
width: 160px;
height: 20px;
margin: 0;
padding: 0
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 160px;
height: 20px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 160px;
height: 20px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 15px;
top: 2px;
margin: 0px;
padding: 0px;
cursor: pointer;
}