/* 	[ 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  
{
}
.Nav {
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		font-weight: bold;
		text-transform: capitalize;
		color: #265F79;
		line-height: 32px;
		font-size: 90%;
		text-decoration: none;
		white-space: nowrap;
		cursor: hand;
		padding: 0px 10px;
		background: url(/Templates/_images/back_nav1.gif) no-repeat top right;
		}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:hover,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
			color: #265F79;
			background: url(/Templates/_images/back_nav1on.gif) no-repeat top right;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:visited {
			color: #265F79;
			cursor: hand;
			text-decoration: none;
		}
			.RadMenu_SlideHorizontal a:link.MenuSelected, 
			.RadMenu_SlideHorizontal a:hover.MenuSelected, 
			.RadMenu_SlideHorizontal a:active.MenuSelected,
			.RadMenu_SlideHorizontal a:visited.MenuSelected {
				color: #265F79;
				background: url(/Templates/_images/back_nav1on.gif) no-repeat top right;
				cursor: hand;
				text-decoration: none;
			}
			.RadMenu_SlideHorizontal a:link.SelectedParent1, 
			.RadMenu_SlideHorizontal a:hover.SelectedParent1, 
			.RadMenu_SlideHorizontal a:active.SelectedParent1,
			.RadMenu_SlideHorizontal a:visited.SelectedParent1 {
				color: #265F79;
				background: url(/Templates/_images/back_nav1on.gif) no-repeat top right;
				cursor: hand;
				text-decoration: none;
			}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {
	}		
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideHorizontal .text:hover {
		}
		.RadMenu_SlideHorizontal .text:visited {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group {
		background: #BDE7EB;
		color: #FFFFFF;
		text-decoration: none;
	}
		.RadMenu_SlideHorizontal .group .text {
			padding: 0px 20px 0px 0px;
	}		

		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			font-size: 85%;
			background: #8AD5DB;
			color: #265F79;
			text-decoration: none;
			border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #33B4C1;
			border-right: 1px solid #FFFFFF;
			line-height: 22px;
			font-weight: normal;
			padding: 0px 40px 0px 10px;
		}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
			color: #FFFFFF;
			background: #3DB8C4;
			font-weight: normal;
			text-decoration: none;
			border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #265F79;
			border-right: 1px solid #FFFFFF;
		}
		.RadMenu_SlideHorizontal .group .link:visited
		{
			font-weight: normal;
			font-weight: normal;
			text-decoration: none;
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: transparent url(/Templates/_images/back_sidenav.gif) right center no-repeat;
			margin: 0px -40px 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: transparent url(/Templates/_images/back_sidenavon.gif) right center no-repeat;
			margin: 0px -40px 0px 0px;
		}