@charset "utf-8";
/* CSS Document */

.menu {
height: 23px;
width: 600px;
}


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

.cssnav a
{
display: block;
color: #ffffff;
font-weight:bold;
font-size: 11px;
width: 120px;
height: 23px;
display: block;
float: left;
color: #ffffff;
text-decoration: none;
}

.cssnav img {width: 120px; height: 23px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}


.cssnav span
{
position: absolute;
left: 1px;top: 5px;
text-align: center;
width: 120px;
cursor: pointer;   

} 