#topPan ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	position:absolute;
	top:116px;
	right:-34px;
	width: 740px;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0-99);-moz-opacity:0.90;opacity:0.80;filter: alpha(opacity = 80);
    z-index:1;
	}
	
#topPan li {
	display:inline;
	margin:0;
	padding:0;
	}
	
#topPan a {
	float:left;
	background:url("images/tableft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	
#topPan a span {
	float:left;
	display:block;
	background:url("images/tabright.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
	}

#home {
	float:left;
	background:url("images/tabright.png") no-repeat right top;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topPan a span {float:none;}

/* End IE5-Mac hack */
#topPan a:hover span {
	color:#FBF1CD;
	}
	
#topPan a:hover {
	background-position:0% -42px;
	}
	
#topPan a:hover span {
	background-position:100% -42px;
	}
