/* 	[ 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: 1.2em;
	line-height: 140%;
	color: #C0C0C0;
	padding: 0 0 0 0px;
	margin: 20px 0 0 30px;
}
.Breadcrumb a {
	color: #C0C0C0;
	margin: 0 6px 0 0;
	padding: 0 9px 0 0;
	background: url(/Templates/Panelrok/_images/_panelrok/crumb_arrow.png) no-repeat right center;
}
.Breadcrumb a:hover {
	color: #6399C1;
}
/* === [ UNIQUE NAVIGATION ] ============================== */

.navunique {
	float: right;
	margin: 0 0 0 20px;
}
span.navunique {
}
.navunique a {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 30px;
}
.navunique a:hover {
	color: #CCCCCC;
}
/* === [ Selected state ] === */
			 
.navunique a.MenuSelected {
}
/* === [ PRIMARY NAVIGATION - GLOBAL STYLE ] ============================== */

/* === [ Level 1 ] === */
 		
#cN .navitem1 {
	float: left;
	margin: 0 5px 0 0;
}
#cN .navitem1 a {
	display: block;
	padding: 0 20px 0 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 35px;
	background: url(/Templates/Panelrok/_images/_panelrok/tab_bg.png) repeat-x;
}
#cN .navitem1 a:hover {
	color: #FFFFFF;
}
/* === [ Selected state ] === */
			 
#cN .navitem1 a.MenuSelected {
	color: #FFFFFF;
	background: #6399C1;
}
#cN .navitem1 a:hover.MenuSelected {
	color: #FFFFFF;
}
/* === [ Selected Parent state ] === */
			 
.navitem1 a.SelectedParent1 {
	color: #FFFFFF;
	background: #6399C1;
}
.navitem1 a:hover.SelectedParent1 {
	color: #FFFFFF;
	background: #6399C1;
}
/* === [ SUB NAVIGATION - cLS - Left Hand Container ] ============================== */

/* === [ Level 1 ] === */
 		
#cLS .navitem1 {
}
#cLS .navitem1 a {
	display: block;
	margin: 0 0 0 20px;
	width: 227px;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 20px;
	text-decoration: none;
	line-height: 44px;
	color: #CCCCCC;
	background: url(/Templates/Panelrok/_images/_panelrok/nav_btn_bg.png) no-repeat;
}
#cLS .navitem1 a:hover {
	color: #FFFFFF;
	background: url(/Templates/Panelrok/_images/_panelrok/nav_btn_bg_f2.png) no-repeat;
}
/* === [ Selected state ] === */
			 
#cLS .navitem1 a.MenuSelected {
	color: #FFFFFF;
	background: url(/Templates/Panelrok/_images/_panelrok/nav_btn_bg_f2.png) no-repeat;
}
/* === [ Selected Parent state ] === */
			 
#cLS .navitem1 a.SelectedParent1 {
	color: #FFFFFF;
	background: url(/Templates/Panelrok/_images/_panelrok/nav_btn_bg_f2.png) no-repeat;
}
/* === [ Level 2 ] === */
			 
#cLS .navitem2 {
}
#cLS .navitem2 a {
	margin: 0 0 0 40px;
	width: 207px;
	font-weight: normal;
	background: none;
}
#cLS .navitem2 a:hover {
	background: url(/Templates/Panelrok/_images/_panelrok/arrow.png) no-repeat left center;
}
#cLS .navitem2 a.MenuSelected {
	font-weight: bold;
	background: url(/Templates/Panelrok/_images/_panelrok/arrow.png) no-repeat left center;
}
/* === [ Level 3 ] === */
			 
#cLS .navitem3 a:link, #cLS .navitem3 a:visited, #cLS .navitem3 a:hover, #cLS .navitem3 a:active {
}
/* === [ Level 4 ] === */
			 
#cLS .navitem4 a:link, #cLS .navitem4 a:visited, #cLS .navitem4 a:hover, #cLS .navitem4 a:active {
}
