/* CSS Document */

.cssnav
{
position: relative;
float: left;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
/* background-image: url(/images/navoverbtn.gif); */
background-image: url(/images/navoverbtn.gif);
background-repeat:no-repeat;
white-space:nowrap;
display:block;
width: 85px;
height: 29px;
margin: 5px;
padding: 0px;
overflow: hidden;
}

.cssnav a
{
display: block;
color: #FFFFFF;
font-size: 11px;
width: 85px;
height: 29px;
display: block;
float: left;
color:black;
text-decoration: none;
overflow: hidden;
}

.cssnav img
{
width: 85px;
height: 29px;
border: 0
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
color: #FFFFFF;
left: 1px;
top: 7px;
text-align: center;
text-decoration: none;
width: 85px;
cursor: pointer;
}
