﻿body {
    background-image: url('images/all_logos_v2.3.jpg');

}

.cssnav
{
position: relative;
font-family: Copperplate Gothic Light, Euromode, Elephant, Times New Roman;
background: url(images/buttonHover01.jpg) no-repeat;
white-space:  nowrap;
display:  block;
width: 180px;
height: 55px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 18px;
width: 180px;
height: 55px;
display: block;
float: left;
color: White;
text-decoration: none; 
text-align: center; 
vertical-align: middle;


}

.cssnav img
{
width: 180px;
height: 55px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position:  absolute;
left: 25px;
right: 25px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer; 
} 

