@charset "utf-8";
/* CSS Document */

p {
	background-color:#FFFFFF;
	font: 			9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color:			#000;
}

.gtxflogo {
	position:		absolute;
	width:			326px;
	height:			104px;
	top:			0px;
	left:			45px;
}

.topleftcorner {
	position:		absolute;
	width:			45px;
	height:			104px;
	top:			0px;
	left:			0px;
	background: 	url(images/leftgradient.png) repeat-y;
}

.toprightcorner {
	position:		absolute;
	width:			45px;
	height:			104px;
	top:			0px;
	right:			0px;
	background: 	url(images/rightgradient.png) repeat-y;
}

.repeatheader {
	position:		absolute;
	height:			104px;
	top: 			0px;
	left: 			0px;
	background: 	url(images/navgradient.png) repeat-x;
	width: 			100%;
}

.bottomleftcorner {
	position:		absolute;
	width:			45px;
	height:			11px;
	top: 			103px;
	left:			0px;
	background: 	url(images/bottomleft.png) repeat-y;
}

.bottomrightcorner {
	position:		absolute;
	width:			45px;
	height:			11px;
	top: 			103px;
	right:			0px;
	background: 	url(images/bottomright.png) repeat-y;
}

.repeatfooter {
	position:		absolute;
	height:			11px;
	top: 			103px;
	left: 			0px;
	background: 	url(images/bottomgradient.png) repeat-x;
	width: 			100%;
}

.leftfill {
	position:		absolute;
	width:			45px;
	height:			99%;
	top:			0px;
	left:			0px;
	background: 	url(images/leftgradient.png) repeat-y;
}

.rightfill {
	position:		absolute;
	width:			45px;
	height:			99%;
	top:			0px;
	right:			0px;
	background: 	url(images/rightgradient.png) repeat-y;
}

.currentpage {
	position:		absolute;
	top:			74px;
	right:			55px;
	font: 			14pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-style:		italic;
	text-align: 	right;
	color:			#666666;
}

a.navlinks {
	font: 			8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color:			#FFFFFF;
	text-decoration:none;
}

a.navlinks:hover {
	text-decoration:none;
	color:			#660000;
}

.navposition {
	position:		absolute;
	top:			31px;
	right:			52px;
}

#zUL,#zUL ul {
	padding:		0;
	margin:			0;
}

#zUL li ul a {
	margin-left:	auto;
}

#zUL li {
	white-space:	nowrap;
	margin-left:	2px;
	margin-right:	8px;
	float:			left; 
	width:			auto;
	position:		relative;
	list-style-type:none;
	margin-top:		9px;
} 

#zUL li ul {
	visibility:		hidden;
	position:		absolute;
	top: 			0px;
	left:			0px;
}

#zUL li:hover ul {
	visibility:		visible;
	background-color:#666666;
	opacity: 		0.75;
	-moz-opacity: 	0.75;
	filter: 		alpha(opacity=75);
	position:		absolute;
	top: 			auto;
	left:			0px;
}
 /*
 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
	
li {
  float: left;
  position: relative;
  width: 10em;
  }
	
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
	
li:hover ul, li.over ul{ 
	display: block;
	visibility: visible;
	}
*/