/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ NAVIGATION MODULES ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Encompases Bread Crumb, Unique Navigation, Navigation.
		
		Primary Navigation and Sub Navigation use the same Navigation module.
		Prefix with Container ID to apply style to individual containers.
*/

/* === [ BREADCRUMB ] ============================== */

.Breadcrumb {
		position: relative;
		clear: both;
	font-size: 80%;
	line-height: 1.5em;
	color: #999999;
	padding: 0 0 0 0px;
	margin: -10px -10px 10px 0;
	text-align: right;
}
	.Breadcrumb a
	{ 
		margin: 0px 0px 0px 10px;
		padding: 0 0 0 10px;
		color: #999999; 
		text-decoration: none;
		border-left: 1px solid #999999;
	}
	.Breadcrumb a:hover 
	{
		color: #666666;
	}


/* === [ UNIQUE NAVIGATION ] ============================== */

.NavigationUnique {
		position: relative;
		clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px 0px;
}

.navunique {
	margin: 0px;
	padding: 0px 0px;
}
	span.navunique {
		text-transform: capitalize;
	}
		.navunique a:link, 
		.navunique a:visited, 
		.navunique a:hover, 
		.navunique a:active {
			font-size: 80%;
			font-weight: bold;
			text-transform:uppercase;
			color: #FFFFFF;
			text-decoration: none;
			margin: 0px;
			padding: 4px 10px;
			background: #008193;
		}
		.navunique a:hover {
			color: #FFFFFF;
		}

			 /* === [ Selected state ] === */
			 
 			.navunique a:link.MenuSelected, 
			.navunique a:visited.MenuSelected, 
			.navunique a:hover.MenuSelected, 
			.navunique a:active.MenuSelected
			{
				color: #CCCCCC;
			}


/* === [ PRIMARY NAVIGATION - GLOBAL STYLE ] ============================== */

/* === [ Level 1 ] === */
 		
.navitem1 {
}
		.navitem1 a:link, 
		.navitem1 a:visited, 
		.navitem1 a:active {
		}
		.navitem1 a:hover{
		}

			 /* === [ Selected state ] === */
			 
			.navitem1 a:link.MenuSelected, 
			.navitem1 a:visited.MenuSelected, 
			.navitem1 a:active.MenuSelected {
			}
			.navitem1 a:hover.MenuSelected {
			}

			 /* === [ Selected Parent state ] === */
			 
			.navitem1 a:link.SelectedParent1, 
			.navitem1 a:visited.SelectedParent1, 
			.navitem1 a:active.SelectedParent1 {
			}
			.navitem1 a:hover.SelectedParent1 {
			}
			


/* === [ SUB NAVIGATION - cLS - Left Hand Container ] ============================== */

/* === [ Level 1 ] === */
#cLS .Navigation
{
	background: #FFFFFF url(/Templates/_images/back_cLS2.jpg) no-repeat bottom left;
	padding: 30px 0px 30px 0px;
}		
#cLS .navitem1 {
	font-size: 85%;
	font-weight: bold;
	line-height: 1.8em;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: none;
	white-space: normal;
}
	#cLS .navitem1 a:link, 
	#cLS .navitem1 a:visited, 
	#cLS .navitem1 a:active {
		padding: 0px 10px;
		color: #0F6B81;
		text-decoration: none;
		display: block;
		border-bottom:  1px solid #9ec7cf;
		border-left: 30px solid #008193;
	}
	#cLS .navitem1 a:hover {
		background: #C9E1E6;
		text-decoration: none;
		display: block;
	}
			 /* === [ Selected state ] === */
			 
			#cLS .navitem1 a:link.MenuSelected, 
			#cLS .navitem1 a:visited.MenuSelected, 
			#cLS .navitem1 a:hover.MenuSelected, 
			#cLS .navitem1 a:active.MenuSelected {
				background: #C9E1E6;
				text-decoration: none;
				display: block;
			}

			 /* === [ Selected Parent state ] === */
			 
			#cLS .navitem1 a:link.SelectedParent1, 
			#cLS .navitem1 a:visited.SelectedParent1, 
			#cLS .navitem1 a:active.SelectedParent1,
			#cLS .navitem1 a:hover.SelectedParent1 {
				background: #C9E1E6;
				text-decoration: none;
				display: block;
			}

		/* === [ Level 2 ] === */
			 
		#cLS .navitem2 {
			font-weight: normal;
		}
		#cLS .navitem2 a:link, 
		#cLS .navitem2 a:visited, 
		#cLS .navitem2 a:active {
			background: #FFFFFF;
			padding: 0px 0px 0px 35px;
			text-decoration: none;
		}
		#cLS .navitem2 a:hover {
			background: #C9E1E6 url(/Templates/_images/icon_pointer.gif) no-repeat 50px center;
			padding: 0px 0px 0px 35px;
			text-decoration: none;
		}
			 /* === [ Selected state ] === */
			 
			#cLS .navitem2 a:link.MenuSelected, 
			#cLS .navitem2 a:visited.MenuSelected, 
			#cLS .navitem2 a:hover.MenuSelected, 
			#cLS .navitem2 a:active.MenuSelected {
				background: #C9E1E6 url(/Templates/_images/icon_pointer.gif) no-repeat 50px center;
				text-decoration: none;
				display: block;
			}

			 /* === [ Selected Parent state ] === */
			 
			#cLS .navitem2 a:link.SelectedParent1, 
			#cLS .navitem2 a:visited.SelectedParent1, 
			#cLS .navitem2 a:active.SelectedParent1,
			#cLS .navitem2 a:hover.SelectedParent1 {
				background: #C9E1E6;
				text-decoration: none;
				display: block;
			}
			/* === [ Level 3 ] === */
			 
			#cLS .navitem3 a:link, 
			#cLS .navitem3 a:visited, 
			#cLS .navitem3 a:hover, 
			#cLS .navitem3 a:active {
				padding: 0px 0px 0px 45px;
				text-decoration: none;
			}

				/* === [ Level 4 ] === */
			 
				#cLS .navitem4 a:link, 
				#cLS .navitem4 a:visited, 
				#cLS .navitem4 a:hover, 
				#cLS .navitem4 a:active {
					padding: 0px 0px 0px 55px;
					text-decoration: none;
				}

/* === [ Level 1 ] === */
#cRS .Navigation
{
	background: #FFFFFF url(/Templates/_images/back_cRS2.jpg) no-repeat bottom left;
	padding: 30px 0px 30px 0px;
}		
#cRS .navitem1 {
	font-size: 85%;
	font-weight: bold;
	line-height: 1.8em;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: none;
	white-space: normal;
}
	#cRS .navitem1 a:link, 
	#cRS .navitem1 a:visited, 
	#cRS .navitem1 a:active {
		padding: 0px 10px;
		color: #0F6B81;
		text-decoration: none;
		display: block;
		border-bottom:  1px solid #9ec7cf;
		border-left: 30px solid #008193;
	}
	#cRS .navitem1 a:hover {
		background: #C9E1E6;
		text-decoration: none;
		display: block;
	}
			 /* === [ Selected state ] === */
			 
			#cRS .navitem1 a:link.MenuSelected, 
			#cRS .navitem1 a:visited.MenuSelected, 
			#cRS .navitem1 a:hover.MenuSelected, 
			#cRS .navitem1 a:active.MenuSelected {
				background: #C9E1E6;
				text-decoration: none;
				display: block;
			}

			 /* === [ Selected Parent state ] === */
			 
			#cRS .navitem1 a:link.SelectedParent1, 
			#cRS .navitem1 a:visited.SelectedParent1, 
			#cRS .navitem1 a:active.SelectedParent1,
			#cRS .navitem1 a:hover.SelectedParent1 {
				background: #C9E1E6;
				text-decoration: none;
				display: block;
			}

		/* === [ Level 2 ] === */
			 
		#cRS .navitem2 {
			font-weight: normal;
		}
		#cRS .navitem2 a:link, 
		#cRS .navitem2 a:visited, 
		#cRS .navitem2 a:active {
			background: #FFFFFF;
			padding: 0px 0px 0px 35px;
			text-decoration: none;
		}
		#cRS .navitem2 a:hover {
			background: #C9E1E6 url(/Templates/_images/icon_pointer.gif) no-repeat 50px center;
			padding: 0px 0px 0px 35px;
			text-decoration: none;
		}
			 /* === [ Selected state ] === */
			 
			#cRS .navitem2 a:link.MenuSelected, 
			#cRS .navitem2 a:visited.MenuSelected, 
			#cRS .navitem2 a:hover.MenuSelected, 
			#cRS .navitem2 a:active.MenuSelected {
				background: #C9E1E6 url(/Templates/_images/icon_pointer.gif) no-repeat 50px center;
				text-decoration: none;
				display: block;
			}

			 /* === [ Selected Parent state ] === */
			 
			#cRS .navitem2 a:link.SelectedParent1, 
			#cRS .navitem2 a:visited.SelectedParent1, 
			#cRS .navitem2 a:active.SelectedParent1,
			#cRS .navitem2 a:hover.SelectedParent1 {
				background: #C9E1E6;
				text-decoration: none;
				display: block;
			}
			/* === [ Level 3 ] === */
			 
			#cRS .navitem3 a:link, 
			#cRS .navitem3 a:visited, 
			#cRS .navitem3 a:hover, 
			#cRS .navitem3 a:active {
				padding: 0px 0px 0px 45px;
				text-decoration: none;
			}

				/* === [ Level 4 ] === */
			 
				#cRS .navitem4 a:link, 
				#cRS .navitem4 a:visited, 
				#cRS .navitem4 a:hover, 
				#cRS .navitem4 a:active {
					padding: 0px 0px 0px 55px;
					text-decoration: none;
				}
