﻿ .menu {
						height: 30px;
						width: 100%;
						
			}
 
 
 .cssnav
{
position:relative;
float: left;
font-family: arial, helvetica, sans-serif;
background: url('../images/glovebuttonover.jpg') no-repeat;
white-space: nowrap;
color: white;

display: block;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
 left:14%;   
}

.cssnav a
{
display: block;
font-size: 12pt;
width: 150px;
height: 30px;
display: block;

color: #B0B0B0	
 ;
text-decoration: none;
float:none
}

.cssnav a:hover
{
display: block;
font-size: 12pt;
width: 150px;
height: 30px;
display: block;
float: left;
color: white;
text-decoration: none;
}


.cssnav img
{
width: 150px;
height: 30px;
border: 0;
}

* html a:hover
{
visibility:visible;

}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 35px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
font-weight:normal;
}

 .cssnav2
{
position:relative;
float: left;
font-family: arial, helvetica, sans-serif;
background: url('../images/glovebuttonhighlighted.jpg') no-repeat;
white-space: nowrap;
color: white;

display: block;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
 left:14%;   
 cursor:default;
}

.cssnav2 a
{
display: block;
font-size: 12pt;
width: 150px;
height: 30px;
display: block;
 cursor:default;
color: #B0B0B0	
 ;
text-decoration: none;
float:none
}

.cssnav2 a:hover
{
display: block;
font-size: 12pt;
width: 150px;
height: 30px;
display: block;
float: left;
color: white;
text-decoration: none;
 cursor:default;

}


.cssnav2 img
{
width: 150px;
height: 30px;
border: 0;
 cursor:default;

}

* html a:hover
{
visibility:visible;

}

.cssnav2 a:hover img
{
visibility:hidden;
}

.cssnav2 span
{
position: absolute;
left: 35px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
font-weight:normal;
 cursor:default;

}
