/* 

Irish Lifecoach Institute Navigation

*/

.GNS_Box {
	height: 30px;
	width: 800px;
	text-align:left;
	vertical-align:top;
	z-index:1;
}

.GNS_nav ul {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: regular;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	text-transform:lowercase;
	list-style-type: none;
	margin:0px 14px 0px 14px;
	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;
	width: auto;
}

.GNS_nav ul li a:link {
	float:left;
	display: block;
	height:30px;
	text-decoration: none;
	color: #FFFFFF;
	padding:0px 18px 0px 18px;
	background-image:url(../images/GNS/GNS_lines.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.GNS_nav ul li a:visited {
	float:left;
	display: block;
	height:30px;
	text-decoration: none;
	color: #FFFFFF;
	padding:0px 18px 0px 18px;
	background-image:url(../images/GNS/GNS_lines.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.GNS_nav ul li a:hover {
	float:left;
	display: block;
	height:30px;
	text-decoration: none;
	color: #003366;
	background-image:url(../images/GNS/GNS_rollover_BG.jpg);
	background-repeat:repeat-x;
	padding:0px 18px 0px 18px;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.GNS_nav ul li a {
	float:none;
}
/* End IE5-Mac hack */

.GNS_nav #current a { /*Depicts Current Page on Main Nav*/
	display: block;
	height:30px;
	text-decoration: none;
	color: #003366;
	background-image:url(../images/GNS/GNS_rollover_BG.jpg);
	background-repeat:repeat-x;
	padding:0px 18px 0px 18px;
}

.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*/
}

.DDM {
	position:absolute;
	top: 0;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: regular;
	font-size: 12px;
	text-align:left;
	text-transform:capitalize;
	color:#003366;
	line-height: 30px;
	z-index:100;
	background-color: #FFFFFF;
	width:200px;
	visibility: hidden;
}


.DDM a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 0;
	border-bottom:1px solid #CFD8E1;
	border-left:1px solid #CFD8E1;
	border-right:1px solid #CFD8E1;
	text-decoration: none;
	color:#003366;
}

* html .DDM a { /*IE only hack*/
	width: 100%;
}

.DDM a:hover { /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #003366;
	background-color: #E9EEF2;
}