/* NAVIGATION BUTTONS */
.cssnav	{
	color: black;
	background: url(images/blankbutton_over.jpg) no-repeat;
	position:relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 20px;
	margin: 0; 
	padding: 0; 
	}
.cssnav a {
	display: block;
	color: black;
	background: none;
	font-size: 12px;
	width: 89px;
	height: 20px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	}

.cssnav img {width: 89px; height: 20px; border: 0; }
html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden;}

.cssnav span {
	position: absolute;
	color: white;
	background: none;
	/* font-weight: bold; */
	left: 8px;
	top: 2px;
	padding: 0px;
	width: 89px;
	height: 14px;
}

.advert {
	position: fixed;
	bottom: 0px;
	left: 0px;
}

/* END OF NAVIGATION */

