/* 	[ 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: 80%;
	line-height: 1.5em;
	color: #999999;
	padding: 0 0 0 0px;
	margin: -10px 0 10px 0;
}
	.Breadcrumb a
	{ 
		margin: 0px 15px 0px 0px;
		color: #999999; 
		text-decoration: none;
	}
	.Breadcrumb a:hover 
	{
		color: #666666;
	}


/* === [ UNIQUE NAVIGATION ] ============================== */

.navunique {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
#cLS .Navigation {
background-color:#DFF0F7;
background-image:url(../../Templates/_images/nav-back.gif);
background-position:center bottom;
background-repeat:no-repeat;
padding-bottom:10px;
width:194px;
}


	span.navunique {
	text-transform: capitalize;
	background-image: url(../../Templates/_images/nav-back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

		.navunique a:link, 
		.navunique a:visited, 
		.navunique a:hover, 
		.navunique a:active {
			font-size: 80%;
			color: #000000;
			text-decoration: none;
			margin: 0px;
			padding: 0px 4px;
			border-right: 1px solid #000000;
		}
		.navunique a:hover {
			color: #CCCCCC;
		}

			 /* === [ 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 {
	font-size: 100%;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	margin: 0px;
	display: block;
	float: left;
	white-space: nowrap;
}
		.navitem1 a:link, 
		.navitem1 a:visited, 
		.navitem1 a:active {
			color: #FFFFFF;
			text-decoration: none;
			padding: 4px 5px;
		}
		.navitem1 a:hover{
	color: #002346;
	text-decoration: none;
	padding: 4px 5px;
		}

			 /* === [ Selected state ] === */
			 
			.navitem1 a:link.MenuSelected, 
			.navitem1 a:visited.MenuSelected, 
			.navitem1 a:active.MenuSelected {
	color: #30789E;
	font-weight: bold;
			}
			.navitem1 a:hover.MenuSelected {
	color: #000000;
			}

			 /* === [ Selected Parent state ] === */
			 
			.navitem1 a:link.SelectedParent1, 
			.navitem1 a:visited.SelectedParent1, 
			.navitem1 a:active.SelectedParent1 {
	color: #003E5B;
			}
			.navitem1 a:hover.SelectedParent1 {
	color: #000000;
			}
			


/* === [ SUB NAVIGATION - cLS - Left Hand Container ] ============================== */

/* === [ Level 1 ] === */
 		
#cLS .navitem1 {
	font-size: 95%;
	font-weight: bold;
	line-height: 20px;
	height: auto;
	padding: 0px;
	display: block;
	float: none;
	white-space: normal;
	background-image: url(../../Templates/_images/nav-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
	#cLS .navitem1 a:link, 
	#cLS .navitem1 a:visited, 
	#cLS .navitem1 a:active {
	color: #004f75;
	text-decoration: none;
	display: block;
	font-weight: normal;
	}
	#cLS .navitem1 a:hover {
	color: #417ed6;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: auto;
	}
			 /* === [ Selected state ] === */
			 
			#cLS .navitem1 a:link.MenuSelected, 
			#cLS .navitem1 a:visited.MenuSelected, 
			#cLS .navitem1 a:hover.MenuSelected, 
			#cLS .navitem1 a:active.MenuSelected {
	color: #006699;
	text-decoration: none;
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	height: auto;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9EDF4;
			}

			 /* === [ Selected Parent state ] === */
			 
			#cLS .navitem1 a:link.SelectedParent1, 
			#cLS .navitem1 a:visited.SelectedParent1, 
			#cLS .navitem1 a:active.SelectedParent1,
			#cLS .navitem1 a:hover.SelectedParent1 {
	color: #00486A;
	text-decoration: none;
	display: block;
	font-weight: bolder;
	font-size: 100%;
	font-style: normal;
	line-height: 20px;
	background-image: url(../../Templates/_images/nav-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
			}

		/* === [ Level 2 ] === */
			 
		#cLS .navitem2 {
	display: block;
	background-color: #E9F2F8;
		}
		#cLS .navitem2 a:link, 
		#cLS .navitem2 a:visited, 
		#cLS .navitem2 a:hover,
		#cLS .navitem2 a:active {
	font-weight: normal;
		text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 14px;
	text-indent: 14px;
	background-image: url(../../Templates/_images/nav-arrow.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4F3FA;
		}
		
					 /* === [ Selected state ] === */
			 
#cLS .navitem2 a:link.MenuSelected, 
#cLS .navitem2 a:visited.MenuSelected, 
#cLS .navitem2 a:hover.MenuSelected, 
#cLS .navitem2 a:active.MenuSelected 
{
background-color:#EDF4F8;
border-bottom:1px solid #D9EDF4;
color:#006699;
display:block;
font-style:italic;
font-weight:bold;
height:auto;
line-height:20px;
text-decoration:none;
text-indent:10px;
}
			
			
			/* === [ Level 3 ] === */
			 
			#cLS .navitem3 a:link, 
			#cLS .navitem3 a:visited, 
			#cLS .navitem3 a:hover, 
			#cLS .navitem3 a:active {
				padding: 0px 0px 0px 24px;
				text-decoration: none;
				border-bottom: 1px solid #FFFFFF;
			}

				/* === [ Level 4 ] === */
			 
				#cLS .navitem4 a:link, 
				#cLS .navitem4 a:visited, 
				#cLS .navitem4 a:hover, 
				#cLS .navitem4 a:active {
					padding: 0px 0px 0px 30px;
					border-top: 1px solid #FFFFFF;
					text-decoration: none;
				}

#cLS .navitem1 a[href="http://store.optussolutions.com.au/"] {
	border-top:8px solid white;
	color:#222222;
	font-size:14px;
	padding-left:10px;
	position:relative;
	right:6px;
	width:184px;
	font-weight: bold;
	background: transparent url(../../Templates/_images/menu-back.gif) left top no-repeat;
}