/* 	[ 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;
	height: 22px;
	}
.Nav {
	position: relative;
	display: block;
	height: 1%;
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(/Templates/MICRO-Alpha/_images/back_cNMenu2.gif) repeat-y top left;
	padding: 0px 0px 0px 1px;
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		white-space: nowrap;
		text-decoration: none;
		font-size: 12px;
		line-height: 22px;
		color: #FFFFFF;
		background: url(/Templates/MICRO-Alpha/_images/back_cNMenu2.gif) repeat-y top right;
		padding: 0px 14px;
		cursor: hand;
}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:visted,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
			background: #153382 url(/Templates/MICRO-Alpha/_images/back_cNMenu2.gif) repeat-y top right;
		}
		.RadMenu_SlideHorizontal .link:hover {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
			background: #153382 url(/Templates/MICRO-Alpha/_images/back_cNMenu2.gif) repeat-y top right;
		}

/* === [ 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 {
			border: 1px solid #011C62;
			margin: 0px 0px 0px 0px;
			border-top: none;
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			text-transform:capitalize;
			font-size: 11px;
			text-align: left;
			text-decoration: none;
			background: #EFEFEF;
			color: #011C62;
	}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
			color: #FFFFFF;
			background: #153382;
			font-weight: normal;
			text-decoration: none;
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: transparent url(/Templates/MICRO-Alpha/_images/arrow-pointer-menu.gif) 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
		{
			background: transparent url(/Templates/MICRO-Alpha/_images/arrow-pointer-dark.gif) right center no-repeat;
		}

/* -----[ VERTICAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Surrounding DIV of Module ] === */

#cLS .Navigation  
{
	position: relative;
	clear: both;
}
.Nav {
	width: 100%;
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideVertical li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* -----[ VERTICAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideVertical {
	background: url(/Templates/MICRO-Alpha/_images/back_cNMenu.gif) top left;
	line-height: 24px;
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideVertical .link {
		font-size: 90%;
		line-height: 24px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
		padding: 2px 14px;
	}
	
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideVertical .link:hover,
		.RadMenu_SlideVertical .focused,
		.RadMenu_SlideVertical .expanded {
			color: #2F437E;
			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 {
			font-size: 110%;
			color: #FFFFFF;
			text-align: left;
			text-decoration: none;
			background: #98c3e7 url(/Templates/MICRO-Alpha/_images/back_cNMenu5.gif) repeat;
			border: 1px solid #FFFFFF;
			border-bottom-style: none;
			line-height: 23px;
		}
	
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideVertical .group .link:hover,
		.RadMenu_SlideVertical .group .focused,
		.RadMenu_SlideVertical .group .expanded
		{
			background: #5873B4;
			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
		{
			background: transparent url(/Templates/MICRO-Alpha/_images/arrow-pointer-menu.gif) right center no-repeat;
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideVertical .expandLeft,
		.RadMenu_SlideVertical .expandRight
		{
			background: transparent url(/Templates/MICRO-Alpha/_images/arrow-pointer-menu.gif) 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
		{
		}


