 .cssnav
{
	position: relative;
	font-family: verdana, sans-serif;
	background: url(../img/button_hover.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 170px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-width: thick;
	border-style: outset;
	border-color: #202020;

}

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

.cssnav img
{
	width: 170px;
	height: 30px;
	border: 0px;
}

* html a:hover
{
	visibility:visible
}

.cssnav a:hover img
{
	visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 5px;
	top: 7px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	font-size: larger;
	font-weight: bolder;
	color: #202020;
}


 .cssnavsub
{
	position: relative;
	font-family: verdana, sans-serif;
	background: url(../img/button_hover.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-width: thick;
	border-style: outset;
	border-color: #202020;

}

.cssnavsub a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 120px;
	height: 20px;
	display: block;
	float: right;
	color: black;
	text-decoration: none;
}

.cssnavsub img
{
	width: 120px;
	height: 20px;
	border: 0px;
}

* html a:hover
{
	visibility:visible
}

.cssnavsub a:hover img
{
	visibility:hidden
}

.cssnavsub span
{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	font-weight: bolder;
	color: #202020;
}

