/* 	[ 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;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: 25px;
	width: auto;
	z-index: 50;
	border: 1px solid #CDCDCD;
	background: url(/Templates/_images/back_header.gif) top left;
}
	* html #cN .Navigation  
	{
		height: 25px;
	}
.Nav {
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */


.RadMenu_SlideHorizontal 
{
}

.RadMenu_SlideHorizontal_Context
{
	background: none;
}

.RadMenu_SlideHorizontal .link
{
	float: left;
	text-decoration: none;
	line-height: 25px;
	color: #336600;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF url(/Templates/_images/back_menu.gif) no-repeat top right;
	cursor: hand;
}
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:visited,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded
		{
			color: #336600;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:hover
		{
			color: #336600;
			cursor: hand;
			text-decoration: none;
			background: #FFFFFF  url(/Templates/_images/back_menu-Selecton.gif) no-repeat top right;
		}
			.RadMenu_SlideHorizontal a:link.SelectedParent1, 
			.RadMenu_SlideHorizontal a:active.SelectedParent1,
			.RadMenu_SlideHorizontal a:visited.SelectedParent1 {
				color: #FFFFFF;
				cursor: hand;
				text-decoration: none;
				background: #FFFFFF  url(/Templates/_images/back_cNon.gif) no-repeat top right;
			}
				.RadMenu_SlideHorizontal a:hover.SelectedParent1 {
					color: #FFFFFF;
					cursor: hand;
					text-decoration: none;
					background: #FFFFFF  url(/Templates/_images/back_cNon.gif) no-repeat top right;
				}
			.RadMenu_SlideHorizontal a:link.MenuSelected, 
			.RadMenu_SlideHorizontal a:hover.MenuSelected, 
			.RadMenu_SlideHorizontal a:active.MenuSelected,
			.RadMenu_SlideHorizontal a:visited.MenuSelected {
				color: #FFFFFF;
				cursor: hand;
				text-decoration: none;
				background: #FFFFFF  url(/Templates/_images/back_cNon.gif) no-repeat top right;
			}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text
	{
		padding: 0px 20px 0px 21px;	
		font-size: 11px;
	}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group
		{
			border: 1px solid #C2C2C2;
			border-top-style: none;
		}
	.RadMenu_SlideHorizontal .group .text
	{
		padding: 0px 17px 0px 16px;	
		font-size: 11px;
		margin: 0px 6px 0px 0px;	
	}


		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link
		{
			color: #336600;
			font-size: 11px;
			line-height: 1.5em;
			height: auto;
			text-align: left;
			cursor: hand;
			border-top: 1px solid #C2C2C2;
			text-decoration: none;
			font-weight: normal;
			margin-top: 0px;
			background: #FFFFFF;
		}
		.RadMenu_SlideHorizontal .group .first .link
		{
}
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
			color: #669900;
			background: #EAF0E4;
			font-weight: normal;
		}
			.RadMenu_SlideHorizontal .group .MenuSelected .link, 
			.RadMenu_SlideHorizontal .group .MenuSelected .link:hover, 
			.RadMenu_SlideHorizontal .group .MenuSelected .focused,
			.RadMenu_SlideHorizontal .group .MenuSelected .expanded {
			color: #669900;
			background: #EAF0E4;
			font-weight: normal;
			}
		
/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: url(/Templates/_images/back_nav6.gif) no-repeat center right;
		}
		
		/* === [ 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_nav5.gif) no-repeat center right;
		}

