 .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(button-t.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 200px;
height: 25px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 20px;
height: 20px;
display: block;
float: left;
color: #377B12;
text-decoration: underline;
}

.cssnav img
{
width: 20px;
height: 20px;
border: 0
}

* html a:hover
{
visibility:visible
color: red;
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav a:hover
{
color: #000000;
text-decoration: none;
}

.cssnav span
{
position: absolute;
left: 35px;
top: 3px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-decoration: underline;
}
