@charset "utf-8";
/* CSS Document */

#menu {
	width:767px;
	background:url(../graphics/geentile.jpg);
	margin-left:auto;
	margin-right:auto;
	height:28px;
	overflow:visible;
	z-index:5;
}


#menu li {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:3px;
	padding-right:3px;
	font-family:Verdana, Geneva, sans-serif;
	border:solid 1px #000;
	list-style-type:none;
	margin::0px;
	width:119px;
	
	min-height:12px;
	
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:url(../graphics/geentile.jpg);
	text-align:center;
	z-index:5;
	

}

#menu li:hover {
	background:url(../graphics/geentile2.jpg);
	color:#FF0;
	z-index:5;
}

#menu a {
	color:#FFF;
	text-decoration:none;
	display:block;
	z-index:5;
}

#menu a:hover {
	color:#FF0;
	z-index:5;
}


.across {
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
	white-space:nowrap;	
	z-index:5;
}


.sub {
	max-width:inherit;
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
	white-space:normal;
	position:absolute;
	z-index:5;
	
}

.sub2 {
	max-width:inherit;
	margin:0px;
	padding:0px;
	overflow:hidden;
	white-space:normal;
	position:absolute;
	z-index:5;
}


