/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ SLIDE NAVIGATION MODULES  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/

* html #cN .Navigation  
	{
		height: 32px;
	}

/* -----[ GLOBAL ]--------------------------------------------------------------------- */

/* === [ Surrounding DIV of Module ] === */

.Navigation {
	position: relative;
	clear: both;
	display: block;
}
.Nav {
}

/* === [ Clearing any List Styles ] === */
.RadMenu_SlideHorizontal li {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
		width:118px;
		text-align:center;
}

.RadMenu_SlideHorizontal .last{margin:0px;}

/* -----[ HORIZONTAL NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Root Element of Menu ] === */

.RadMenu_SlideHorizontal {
	
}

/* === [ Root Level - Normal State ] === */

	.RadMenu_SlideHorizontal .link {
		font-size: 1.4em;
		font-weight:bold;
		line-height: 32px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
		background: #666666;
		padding: 0px;
		cursor: hand;
		background:url(/Templates/FishySteve/_images/menu-off.gif) no-repeat;
	
}

		/* === [ Root Level - Hover State ] === */
		.RadMenu_SlideHorizontal .link:hover,
		.RadMenu_SlideHorizontal .focused,
		.RadMenu_SlideHorizontal .expanded {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
			background:url(/Templates/FishySteve/_images/menu-on.gif) no-repeat;
		}
		
		/* === [ Selected Parent state ] === */
		.RadMenu_SlideHorizontal a:link.SelectedParent1, 
		.RadMenu_SlideHorizontal a:hover.SelectedParent1, 
		.RadMenu_SlideHorizontal a:active.SelectedParent1 {
			color: #FFFFFF;
			cursor: hand;
			text-decoration: none;
			background:url(/Templates/FishySteve/_images/menu-on.gif) no-repeat;
		}
		
		/* === [ Selected state ] === */
		.RadMenu_SlideHorizontal a:link.MenuSelected, 
		.RadMenu_SlideHorizontal a:hover.MenuSelected, 
		.RadMenu_SlideHorizontal a:active.MenuSelected{
			color:#fff;
		}
		.RadMenu_SlideHorizontal a.MenuSelected {
			}
		
		.RadMenu_SlideHorizontal .link:visited {
			cursor: hand;
			text-decoration: none;
		}

/* === [ Text - Normal State ] === */

	.RadMenu_SlideHorizontal .text {padding:0px 10px;
	}	
	.RadMenu_SlideHorizontal .text:link,
		.RadMenu_SlideHorizontal .text:hover,
		.RadMenu_SlideHorizontal .text:active,
		.RadMenu_SlideHorizontal .text:visited,
		.RadMenu_SlideHorizontal .focused .text,
		.RadMenu_SlideHorizontal .expanded .text{color:#FFFFFF;}
		
		.RadMenu_SlideHorizontal a.MenuSelected .text {color:#fff;
		}
	
		
		/* === [ Text - Hover State ] === */
		.RadMenu_SlideHorizontal .text:hover {
		}
		.RadMenu_SlideHorizontal .text:visited {
			cursor: hand;
			text-decoration: none;
		}

/* === [ Child Level - Group Appearance ] === */

	.RadMenu_SlideHorizontal .group {
		background: #fff;
		color: #007ba5;
		text-decoration: none;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
	}
	
		/* === [ Child Level - Normal State ] === */
		.RadMenu_SlideHorizontal .group .link {
			font-size: 1.2em;
			background: #fff;
			color: #007ba5;
			text-decoration: none;
			text-align:left;
		}

			/* === [ Selected state ] === */
			.RadMenu_SlideHorizontal .group a:link.MenuSelected .text, 
			.RadMenu_SlideHorizontal .group a:hover.MenuSelected .text, 
			.RadMenu_SlideHorizontal .group a:active.MenuSelected .text,
			.RadMenu_SlideHorizontal .group a:visited.MenuSelected .text{color:#666666;
			}

			/* === [ 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 {color:#666666;
			}

		/* === [ Child Level - Hover State ] === */
		.RadMenu_SlideHorizontal .group .link:hover,
		.RadMenu_SlideHorizontal .group .focused,
		.RadMenu_SlideHorizontal .group .expanded
		{
			background: #dedede;
			font-weight: normal;
			text-decoration: none;
			color:#666666;
		}
		.RadMenu_SlideHorizontal .group .text:hover {color:#666666;}
		.RadMenu_SlideHorizontal .group .link:visited
		{
			font-weight: normal;
			text-decoration: none;
		}

/* === [ Image Indicators ] === */

		/* === [ Normal State ] === */
		.RadMenu_SlideHorizontal .expandLeft,
		.RadMenu_SlideHorizontal .expandRight
		{
			border-right: 5px solid #333333;
			background: transparent url(/Templates/FishySteve/_images/) 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
		{
			border-right: 5px solid #333333;
			background: transparent url(/Templates/FishySteve/_images/) right center no-repeat;
			margin:0px;
			padding: 0px 20px 0px 0px;
		}
/* -----[ 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: #666666;
	line-height: 24px;
}

/* === [ 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/FishySteve/_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/FishySteve/_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
		{
		}


