/* 	[ 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;
	padding: 0px;
	background-image: url(../../../Templates/Learningwave/_images/nav_bck.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 58px;
	margin-right: 8px;
	width: 660px;
	clear: both;
	
}
.Navigation  
{
	padding: 0px;
	min-height: 35px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 0px;
	float: right;
}
	* html #cN .Navigation  
	{
	padding: 0px;
	background-image: url(../../../Templates/Learningwave/_images/nav_bck.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 58px;
	margin-right: 8px;
	width: 640px;
	float: right;
	}
.Nav {
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	border: none;
	display: inline;
	text-align: center;
	margin: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */


.RadMenu_SlideHorizontal 
{
	float: right;
	font-family:sans-serif, Arial, Helvetica,;
	padding-top: 24px;
	padding-left: 20px;
}

.RadMenu_SlideHorizontal_Context
{
	background: none;
}

.RadMenu_SlideHorizontal .link
{
	text-decoration: none;
	color: #666666;
	cursor: hand;
	text-align: center;
	float: left;
}
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:visited,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded
		{
	cursor: hand;
	text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:hover
		{
	color: #02A5E6;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
		}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text
	{
	font-size: 11px;
	font-family: sans-serif, Verdana, Arial, Helvetica,;
	height: auto;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group
		{
	border: 1px solid #9baebf;
	border-top-style: none;
		}

		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link
		{
	color: #333333;
	text-align: left;
	cursor: hand;
	border-top: 1px solid #9baebf;
	text-transform: capitalize;
	text-decoration: none;
	background: #f5f9fd;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 16px;
	height: 16px;
		}
		.RadMenu_SlideHorizontal .group .first .link
		{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
	color: #333333;
	background: #D3D3D3;
	font-weight: bold;
		}
		
/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: url("back_nav.gif") right bottom no-repeat;
		}
		
		/* === [ 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
		{
		}
