
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url("../images/buttonon.png") no-repeat;
white-space: nowrap;
display: block;
width: 139px;
height: 30px;
    padding: 0;
}

.cssnav a{
	
display: block;

font-size: 12px;

width: 139x;
height: 30px;
display: block;
float: left;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}






.cssnav img
{
width: 139px;
height: 30px;
border: 0
}

* html a:hover
{

font-size: 12px;
color: #FFFF00;
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 3px;
top: 6px;

margin: 0px;
padding: 0px;
cursor: pointer;
width: 139px;
height: 14px;

}