/* 

Double O Publishing GNS

*/

.GNS_Wrapper {
	height: 50px;
	width: 100%;
	background-color:#FFFFFF;
	vertical-align: middle;
	background-image: url(../Images/Backgrounds/BG_GNS.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

.GNS_Box {
	height: 50px;
	width: 775px;
	text-align:center;
}

.GNS_nav ul {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.GNS_nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.GNS_nav ul li {
	float: left;
	display: inline;
	text-align: center;
	margin:0px;
	padding:0px;
}

.GNS_nav ul li a:link {
	display: block;
	height: 50px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	background-image:url(../Images/GNS/GNS_BG.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.GNS_nav ul li a:visited {
	display: block;
	height: 50px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	background-image:url(../Images/GNS/GNS_BG.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.GNS_nav ul li a:hover {
	display: block;
	height: 50px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.GNS_nav #current a { /*Depicts Current Page on Main Nav*/
	display: block;
	height: 50px;
	width: 150px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.GNS_nav ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.LNS {
	position:absolute;
	top: 0;
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	line-height: 30px;
	z-index:100;
	background-color: #E7972F;
	width: 150px;
	visibility: hidden;
}


.LNS a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 0;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

* html .LNS a { /*IE only hack*/
	width: 100%;
}

.LNS a:hover { /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #EFB66D;
}