 .cssnav2
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: normal;
	display: block;
	width: 193px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url(graphics/button_up_green.gif);
	background-repeat: no-repeat;
}

.cssnav2 a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 193px;
	height: 25px;
	display: block;
	float: none;
	color: #000000;
	text-decoration: none;
}

.cssnav2 img
{
	width: 193px;
	height: 25px;
	border: 0;
	border-color: #000000;
}

* html a:hover
{
	visibility:visible;
	color: #ffffff;
}

.cssnav2 a:hover img
{
	visibility:hidden;
}

.cssnav2 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;
	
}
