/* 	[ 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.
*/

/* === [ SUB NAVIGATION - cRS - Right Hand Container ] ============================== */

#cRS .navitem1 {
	font-size: 110%;
	font-weight: bold;
	line-height: 16px;
	height: auto;
	padding: 5px 0 7px 15px;
	display: block;
	float: none;
	white-space: normal;
	border-bottom: 1px solid #f5f1f0;
	background: url("/Templates/_images/CRS-line_03.gif") repeat-x scroll center bottom transparent;
}
	#cRS .navitem1 a:link, 
	#cRS .navitem1 a:visited, 
	#cRS .navitem1 a:active {
		/*color: #CB6A47;*/
		text-decoration:none;
		display: block;
	}
	#cRS .navitem1 a:hover {
		/*color: #000;*/
		text-decoration: none;
		display: block;
	}
			 /* === [ Selected state ] === */
			 
			#cRS .navitem1 a:link.MenuSelected, 
			#cRS .navitem1 a:visited.MenuSelected, 
			#cRS .navitem1 a:active.MenuSelected {
				color: #000;
				text-decoration: none;
				display: block;
			}
			#cRS .navitem1 a:hover.MenuSelected {
				color: #000;
				text-decoration: none;
				display: block;
			}

			 /* === [ Selected Parent state ] === */
			 
			#cRS .navitem1 a:link.SelectedParent1, 
			#cRS .navitem1 a:visited.SelectedParent1, 
			#cRS .navitem1 a:active.SelectedParent1 {
				color: #000;
				text-decoration: none;
				display: block;
			}
			#cRS .navitem1 a:hover.SelectedParent1 {
				color: #000;
				text-decoration: none;
				display: block;
			}

		/* === [ Level 2 ] === */
			 
		#cRS .navitem2 {
			font-weight: normal;
		}
		#cRS .navitem2 a:link, 
		#cRS .navitem2 a:visited, 
		#cRS .navitem2 a:hover, 
		#cRS .navitem2 a:active {
			padding: 2px 0px 0px 18px;
			border-top: none;
			text-decoration: none;
			background: url("/Templates/_images/arrow.gif") no-repeat scroll 5px 4px transparent;
		}
			/* === [ Level 3 ] === */
			 
			#cRS .navitem3 a:link, 
			#cRS .navitem3 a:visited, 
			#cRS .navitem3 a:hover, 
			#cRS .navitem3 a:active {
				padding: 0px 0px 0px 24px;
				border-top: 1px solid #000;
				text-decoration: none;
			}

				/* === [ Level 4 ] === */
			 
				#cRS .navitem4 a:link, 
				#cRS .navitem4 a:visited, 
				#cRS .navitem4 a:hover, 
				#cRS .navitem4 a:active {
					padding: 0px 0px 0px 30px;
					border-top: 1px solid #000;
					text-decoration: none;
				}

