/* CSS Document */
.cssnavred
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/nav/green_dwn.jpg) no-repeat;
white-space: nowrap;
display: block;
height: 50px;
margin-bottom:1px;
margin: 0;
padding: 0;
}

.cssnavred a
{
display: block;
color: #000000;
font-size: 11px;
height: 50px;
margin-bottom:1px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnavred img
{
width: 334px;
height: 50px;
margin-bottom:1px;
border: 0;
}
.cssnavred a:hover img
{
visibility:hidden
}

.cssnavred span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 




.cssnavgreen
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/nav/red_dwn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 334px;
height: 51px;
margin: 0;
padding: 0;
}

.cssnavgreen a
{
display: block;
color: #000000;
font-size: 11px;
width: 334px;
height: 50px;
margin-bottom:1px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnavgreen img
{
width: 334px;
height: 50px;
margin-bottom:1px;
border: 0
}
.cssnavgreen a:hover img
{
visibility:hidden
}

.cssnavgreen span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/nav/blue_dwn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 334px;
height: 51px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 334px;
height: 50px;
margin-bottom:1px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 334px;
height: 50px;
margin-bottom:1px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 