/* 

Irish Lifecoach Institute Navigation

*/

.LNS_header {
	display:block;
	width:200px;
	height:20px;
	background-color:#003366;
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: regular;
	font-size: 10px;
	line-height: 20px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-left:10px;
	margin-left:0px
}

.LNS_nav_wrapper{
	left:0px;
	height:270px;
	width:210px;
	background-color:#93AECA;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.LNS_nav ul {
	font-family: Lucida Grande, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	font-weight: regular;
	font-size: 12px;
	line-height: 30px;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.LNS_nav ul li {
}

.LNS_nav ul li a:link {
	display: block;
	height:30px;
	width:210px;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#93AECA;
	text-indent:20px;
	margin-left:0px;
	background-image:url(../images/LNS/arrow_LNS.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #003366;
}

.LNS_nav ul li a:visited {
	display: block;
	height:30px;
	width:210px;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#93AECA;
	text-indent:20px;
	margin-left:0px;
	background-image:url(../images/LNS/arrow_LNS.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #003366;
}

.LNS_nav ul li a:hover {
	display: block;
	height:30px;
	width:210px;
	text-decoration: none;
	color: #003366;
	background-color:#FFFFFF;
	text-indent:20px;
	margin-left:0px;
	background-image:url(../images/LNS/arrow_over_LNS.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #003366;
}

.LNS_nav #current a {
	display: block;
	height:30px;
	width:210px;
	text-decoration: none;
	color: #003366;
	background-color:#FFFFFF;
	text-indent:20px;
	margin-left:0px;
	background-image:url(../images/LNS/arrow_over_LNS.gif);
	background-position:left;
	background-repeat:no-repeat;
}
