/* 	[ 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: 11px;
	color: #979797;
	padding: 0px;
	margin: 0px 0px 10px -6px;
}
	.Breadcrumb a
	{ 
		border-left: 1px solid #434242;
		padding: 0px 6px;
		color: #999999;
		text-decoration: none;
	}
	.Breadcrumb a:hover 
	{
		text-decoration: underline;
	}
	.Breadcrumb a:first-child {
		border-left: none;
	}
	* html .Breadcrumb a { /* IE6 */
		border-color: expression(this.previousSibling==null?'#2b2b2b':'#434242'); /* make the first child have a border colour the same as the background */
	}
	


/* === [ UNIQUE NAVIGATION ] ============================== */

.navunique {
	font-size: 11px;
	color: #999999;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}
	span.navunique {
		text-transform: capitalize;
	}
		.navunique a {
			color: #999999;
			text-decoration: none;
			margin:0px;
			padding-right: 6px;
			border-right: 1px solid #CCCCCC;
			
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;					
		}
		.navunique a:hover {
			color: #fff;
			
			-webkit-transition: all .1s ease-in-out;
			-moz-transition: all .1s ease-in-out;
			-o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;			
		}

			 /* === [ Selected state ] === */
			 
 			.navunique a:link.MenuSelected, 
			.navunique a:visited.MenuSelected, 
			.navunique a:hover.MenuSelected, 
			.navunique a:active.MenuSelected
			{
				color: #fff;
			}
/* === [ 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 - cRS - Left Hand Container ] ============================== */

/* === [ Level 1 ] === */
 		
#cRS .navitem1 {
	color: #979797;
	text-transform: capitalize;
	display: block;
	float: none;
	font-size: 12px;
}
	#cRS .navitem1 a {
		display: block;
		padding: 3px 9px;
		text-decoration: none;
		color: #979797;
		border-left: 1px #2b2b2b solid;
		border-right: 1px #2b2b2b solid;

		-webkit-transition: border .75s ease-in;
		-moz-transition: border .75s ease-in;
		-o-transition: border .75s ease-in;
		transition: border .75s ease-in;		
	}
	#cRS .navitem1 a:hover {
		color: #979797;
		text-decoration: none;
		background: #111;
		border-left: 1px #111 solid;
		border-right: 1px #111 solid;

		-webkit-transition: border .1s ease-in-out;
		-moz-transition: border .1s ease-in-out;
		-o-transition: border .1s ease-in-out;
		transition: border .1s ease-in-out;		
	}
			 /* === [ Selected state ] === */
			 
			#cRS .navitem1 a:link.MenuSelected, 
			#cRS .navitem1 a:visited.MenuSelected, 
			#cRS .navitem1 a:hover.MenuSelected, 
			#cRS .navitem1 a:active.MenuSelected {
				color: #fff;
				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 {
			}

			/* === [ Level 2 ] === */
				 
			#cRS .navitem2 {
				font-size: 11px;
			}
			#cRS .navitem2 a:link, 
			#cRS .navitem2 a:visited, 
			#cRS .navitem2 a:active {
				color: #979797;
				text-decoration: none;
				padding: 3px 3px 3px 23px;
			}
			#cRS .navitem2 a:hover{
				color: #979797;
				text-decoration: none;
				padding: 3px 3px 3px 23px;
			}
			 /* === [ Selected state ] === */
			 
			#cRS .navitem2 a:link.MenuSelected, 
			#cRS .navitem2 a:visited.MenuSelected, 
			#cRS .navitem2 a:hover.MenuSelected, 
			#cRS .navitem2 a:active.MenuSelected {
			}
				/* === [ Level 3 ] === */
				 
				#cRS .navitem3 a:link, 
				#cRS .navitem3 a:visited, 
				#cRS .navitem3 a:hover, 
				#cRS .navitem3 a:active {
					font-weight: normal;
					border-bottom-style: none;
					padding: 3px 3px 3px 37px;
			}
	
					/* === [ Level 4 ] === */
				 
					#cRS .navitem4 a:link, 
					#cRS .navitem4 a:visited, 
					#cRS .navitem4 a:hover, 
					#cRS .navitem4 a:active {
						padding: 3px 3px 3px 53px;
					}
					
/* =========================== [ MODELS INTRO SUB NAVIGATION ] =========================== */

#cRS .Navigation {
	position: relative;
	clear: both;
	display: block;
}

/* === [ Level 1 ] === */
 		
#cLS .navitem1 {
}
	#cLS .navitem1 a {
	}
	#cLS .navitem1 a:hover {
	}
			 /* === [ Selected state ] === */
			 
			#cLS .navitem1 a.MenuSelected {
			}

			 /* === [ Selected Parent state ] === */
			 
			#cLS .navitem1 a.SelectedParent1 {
			}

			/* === [ Level 2 ] === */
				 
			#cLS .navitem2 {
			}
			#cLS .navitem2 a {
			}
			#cLS .navitem2 a:hover{
			}
			 /* === [ Selected state ] === */
			 
			#cLS .navitem2 a {
			}
				/* === [ Level 3 ] === */
				 
				#cLS .navitem3 a {
			}
	
					/* === [ Level 4 ] === */
				 
					#cLS .navitem4 a {
					}

