.cssnav_top
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 100px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-image: url(../Pictures/buttons/top_over.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.cssnav_sub
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 100px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-image: url(../Pictures/buttons/sub_over.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.cssnav_top a 
{
display: block;
color: #000000;
font-size: 11px;
width: 100px;
height: 16px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav_sub a
{
display: block;
color: #CCCCCC;
font-size: 11px;
width: 100px;
height: 16px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.cssnav_top img
{
width: 100px;
height: 16px;
border: 0
}
.cssnav_sub img
{
width: 100px;
height: 16px;
border: 0
}
* html_top a:hover
{
visibility:visible
}
* html_sub a:hover
{
visibility:visible
}
.cssnav_top a:hover img
{
visibility:hidden
}
.cssnav_sub a:hover img
{
visibility:hidden
}
.cssnav_top span
{
	position: absolute;
	left: 0%;
	top: 1px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 100px;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
}
.cssnav_sub span
{
	position: absolute;
	left: 0%;
	top: 1px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 100px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
}
