/* 	[ 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;
	display: block;
}
.Nav {
}

/* === [ Clearing any List Styles ] === */
#cN .RadMenu_SlideHorizontal li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
}

/* === [ Root Level - Normal State ] === */

	#cN .RadMenu_SlideHorizontal .link {
		font-size: 90%;
		line-height: 24px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
		padding: 2px 10px;
		margin-top:-1px;
		cursor: Pointer;
}
	/* === [ Selected state ] === */
	.RadMenu_SlideHorizontal a:link.MenuSelected, 
	.RadMenu_SlideHorizontal a:hover.MenuSelected, 
	.RadMenu_SlideHorizontal a:active.MenuSelected{
	}
	
	/* === [ Selected Parent state ] === */
	.RadMenu_SlideHorizontal a:link.SelectedParent1, 
	.RadMenu_SlideHorizontal a:hover.SelectedParent1, 
	.RadMenu_SlideHorizontal a:active.SelectedParent1 {
	}
	
		/* === [ Root Level - Hover State ] === */
		#cN .RadMenu_SlideHorizontal .link:hover
		#cN .RadMenu_SlideHorizontal .focused,
		#cN .RadMenu_SlideHorizontal .expanded {
			background: url('/Templates/_images/nav-hover.gif') repeat-x;
			background-position:0 -9px;
			color: #FFFFFF;
			cursor: pointer;
			text-decoration: none;
		}
		#cN .RadMenu_SlideHorizontal .link:visited {
			color: #FFFFFF;
			cursor: pointer;
			text-decoration: none;
		}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {
		text-align: left;
	}		
		
		/* === [ Text - Hover State ] === */
		#cN .RadMenu_SlideHorizontal .text:hover {
		}
		#cN .RadMenu_SlideHorizontal .text:visited {
			color: #FFFFFF;
			cursor: pointer;
			text-decoration: none;
		}

/* === [ Child Level - Group Appearance ] === */

	#cN .RadMenu_SlideHorizontal .group {
		background: #999999;
		color: #FFFFFF;
		text-decoration: none;
	}
	
		/* === [ Child Level - Normal State ] === */
		#cN .RadMenu_SlideHorizontal .group .link {
			font-size: 90%;
			background: #1b1918;
			color: #FFFFFF;
			text-decoration: none;
		}

			/* === [ Selected state ] === */
			.RadMenu_SlideHorizontal .group a:link.MenuSelected, 
			.RadMenu_SlideHorizontal .group a:hover.MenuSelected, 
			.RadMenu_SlideHorizontal .group a:active.MenuSelected,
			.RadMenu_SlideHorizontal .group a:visited.MenuSelected {
			}

			/* === [ Selected Parent state ] === */
			.RadMenu_SlideHorizontal .group a:link.SelectedParent1, 
			.RadMenu_SlideHorizontal .group a:hover.SelectedParent1, 
			.RadMenu_SlideHorizontal .group a:active.SelectedParent1,
			.RadMenu_SlideHorizontal .group a:visited.SelectedParent1 {
			}

		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		#cN .RadMenu_SlideHorizontal .group .expanded
		{
			color: #fff;
			background: #c4795c;
			font-weight: normal;
			text-decoration: none;
		}
		#cN .RadMenu_SlideHorizontal .group .link:visited
		{
			font-weight: normal;
			text-decoration: none;
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		#cN .RadMenu_SlideHorizontal .expandRight
		{
			background: transparent url(/Templates/_images/icon_slidemenu.png) right no-repeat;
			margin:0px;
			padding: 0 20px 0 0;
		}
	 
		/* === [ Hover State ] === */
		.RadMenu_SlideHorizontal .link:hover .expandLeft,
		.RadMenu_SlideHorizontal .link:hover .expandRight,
		.RadMenu_SlideHorizontal .focused .expandLeft,
		.RadMenu_SlideHorizontal .focused .expandRight,
		.RadMenu_SlideHorizontal .expanded .expandLeft,
		#cN .RadMenu_SlideHorizontal .expanded .expandRight
		{
			background: transparent url(/Templates/_images/slidemenu_hover.png) right no-repeat;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}
