/* 	[ 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 {
	
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
	
}

.RadMenu_SlideHorizontal li {
	cursor: pointer;
	margin-right: 6px;
	float: left;
}
.RadMenu_SlideHorizontal li.last {
	margin-right: 0;
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		display: block;
		background: #d8d9db url(/Templates/awards/_images/topnav_bg.jpg) repeat-x;
		font-size: 9px;
		line-height: 9px;
		font-weight: bold;
		color: #6f7072;
		padding: 13px 28px;
		text-align: center;
		float: left;
		border: 1px solid #dbdcdd;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer !important;
	}
	.RadMenu_SlideHorizontal .last .link {
		padding: 13px 32px 13px 30px;
	}
	/* === [ Selected state ] === */
	.RadMenu_SlideHorizontal a.MenuSelected,
	.RadMenu_SlideHorizontal a.SelectedParent1
	{
		background: #cbe6ab url(/Templates/awards/_images/topnav_bg_active.jpg) repeat-x !important;
		border: 1px solid #a4d36c !important;
	}
	
	/* === [ Selected Parent state ] === */
	.RadMenu_SlideHorizontal a:link.SelectedParent1, 
	.RadMenu_SlideHorizontal a:hover.SelectedParent1, 
	.RadMenu_SlideHorizontal a:active.SelectedParent1 
	{
		background: #cbe6ab url(/Templates/awards/_images/topnav_bg_active.jpg) repeat-x;
		border: 1px solid #a4d36c;
	}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:hover,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
			background: #cbe6ab url(/Templates/awards/_images/topnav_bg_active.jpg) repeat-x;
			border: 1px solid #a4d36c;
		}
		.RadMenu_SlideHorizontal .link:visited {
			
		}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {
		cursor: pointer;
		display: block;
	}		
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideHorizontal .text:hover {
		}
		.RadMenu_SlideHorizontal .text:visited {
			
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group {
		
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			
		}

			/* === [ 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,
		.RadMenu_SlideHorizontal .group .expanded
		{
			
		}
		.RadMenu_SlideHorizontal .group .link:visited
		{
			
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			
		}
	
		/* === [ 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
		{
			
		}
/* -----[ VERTICAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Surrounding DIV of Module ] === */

#cLS .Navigation  
{
	
}
.Nav {
	
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideVertical li {
	
}


/* -----[ VERTICAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideVertical {
	
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideVertical .link {
		font-size: 1.2em;
		line-height: 20px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
		background: #666666;
		padding: 0px 10px;
		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: #FFFFFF;
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideVertical .group .link {
			background: #999999;
			color: #FFFFFF;
			text-align: left;
			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;
		}
		.RadMenu_SlideVertical .group .link:hover .expandLeft,
		.RadMenu_SlideVertical .group .link:hover .expandRight,
		.RadMenu_SlideVertical .group .focused .expandLeft,
		.RadMenu_SlideVertical .group .focused .expandRight,
		.RadMenu_SlideVertical .group .expanded .expandLeft,
		.RadMenu_SlideVertical .group .expanded .expandRight
		{
			border-right: 5px solid #333333;
			background: transparent url(/Templates/_images/) right center no-repeat;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}

/* === [ 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
		{
		}


