.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/nameButtonON_1.gif) no-repeat;
white-space: nowrap;
display: block;
width: 104px;
height: 23px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 104px;
height: 23px;
display: block;
float: right;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 104px;
height: 23px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav a:hover
{
color: #62092b;
}

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