 .cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../buttons/red100x25.gif) no-repeat;
	white-space: normal;
	display: block;
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: black;
	font-size: 11px;
	width: 100px;
	height: 25px;
	display: block;
	float: none;
	text-decoration: none;
}

.cssnav img
{
width: 100px;
height: 25px;
border: 0
}

* html a:hover
{
	visibility:visible;
	color: #ffffff;

}

.cssnav a:hover img
{
	visibility:hidden;
	}

.cssnav span
{
	position: absolute;
	left: -2px;
	top: 1px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	height: 11px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	
}
