/* metaNavigation */
.metaNavigation {
	position: absolute;
	width: 200px;
	text-align: center;
}
	.metaNavigation a {
		display: block;
		height: 25px;
	}
	.metaNavigation a:hover {
		text-decoration: none;
	}
.metafirst {
	top: 23%;
	left: 40%;
}
	.metafirst a {
		color: #99a0aa;
		background: url(../images/navigation/pipe_meta_grey.gif) no-repeat center 18px;
		font-size: 12px;
		
	}
	
.metasecond {
	top: 16%;
	left: 53%;
}
	.metasecond a {
		color: #fff;
		background: url(../images/navigation/pipe_meta_white.gif) no-repeat center 18px;
		font-size: 16px;
	}
	
.metathird {
	top: 20%;
	left: 60%;
}
	.metathird a {
		color: #99a0aa;
		background: url(../images/navigation/pipe_meta_grey.gif) no-repeat center 18px;
		font-size: 12px;
	}

/* subNavigation */
#subNavigation {
	float: left;
	margin: 2% 0 0 0;
	width: 17%;
}

	#subNavigation ul {
		margin: 0;
	}

		#subNavigation li {
			padding-bottom: 5%;
			list-style: none;
			text-align: right;
		}
		
			#ie7 #subNavigation li {
				padding-top: 2px;
			}
		
			#subNavigation li a {
				/* font-size: 24px; */
				/* color: #bbb; */
			}
			
				#subNavigation li a:hover {
					/* color: #009ee0; */
					text-decoration: none;
				}
				
				
/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.nav-previous {
	float: left;
	width: 40%;
}
.nav-next {
	float: right;
	width: 40%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	position: relative;
	z-index: 1;
}

	#ie8 #nav-single,
	#ie7 #nav-single {
		top: -1.5em;
	}
	
#nav-single .nav-previous {
	float: left;
	width: 40%;
}
#nav-single .nav-next {
	float: right;
	width: 40%;
}

/* paging, back and forward */
#nav-below  {
	margin: 0.8em 0 0 0;
}

#content #nav-above {
	padding: 0 0 1em 0;
}

	#nav-single .nav-next a,
	#nav-below .nav-next a ,
	#nav-above .nav-next a {
		position: relative;
		float: right;
		display: block;
		width: 25px;
		height: 25px;
		background: transparent url(../images/navigation/arrowRight_grey.png) no-repeat;
		text-indent: -99999px;
	}
	
		#nav-single .nav-next a:hover,
		#nav-below .nav-next a:hover ,
		#nav-above .nav-next a:hover {
			background: transparent url(../images/navigation/arrowRight_blue.png) no-repeat;
		}

	#nav-single .nav-previous a ,
	#nav-below .nav-previous a ,
	#nav-above .nav-previous a {
		position: relative;
		display: block;
		width: 25px;
		height: 25px;
		background: transparent url(../images/navigation/arrowLeft_grey.png) no-repeat;
		text-indent: -99999px;
	}
	
		#nav-single .nav-previous a:hover ,
		#nav-below .nav-previous a:hover ,
		#nav-above .nav-previous a:hover {
			background: transparent url(../images/navigation/arrowLeft_blue.png) no-repeat;
		}














