/* 	[ 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;
	clear: none;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 34px;
}

/* === [ 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;
		font-size: 14px;
		line-height: 34px;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
	}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link {
			background: url(/Templates/_images/back_cN.gif) right top no-repeat;
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:hover,
		.RadMenu_SlideHorizontal .link:active,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded  {
			background: url(/Templates/_images/back_cNHover.gif) right top no-repeat;
			cursor: hand;
			text-decoration: none;
			color: #012451;
		}
			.RadMenu_SlideHorizontal a:link.SelectedParent1,
			.RadMenu_SlideHorizontal a:visited.SelectedParent1 {
				background: url(/Templates/_images/back_cNon.gif) right top no-repeat;
				color: #FFF;
				}
			.RadMenu_SlideHorizontal a:hover.SelectedParent1 {
				background: url(/Templates/_images/back_cNon.gif) right top no-repeat;
				color: #FFF;
				}
			.RadMenu_SlideHorizontal a:active.SelectedParent1 {
					color: #FFF;
				background: url(/Templates/_images/back_cNon.gif) right top no-repeat;
				}
			.RadMenu_SlideHorizontal a:link.MenuSelected, 
			.RadMenu_SlideHorizontal a:visited.MenuSelected {
				background: url(/Templates/_images/back_cNon.gif) right top no-repeat;
				color: #FFF;
			}
			.RadMenu_SlideHorizontal a:hover.MenuSelected{
				color: #012451;
				background: url(/Templates/_images/back_cNHover.gif) right top no-repeat;
			}
			.RadMenu_SlideHorizontal a:active.MenuSelected {
				background: url(/Templates/_images/back_cNon.gif) right top no-repeat;
				color: #FFF;
			}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {
		padding: 0px 23px;	
			cursor: pointer;
			cursor: hand;
	}		
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideHorizontal .group .text:hover {
			color: #999999;
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .slide {
	}
	.RadMenu_SlideHorizontal .group {
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		background: #fbfbfc url( /Templates/_images/back_cNNavGroup.gif) repeat-x top left;
		text-decoration: none;
	}
	.RadMenu_SlideHorizontal .rootGroup {
		background: #4cb240 url( /Templates/_images/back_cNNavGroup.gif) repeat-x top left;
	}
	.RadMenu_SlideHorizontal .group .text {
		padding: 2px 33px 2px 23px;	
	}		
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			color: #7a7a7a;
			line-height: 2em;
			font-size: 12px;
			height: auto;
			text-align: left;
			cursor: hand;
			text-transform: capitalize;
			text-decoration: none;
			font-weight: normal;
			padding: 0px 0px 0px 0px;
			background: none;
		}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:active,
		.RadMenu_SlideHorizontal .group .link:visited {
		}
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded  {
			background: #EFEFEF;
			color: #000000 !important;
		}
			.RadMenu_SlideHorizontal .group a:link.SelectedParent2, 
			.RadMenu_SlideHorizontal .group a:active.SelectedParent2 {
					color: #000000;
			background: #EFEFEF;
			}
				.RadMenu_SlideHorizontal .group a:hover.SelectedParent2 {
				color: #000000;
					background: #EFEFEF;
				}
			.RadMenu_SlideHorizontal .group a:link.MenuSelected, 
			.RadMenu_SlideHorizontal .group a:active.MenuSelected {
				background: #EFEFEF;
				color: #000000;
			}
			.RadMenu_SlideHorizontal .group a:hover.MenuSelected {
				color: #000000;
				background: #EFEFEF;
			}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight {
				background: #EFEFEF;
			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: #EFEFEF;
			font-weight: normal;
			margin:0px;
		}

