﻿.menuItem
{
	height:15px;
	float:left;
	cursor: hand;
	cursor: pointer;
	background-repeat:no-repeat;
	padding:0px;
	border:0px;
	margin:0px;
}
* html .menuItem 
{
	padding:0px;
	border:0px;
	margin:0px;
}

.menuText
{
	display:none;
}

/*
 * TOP MENU
*/
.Home_off
{
	background-image: url('../image/navigation/nav_home_lblue.gif');
	width:49px;
}
.Home_on
{
	background-image: url('../image/navigation/nav_home_dblue.gif');
	width:49px;
}
.About_off
{
	background-image: url('../image/navigation/nav_about_lblue.gif');
	width:50px;
}
.About_on
{
	background-image: url('../image/navigation/nav_about_dblue.gif');
	width:50px;
}
.NickelSpa_off
{
	background-image: url('../image/navigation/nav_nickelspa_lblue.gif');
	width:70px;}
.NickelSpa_on
{
	background-image: url('../image/navigation/nav_nickelspa_dblue.gif');
	width:70px;
}
.NickelProducts_off
{
	background-image: url('../image/navigation/nav_nickelproducts_lblue.gif');
	width:94px;
}
.NickelProducts_on
{
	background-image: url('../image/navigation/nav_nickelproducts_dblue.gif');
	width:94px;
}
.Contact_off
{
	background-image: url('../image/navigation/nav_contact_lblue.gif');
	width:59px;
}
.Contact_on
{
	background-image: url('../image/navigation/nav_contact_dblue.gif');
	width:59px;	
}
* html .Contact_on
{
	width:59px;
}
/*
 * SUB MENU
*/
.Welcome_off
{
	background-image: url('../image/navigation/nav_welcome_lblue.gif');
	width:66px;
}
.Welcome_on
{
	background-image: url('../image/navigation/nav_welcome_white.gif');
	width:66px;
}
.Treatments_on
{
	background-image: url('../image/navigation/nav_treatments_white.gif');
	width:76px;
}
.Treatments_off
{
	background-image: url('../image/navigation/nav_treatments_lblue.gif');
	width:76px;
}
.SpaStock_on
{
	background-image: url('../image/navigation/nav_retailarea_white.gif');
	width:68px;
}
.SpaStock_off
{
	background-image: url('../image/navigation/nav_retailarea_lblue.gif');
	width:68px;
}
.Bookings_on
{
	background-image: url('../image/navigation/nav_findus_white.gif');
	width:63px;
}
.Bookings_off
{
	background-image: url('../image/navigation/nav_findus_lblue.gif');
	width:63px;
}
.FirstTimers_on
{
	background-image: url('../image/navigation/nav_firsttimers_white.gif');
	width:79px;
}
.FirstTimers_off
{
	background-image: url('../image/navigation/nav_firsttimers_lblue.gif');
	width:79px;
}
.Details_on
{
	background-image: url('../image/navigation/nav_details_white.gif');
	width:56px;
}

.Details_off
{
	background-image: url('../image/navigation/nav_details_lblue.gif');
	width:56px;
}
.Press_on
{
	background-image: url('../image/navigation/nav_press_white.gif');
	width:51px;
}

.Press_off
{
	background-image: url('../image/navigation/nav_press_lblue.gif');
	width:51px;
}
.ProductFinder_on
{
	background-image: url('../image/navigation/nav_productfinder_white.gif');
	width:90px;
}

.ProductFinder_off
{
	background-image: url('../image/navigation/nav_productfinder_lblue.gif');
	width:90px;
}
.WhereToFind_on
{
	background-image: url('../image/navigation/nav_wherenickel_white.gif');
	width:115px;
}

.WhereToFind_off
{
	background-image: url('../image/navigation/nav_wherenickel_lblue.gif');
	width:115px;
}
.ShoppingCart_on
{
	background-image: url('../image/navigation/nav_cart_dblue.gif');
	width:99px;
}

.ShoppingCart_off
{
	background-image: url('../image/navigation/nav_cart_lblue.gif');
	width:99px;
}
.SignIn_on
{
	background-image: url('../image/navigation/nav_signin_dblue.gif');
	width:60px;
}

.SignIn_off
{
	background-image: url('../image/navigation/nav_signin_lblue.gif');
	width:60px;
}
.SignOut_off
{
	background-image: url('../image/navigation/nav_signout_lblue.gif');
	width:60px;
}
.LeftMenuContainer
{
	
	clear:both;
	background-color: #0082CA;
	width: 322px; 
	height:15px;
	float:left;
}	
* html .LeftMenuContainer
{
	width: 329px; 
	padding:0px;
	margin:0px;
	margin-right:-7px;
}
.EmptyMenuContainer
{
	text-align:right;
	float:left;
	width:439px;
	background-color: #0082CA;
	height:14px;	
	border-bottom:1px solid white;
}
* html .EmptyMenuContainer
{
	
	width:439px;
	padding:0px;
	margin:0px;
}
.RightMenuContainer
{
	text-align:right;
	background-color: #0082CA;
	float:right;
	width:159px;
}
* html .RightMenuContainer
{
	width:159px;
	margin:0px;
	padding:0px;
	
}

/*
 * SUB MENU
*/

#subMenu
{
	clear:both;
	margin:0px;
	padding:3px 0px 0px 0px;
	border-right:1px solid white;
	border-left:1px solid white;
	height:16px;
	
}