/* 	[ 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;
	padding: 0px;
	margin: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		white-space: nowrap;
		cursor: hand;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		line-height: 25px;
		color: #993300;
		text-decoration: none;
		margin: 0px 2px 0px 0px;
		background: #993300 url(../../Templates/_images/back_nav.gif) repeat-x top left;
		border: 1px solid #da8325;
	}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:visited,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
			color: #993300;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:hover {
			cursor: hand;
			text-decoration: none;
		}
			.RadMenu_SlideHorizontal a:link.SelectedParent1, 
			.RadMenu_SlideHorizontal a:active.SelectedParent1,
			.RadMenu_SlideHorizontal a:visited.SelectedParent1 {
					background: #154D5C url(../../Templates/_images/back_navon.gif) repeat-x top left;
					border: 1px solid #154D5C;
					color: #FFFFFF;
			}
				.RadMenu_SlideHorizontal a:hover.SelectedParent1 {
					color: #993300;
				}
			.RadMenu_SlideHorizontal a:link.MenuSelected, 
			.RadMenu_SlideHorizontal a:active.MenuSelected,
			.RadMenu_SlideHorizontal a:visited.MenuSelected {
					background: #154D5C url(../../Templates/_images/back_navon.gif) repeat-x top left;
					border: 1px solid #154D5C;
					color: #FFFFFF;
			}
			.RadMenu_SlideHorizontal a:hover.MenuSelected{
					color: #FFFFFF;
			}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {
		padding: 0px 8px;	
	}		
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideHorizontal .text:hover {
		}
		.RadMenu_SlideHorizontal .text:visited {
			color: #993300;
			cursor: hand;
			text-decoration: none;
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group {
		background: #175688;
		color: #993300;
		text-decoration: none;
	}
	.RadMenu_SlideHorizontal .group .text {
		padding: 0px 20px 0px 8px;	
	}		
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			color: #FFFFFF;
			line-height: 1.8em;
			height: auto;
			text-align: left;
			cursor: hand;
			text-transform: capitalize;
			text-decoration: none;
			background: #175688;
			border-style: none;
			border-top: 1px solid #154D5C;
			font-weight: normal;
			margin: 0px 6px 0px 0px;
		}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
			color: #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: #175688;
				color: #EB9D21;
			}
				.RadMenu_SlideHorizontal .group a:hover.SelectedParent2 {
				}
			.RadMenu_SlideHorizontal .group a:link.MenuSelected, 
			.RadMenu_SlideHorizontal .group a:active.MenuSelected,
			.RadMenu_SlideHorizontal .group a:visited.MenuSelected {
				background: #175688;
				color: #EB9D21;
			}
			.RadMenu_SlideHorizontal .group a:hover.MenuSelected {
			}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: url(/Templates/_images/back_cLSnav.gif) no-repeat right 0.5em;
			font-weight: normal;
		}
	
		/* === [ 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/back_cLSnav.gif) no-repeat right 0.5em;
			color: #EB9D21;
			font-weight: normal;
			margin:0px;
		}

