/* 	[ 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 {
	font-size: 85%;
	line-height: 1.5em;
	color: #999999;
	padding: 0px 0 0 66px;
	margin: 0px 0px 10px 0px;
	background: transparent url(/Templates/_images/breadcrumb-bkg.gif) no-repeat 0 50%;
	font-weight: bold;
}
	.Breadcrumb a {
		margin: 0px 1px 0px 1px;
		color: #000000;
		text-decoration: none;
	}
	.Breadcrumb a:hover {
		color: #43bb57;
	}
	.Breadcrumb a:active {
		color: #43bb57;
	}


/* === [ UNIQUE NAVIGATION ] ============================== */

.NavigationUnique {
	padding: 12px 0 0 0;
	margin-left: 590px;
	background: transparent;
}
.navunique {
	padding: 0px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	float: left;
}
	span.navunique {
	}
		.navunique a:link, 
		.navunique a:visited, 
		.navunique a:hover, 
		.navunique a:active {
			font-size: 85%;
			color: #FFFFFF;
			text-decoration: none;
			margin: 0px;
			padding: 0px 0.6em 0px 1.1em;
		}
		.navunique a:hover {
			color: #FBC89B;
		}

			 /* === [ Selected state ] === */
			 
 			.navunique a:link.MenuSelected, 
			.navunique a:visited.MenuSelected, 
			.navunique a:hover.MenuSelected, 
			.navunique a:active.MenuSelected
			{
				color: #FBC89B;
			}


/* === [ 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: url(/Templates/_images/section-banner-comp.jpg) no-repeat;*/
	padding: 0px 0px 0px 0px;
	width: 170px;
	margin-top: 6px;
	margin-bottom: 10px;
	clear: both;
	
}
#cLS .navitem1 {
	font-size: 0.9em;
	height: auto;
	display: block;
	float: none;
	white-space: normal;
	padding: 0 0 0 0;
	line-height: 1.4em;
	width: auto;
	width: 170px;
	background-color: #FFFFFF;
	border-bottom: #666666 1px dotted;
}
	#cLS .navitem1 a:link, 
	#cLS .navitem1 a:visited, 
	#cLS .navitem1 a:active {
		color: #333333;
		text-decoration: none;
		display: block;
		font-weight: normal;
		padding: 5px 8px;
		background-color: #CCCCCC;
		border-bottom: #FFFFFF 3px solid;
	}
	#cLS .navitem1 a:hover {
		color: #333333;
		text-decoration: none;
		background-color: #e9e9e9;
		padding: 5px 8px;
	}
			/* === [ Selected state ] === */
			#cLS .navitem1 a:link.MenuSelected, 
			#cLS .navitem1 a:visited.MenuSelected, 
			#cLS .navitem1 a:hover.MenuSelected, 
			#cLS .navitem1 a:active.MenuSelected {
				color: #333333;
				text-decoration: none;
				font-weight: bold;
			}

			/* === [ Selected Parent state ] === */
			#cLS .navitem1 a:link.SelectedParent1, 
			#cLS .navitem1 a:visited.SelectedParent1, 
			#cLS .navitem1 a:active.SelectedParent1,
			#cLS .navitem1 a:hover.SelectedParent1 {
				color: #333333;
				text-decoration: none;
				font-weight: bold;
				font-style: normal;
			}

		/* === [ Level 2 ] === */
		#cLS .navitem2 {
			font-size: 0.9em;
			height: auto;
			display: block;
			float: none;
			white-space: normal;
			padding: 0 0 0 0;
			line-height: 1.4em;
			width: auto;
			width: 170px;
			border-bottom: #CCCCCC 1px dotted;
		}
		#cLS .navitem2 a:link, 
		#cLS .navitem2 a:visited, 
		#cLS .navitem2 a:active {
			text-decoration: none;
			padding: 3px 18px;
			border-bottom: #FFFFFF 3px solid;
			background-color: #e9e9e9;
		}
		#cLS .navitem2 a:hover{
			background-color: #FFFFFF;
		}
	
				 /* === [ Selected state ] === */
			 
			#cLS .navitem2 a:link.MenuSelected, 
			#cLS .navitem2 a:visited.MenuSelected, 
			#cLS .navitem2 a:hover.MenuSelected, 
			#cLS .navitem2 a:active.MenuSelected {
				font-weight: bold;
				background-color: #FFFFFF;
				color: #43bb57;
			}
			#cLS .navitem2 a:link.SelectedParent1, 
			#cLS .navitem2 a:visited.SelectedParent1, 
			#cLS .navitem2 a:active.SelectedParent1,
			#cLS .navitem2 a:hover.SelectedParent1 {
				text-decoration: none;
				background-color: #FFFFFF;
			}

			/* === [ Level 3 ] === */
			 
			#cLS .navitem3 a:link, 
			#cLS .navitem3 a:visited, 
			#cLS .navitem3 a:active {
				text-decoration: none;
				padding: 2px 28px;
				border-bottom: 1px dotted #CCCCCC;
				background-color: #e9e9e9;
			}
			#cLS .navitem3 a:hover{
				text-decoration: none;
				padding: 2px 28px;
				border-bottom: 1px dotted #CCCCCC;
				background-color: #FFFFFF;
			}
			
				/* === [ Level 4 ] === */
			 
				#cLS .navitem4 a:link, 
				#cLS .navitem4 a:visited, 
				#cLS .navitem4 a:hover, 
				#cLS .navitem4 a:active {
					text-decoration: none;
					padding: 2px 38px;
					border-bottom: 1px dotted #CCCCCC;
					background-color: #e9e9e9;
				}
				#cLS .navitem4 a:hover{
					text-decoration: none;
					padding: 2px 38px;
					border-bottom: 1px dotted #CCCCCC;
					background-color: #FFFFFF;
				}
