
.GNS_Box {
	height: 50px;
	width: 800px;
	margin: 50px 0px 0px 0px;
	text-align:left;
	vertical-align:bottom;
}

.Global_Nav ul {
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	line-height: 50px;
	text-align: left;
	text-transform:lowercase;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

.Global_Nav:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Global_Nav ul li {
	float:left;
	display:inline;
	text-align: left;
	padding:0px 10px 0px 0px;
	width: auto;
}

.Global_Nav ul li a:link {
	float:left;
	display: block;
	width: 70px;
	text-decoration: none;
	color: #999999;
	background-image:url(Images/Backgrounds/BG_GNS.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}

.Global_Nav ul li a:visited {
	float:left;
	display: block;
	width: 70px;
	text-decoration: none;
	color: #999999;
	background-image:url(Images/Backgrounds/BG_GNS.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}

.Global_Nav ul li a:hover {
	float:left;
	display: block;
	width: 70px;
	text-decoration: none;
	color: #000000;
	background-image:url(Images/Backgrounds/BG_GNS_over.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.Global_Nav ul li a {
	float:none;
}
/* End IE5-Mac hack */