/* 	[ 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: 75%;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 0 0 0 0px;
	margin: 0px 0px 12px 0;
	text-align: right;
	clear: both;
}
	.Breadcrumb a
	{ 
		padding: 0px 5px;
		text-decoration: none;
	}
	.Breadcrumb a:hover 
	{
	}


/* === [ UNIQUE NAVIGATION ] ============================== */

.NavigationUnique {
	margin: 0px 0px;
	padding: 1px 0px 3px 0px;
}
		.navunique a:link, 
		.navunique a:visited, 
		.navunique a:hover, 
		.navunique a:active {
			font-size: 85%;
			color: #fff;
			text-decoration: none;
			padding: 0px 4px 0px 8px;
			border-left: 1px solid #fff;
		}
		.navunique a:hover {
			color: #54b8f5;
		}

			 /* === [ Selected state ] === */
			 
 			.navunique a:link.MenuSelected, 
			.navunique a:visited.MenuSelected, 
			.navunique a:hover.MenuSelected, 
			.navunique a:active.MenuSelected
			{
				color: #54b8f5;
			}


/* === [ PRIMARY NAVIGATION - GLOBAL STYLE ] ============================== */

/* === [ Level 1 ] === */
#cN .Navigation {
}
.navitem1 {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
		.navitem1 a:link, 
		.navitem1 a:visited, 
		.navitem1 a:active {
			color: #FFFFFF;
			display: block;
			text-decoration: none;
			font-weight: bold;
			text-transform: uppercase;
			padding: 11px 16px 8px 16px;
			background: url(/Templates/Stellar/_images/back_Nav.gif) no-repeat top left;
		}
		.navitem1 a:hover{
			display: block;
			color: #f58220;
			text-decoration: none;
			background: url(/Templates/Stellar/_images/back_Nav2.gif) no-repeat bottom left;
		}

			 /* === [ Selected state ] === */
			 
			.navitem1 a:link.MenuSelected, 
			.navitem1 a:visited.MenuSelected, 
			.navitem1 a:active.MenuSelected {
				color: #ffffff;
				background: url(/Templates/Stellar/_images/back_Nav2.gif) no-repeat bottom left;
			}
			.navitem1 a:hover.MenuSelected {
				color: #f58220;
				background: url(/Templates/Stellar/_images/back_Nav2.gif) no-repeat bottom left;
			}


/* === [ SUB NAVIGATION - cLS - Left Hand Container ] ============================== */

/* === [ Level 1 ] === */
 		
#cLS .Navigation 
{
		position: relative;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		clear: both;
}		

#cLS .navitem1 {
	line-height: 1.5em;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	float: none;
	white-space: normal;
	font-weight: bold;
		clear: both;
}
	#cLS .navitem1 a:link, 
	#cLS .navitem1 a:visited, 
	#cLS .navitem1 a:active {

			color: #003366;
			display: block;
			text-decoration: none;
			font-weight: bold;
			text-transform: uppercase;
			padding: 5px 18px 3px 18px;
			background: #a3d8f5;
			display: block;
			border-bottom: 1px solid #7fa1b4;
			text-align: right;
	}
	#cLS .navitem1 a:hover {
		display: block;
	}
	#cLS .navitem1 a:link.MenuSelected, 
	#cLS .navitem1 a:visited.MenuSelected, 
	#cLS .navitem1 a:active.MenuSelected {
		display: block;
		background: #a3d8f5 url(/Templates/Stellar/_images/icon_pointer.gif) no-repeat center right;
	}
	#cLS .navitem1 a:hover.MenuSelected {
		display: block;
		background: #a3d8f5 url(/Templates/Stellar/_images/icon_pointer.gif) no-repeat center right;
	}
		/* === [ Level 2 ] === */
			 
		#cLS .navitem2 {
			line-height: 1.9em;
			font-weight: normal;
		}
		#cLS .navitem2 a:link, 
		#cLS .navitem2 a:visited, 
		#cLS .navitem2 a:active {
			font-weight: normal;
			text-transform: none;
			padding: 0px 18px;
			text-decoration: none;
			background: #f4f4f4;
			color: #003366;
			border-bottom: 1px solid #FFFFFF;
		}
		#cLS .navitem2 a:hover {
			padding: 0px 18px;
			text-decoration: none;
			background: #f4f4f4;
			color: #48A8D7;
		}
			#cLS .navitem2 a:link.MenuSelected, 
			#cLS .navitem2 a:visited.MenuSelected, 
			#cLS .navitem2 a:active.MenuSelected {
				color: #6699CC;
				background: url(/Templates/Stellar/_images/icon_pointer.gif) no-repeat center right;
			}
			#cLS .navitem2 a:hover.MenuSelected {
				color: #48A8D7;
				background: url(/Templates/Stellar/_images/icon_pointer.gif) no-repeat center right;
			}

			/* === [ Level 3 ] === */
				 
			#cLS .navitem3 {
				line-height: 1.9em;
				font-weight: normal;
			}
			#cLS .navitem3 a:link, 
			#cLS .navitem3 a:visited, 
			#cLS .navitem3 a:active {
			padding: 0px 18px;
				text-decoration: none;
				color: #003366;
			}
			#cLS .navitem3 a:hover {
			padding: 0px 18px;
				text-decoration: none;
				color: #48A8D7;
			}
				#cLS .navitem3 a:link.MenuSelected, 
				#cLS .navitem3 a:visited.MenuSelected, 
				#cLS .navitem3 a:active.MenuSelected {
					color: #6699CC;
				}
				#cLS .navitem3 a:hover.MenuSelected {
					color: #48A8D7;
				}
