/*Rollover images for buttons*/
* html a:hover
{
visibility:visible
}

.cssnav99
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/women_down.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 150px;
height: 90px;
margin: 0;
padding: 0;
}

.cssnav99 a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 90px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav99 img
{
width: 150px;
height: 90px;
border: 0
}

.cssnav99 a:hover img
{
visibility:hidden
}

.cssnav98
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/men_down.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 150px;
height: 90px;
margin: 0;
padding: 0;
}

.cssnav98 a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 90px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav98 img
{
width: 150px;
height: 90px;
border: 0
}

.cssnav98 a:hover img
{
visibility:hidden
}