﻿.menu 
{
    height: 44px;
    width: auto;
}
.cssnav
{
position: relative;
text-align: center;
float: left;

font-family: arial, helvetica, sans-serif;
background: url(button_over.png) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{

display: none;
color: #000000;
font-size: 20px;
width: 211px;
height: 44px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible;

}

.cssnav a:hover img
{
visibility:hidden;

}

.cssnav span
{
position: absolute;
left: 18px;
top: 12px;
width: 176px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


