﻿ .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../prodrop2/over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 100px;
height: 35px;
margin: 0;
padding: 0;
float:left;
overflow:hidden;
}

.cssnav a
{
display: block;
color: #ffffff;
font-size: 11px;
width: 100px;
height: 35px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 102px;
height: 35px;
border: 0;
position:relative;
left:-2px;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

/* .cssnav span
{
position: absolute;
left: 35px;
top: 10px;
text-align: center;
margin: 0px;
padding: 0px;
cursor: pointer;
color:#ffffff;
} */

 .cssnav2
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../prodrop2/button1a.gif) no-repeat;
white-space: nowrap;
display: block;
width: 52px;
height: 35px;
margin: 0;
padding: 0;
float:right;
overflow:hidden;
}

.cssnav2 a
{
display: block;
color: #ffffff;
font-size: 11px;
width: 52px;
height: 35px;
display: block;
float: right;
color: black;
text-decoration: none;
}

.cssnav2 img
{
width: 54px;
height: 35px;
border: 0;
position:relative;
left:-2px;
}

* html a:hover
{
visibility:visible
}

.cssnav2 a:hover img
{
visibility:hidden
}