/* 	[ 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;
	width: 766px;
	clear: both;
	background: url(../../Templates/_images/back_cNright.gif) repeat-y top right;
	padding: 0px;
	min-height: 27px;
	height: 27px;
	z-index: 999;
}
	* html #cN .Navigation  
	{
	height: 27px;
	margin: 0px;
	}
.Nav {
	height: 27px;
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	border: none;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 00px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */


.RadMenu_SlideHorizontal 
{
	height: 27px;
}

.RadMenu_SlideHorizontal_Context
{
	background: none;
}

.RadMenu_SlideHorizontal .link
{
	float: left;
	text-decoration: none;
	height: 27px;
	line-height: 2.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	cursor: hand;
	background-image: url(../../../Templates/pointshop/_images/but_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
}
		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:visited,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded
		{
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
		}
		.RadMenu_SlideHorizontal .link:hover
		{
			color: #A5C6E5;
			cursor: hand;
			text-decoration: none;
		}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text
	{
		padding: 0px 10px;	
		font-size: 90%;
		font-weight: normal;
	}

/* === [ 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;
	font-size: 90%;
	line-height: 1.8em;
	height: auto;
	text-align: left;
	cursor: hand;
	border-top: 1px solid #9baebf;
	text-transform: capitalize;
	text-decoration: none;
	background: #f5f9fd;
	z-index: 1000;
		}
		.RadMenu_SlideHorizontal .group .first .link
		{
}
		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
		color: #333333;
			background: #D3D3D3;
			font-weight: normal;
		}
		
/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			background: url("/Templates/_images/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
		{
	text-align: center;
		}
