.menu {
	position: static;
	visibility: inherit;
	z-index: 2;
	height: auto;
	width: 700px;
	top: 0px;
	clip:       rect(0px auto auto auto);
	overflow: visible;
}

.test {
	position: absolute;
	visibility: inherit;
	z-index: 3;
	left: 188px;
	top: 174px;
	float: left;
	width: 556px;
	height: 375px;
}

.generalfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

.headingfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.labelfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.Font_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #999999;
}
/*  HYPERLINKS */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #666666;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #999999;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #666666;
	background: transparent;  
	}
	



