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