.cssnav	{ 
	position: absolute;
	top: 100px; 
	font-family: arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0; 
	padding: 0; 
}

.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.cssnav img {
	width: border: 0px;
}

* html a:hover {
	visibility:visible;
}

.cssnav a:hover img	{
	visibility:hidden;
}

.cssnav span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.V12Blb 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #36393C;font-weight: bold; text-decoration: none }

