/* 	[ 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 ] === */

.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 {
	background: #666666;
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		font-size: 100%;
		white-space: nowrap;
		background: #cccccc;
		cursor: hand;
		background-image: url(/Templates/cs/_images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 9px 27px 11px;
	text-decoration: none;
}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:hover,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
	cursor: hand;
	text-decoration: none;
	background-color: #025B81;
	color: #FFFFFF;
	background-image: url(/Templates/cs/_images/nav_bg_on.gif);
	background-position: right top;
	
		}
		.RadMenu_SlideHorizontal .link:visited {
		
		}

/* === [ 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 {
	color: #333333;
	text-decoration: none;
	background: #E6E6E6 url(/Templates/cs/_images/nav_bg.gif) left top;
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			background: #E6E6E6 url(/Templates/cs/_images/nav_bg.gif) left top;
			color: #333333;
			text-decoration: none;
		}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{			
			background: #999999 url(/Templates/cs/_images/nav_bg_on.gif) left top;
			color: #ffffff;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .group .link:visited
		{
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .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_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
		{
			border-right: 5px solid #333333;
			background: transparent url(/Templates/_images/) right center no-repeat;
			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;
		}

/* === [ LH Added for BC ] === */

.climatenav {
	font-size: 100%;
	white-space: nowrap;
	background: #cccccc;
	background-image: url(/Templates/cs/_images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	/* padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 11px;*/
	padding-left: 10px;
	line-height: 35px;
}

.climatenavro {
	font-size: 100%;
	white-space: nowrap;
	background: #cccccc;
	cursor: hand;
	background-image: url(/Templates/cs/_images/nav_bg_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	/* 
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 11px;*/
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 35px;
	}