/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ SLIDE NAVIGATION MODULES  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/


/* -----[ GLOBAL ]--------------------------------------------------------------------- */

/* === [ Surrounding DIV of Module ] === */

#cN .Navigation  
{
	position: relative;
	z-index: 600;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

* html #cN .Navigation  
	{
		height: 20px;
	}
.Nav {
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
	
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		font-size: 11px;
		line-height: 1.5em;
		text-transform: uppercase;
		color: #50595f;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		padding: 6px 12px 0px 4px;
		cursor: hand;
		background: url(/Templates/_images/navPole.gif) no-repeat top left;
}
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link,
		.RadMenu_SlideHorizontal .link:visited,
		.RadMenu_SlideHorizontal .link:active,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
			color: #50595f;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:hover {
			cursor: hand;
			text-decoration: none;
			color: #50595f;
		}
			.RadMenu_SlideHorizontal a:link.SelectedParent1, 
			.RadMenu_SlideHorizontal a:active.SelectedParent1,
			.RadMenu_SlideHorizontal a:visited.SelectedParent1 {
					color: #669900;
			}
				.RadMenu_SlideHorizontal a:hover.SelectedParent1 {
					color: #A4B08A;
				}
			.RadMenu_SlideHorizontal a:link.MenuSelected, 
			.RadMenu_SlideHorizontal a:active.MenuSelected,
			.RadMenu_SlideHorizontal a:visited.MenuSelected {
					color: #003366;
			}
			.RadMenu_SlideHorizontal a:hover.MenuSelected{
					color: #A4B08A;
			}






/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {
	}		
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideHorizontal .text:hover {
			color: #008349;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .text:visited {
			color: #6a747c;
			cursor: hand;
			text-decoration: none;
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group {
		background: #FFFFFF;
		color: #6a747c;
		text-decoration: none;
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			font-size: 85%;
			background: #FFFFFF;
			color: #336600;
			text-decoration: none;
			text-transform: capitalize;
			font-weight: normal;
			padding: 3px 4px;
			display: block;
			border-bottom: #C6CFB2 1px solid;
		}

		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .link:active,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
			color: #666666;
			background: #FFFFFF;
			font-weight: normal;
		}
		.RadMenu_SlideHorizontal .group .link:visited
		{
			font-weight: normal;
			text-decoration: none;
		}
			.RadMenu_SlideHorizontal .group a:link.SelectedParent2, 
			.RadMenu_SlideHorizontal .group a:active.SelectedParent2,
			.RadMenu_SlideHorizontal .group a:visited.SelectedParent2 {
				background: #C6CFB2;
			}
				.RadMenu_SlideHorizontal .group a:hover.SelectedParent2 {
				background: #C6CFB2;
				}
			.RadMenu_SlideHorizontal .group a:link.MenuSelected, 
			.RadMenu_SlideHorizontal .group a:active.MenuSelected,
			.RadMenu_SlideHorizontal .group a:visited.MenuSelected {
				background: #C6CFB2;
			}
			.RadMenu_SlideHorizontal .group a:hover.MenuSelected {
				background: #C6CFB2;
			}



/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: url(/Templates/_images/doubleArrowGreen.gif) no-repeat right center;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}
	
		/* === [ Hover State ] === */
		.RadMenu_SlideHorizontal .link:hover .expandLeft,
		.RadMenu_SlideHorizontal .link:hover .expandRight,
		.RadMenu_SlideHorizontal .focused .expandLeft,
		.RadMenu_SlideHorizontal .focused .expandRight,
		.RadMenu_SlideHorizontal .expanded .expandLeft,
		.RadMenu_SlideHorizontal .expanded .expandRight
		{
			background: url(/Templates/_images/doubleArrowGreen.gif) no-repeat right center;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}
/* -----[ VERTICAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Surrounding DIV of Module ] === */

#cLS .Navigation  
{
}
.Nav {
	z-index: 400;
	display: block;
	height: 1%;
	position: relative;
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideVertical li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}


/* -----[ VERTICAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideVertical {
	background: #666666;
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideVertical .link {
		font-size: 100%;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
		background: #666666;
		padding: 6px;
		cursor: hand;
		border-bottom: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideVertical .link:hover,
		.RadMenu_SlideVertical .focused,
		.RadMenu_SlideVertical .expanded {
			background: #999999;
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideVertical .link:visited {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
		}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideVertical .text {
	}		
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideVertical .text:hover {
		}
		.RadMenu_SlideVertical .text:visited {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideVertical .group {
		background: #999999;
		color: #FFFFFF;
		text-decoration: none;
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideVertical .group .link {
			font-size: 110%;
			background: #999999;
			color: #FFFFFF;
			text-decoration: none;
		}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideVertical .group .link:hover,
		.RadMenu_SlideVertical .group .focused,
		.RadMenu_SlideVertical .group .expanded
		{
			color: #666666;
			background: #CCCCCC;
			font-weight: normal;
			text-decoration: none;
		}
		.RadMenu_SlideVertical .group .link:visited
		{
			font-weight: normal;
			text-decoration: none;
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideVertical .expandLeft,
		.RadMenu_SlideVertical .expandRight
		{
			border-right: 5px solid #333333;
			background: transparent url(/Templates/_images/) right center no-repeat;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}
	
		/* === [ Hover State ] === */
		.RadMenu_SlideVertical .link:hover .expandLeft,
		.RadMenu_SlideVertical .link:hover .expandRight,
		.RadMenu_SlideVertical .focused .expandLeft,
		.RadMenu_SlideVertical .focused .expandRight,
		.RadMenu_SlideVertical .expanded .expandLeft,
		.RadMenu_SlideVertical .expanded .expandRight
		{
			border-right: 5px solid #333333;
			background: transparent url(/Templates/_images/) right center no-repeat;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}
