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


/*  GNS   */

.GNS {
	height: 40px;
}

.GNS:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.GNS ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
	line-height: 40px;
	
	text-align: center;
	text-transform:lowercase;
	list-style-type: none;
	text-shadow: #DDDDDD 0px 0px 3px;
	
	height: 40px;
	padding: 0px;
	margin: 0px;
}

.GNS ul li {
	float:left;
	display:inline;
	text-align: center;
	
	border-left:1px solid #CACDD0;
	border-right:1px solid #979CA0;
}

.GNS ul li a:link  {
	float:left;
	display: block;
	height:40px;
	width: 123px;
	text-decoration: none;
	color: #383B3C;
	
	background-image:url(../Images/Backgrounds/nav_up.jpg);
	background-repeat:repeat-x;
}

.GNS ul li a:visited {
	float:left;
	display: block;
	height:40px;
	width: 123px;
	text-decoration: none;
	color: #383B3C;
	
	background-image:url(../Images/Backgrounds/nav_up.jpg);
	background-repeat:repeat-x;
}

.GNS ul li a:hover  {
	float:left;
	display: block;
	height:40px;
	
	text-decoration: none;
	font-weight:400;
	color: #383B3C;
	
	background-image:url(../Images/Backgrounds/nav_over.jpg);
	background-repeat:repeat-x;
}

.GNS #current a {
	display: block;
	height: 40px;
	width: 123px;
	text-decoration: none;
	background-image:url(../Images/Backgrounds/nav_over.jpg);
	background-repeat:repeat-x;	
}

/* Home GNS Link */

#Home_Nav {	
	width: 44px;
	height: 40px;
	border-left:0px;
}

#Home_Nav a:link {
	width: 44px;
	background-image:url(../Images/Backgrounds/home_up.jpg);
	background-repeat:no-repeat;
}

#Home_Nav a:visited {	
	width: 44px;
	background-image:url(../Images/Backgrounds/home_up.jpg);
	background-repeat:no-repeat;
}

#Home_Nav a:hover {	
	width: 44px;
	background-image:url(../Images/Backgrounds/home_over.jpg);
	background-repeat:no-repeat;
}

#Home_Nav_Current {	
	border: 0px;
	border-right:1px solid #979CA0;
	width: 44px;
	height: 40px;
	background-image:url(../Images/Backgrounds/home_over.jpg);
	background-repeat:no-repeat;		
}

#Home_Nav_Current a{
	width: 44px;
	background-image:url(../Images/Backgrounds/home_over.jpg);
	background-repeat:no-repeat;
}

/* Contact GNS Link */

#Contact_Nav {	
	width: 124px;
	border-right:0px;
}

#Contact_Nav a:link {
	width: 124px;
	background-image:url(../Images/Backgrounds/contact_up.jpg);
	background-repeat:no-repeat;
}

#Contact_Nav a:visited {	
	width: 124px;
	background-image:url(../Images/Backgrounds/contact_up.jpg);
	background-repeat:no-repeat;
}

#Contact_Nav a:hover {	
	width: 124px;
	background-image:url(../Images/Backgrounds/contact_over.jpg);
	background-repeat:no-repeat;
}

#Contact_Nav_Current {	
	width: 124px;
	background-image:url(../Images/Backgrounds/contact_over.jpg);
	background-repeat:no-repeat;
	border: 0px;
	height: 40px;
	border-left:1px solid #CACDD0;
}

#Contact_Nav_Current a {	
	width: 124px;
	background-image:url(../Images/Backgrounds/contact_over.jpg);
	background-repeat:no-repeat;
}

/* DROPDOWN MENU */

.DDM {
	position:absolute;
	padding:0;
		
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	/* text-transform:capitalize; */
	
	z-index:10000;
	background-color: #EEEEEE;
	opacity:.9;
	
	width:200px;
	visibility: hidden;
}

.DDM p
{
	line-height: 21px;
	padding: 5px 0px 5px 0px;
}

.DDM a
{
	display: block;
	padding: 0px 0px 0px 10px;
	border-bottom:1px solid #0099CC;
	text-decoration: none;
	color:#333333;
	
	/* text-transform:capitalize; */
}

* html .DDM a
{ /*IE only hack*/
	width: 200px;
}

.DDM a:hover
{
	font-size:11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #33CCFF;
}

/* DROPDOWN MENU */

.GNS ul a[rel]:after
{ /*HTML to indicate drop down link*/
	content: "";
}

/*
.DDM {
	position:absolute;
	padding:0;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	text-transform:capitalize;
	
	z-index:10000;
	background-color: #EEEEEE;
	opacity:.9;
	
	width:200px;
	visibility: hidden;
}

.DDM a
{
	display: block;
	text-indent: 10px;
	padding: 0;
	border-bottom:1px solid #0099CC;
	text-decoration: none;
	color:#333333;
	text-transform:capitalize;
}

* html .DDM a
{ 
	width: 200px;
}

.DDM a:hover
{
	font-size:11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #33CCFF;
}



.GNS ul a[rel]:after
{ 
	content: "";
}
*/
