.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/sub_dn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 143px;
height: 32px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #FFFFFF;
font-size: 14px;
width: 143px;
height: 32px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 143px;
height: 32px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 20px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

.substatic
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/sub_dn.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 143px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.substatic span
{
position: absolute;
left: 20px;
top: 7px;
margin: 0px;
padding: 0px;
} 
