.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* containing div, generated by ASP */ 
.NwnaMenu
{ 
	margin: 0 auto; width: 760px;
	position: relative; 
}


/* NOTE: the total combined width of all the top tier menu items must equal 760px, if one image is edited or added, check that the other menu items will have enough space*/

/* -----------------  top tier link:  SPRING WATER INFORMATION ----------------*/

li.MySpringWater-Menu-SpringWaterInformation a {
	background: url(../img/common/navigation/nav_swi_204x52.gif) no-repeat 0 0; width: 204px; height: 26px; }
/* --------------------  end:  SPRING WATER INFORMATION -----------------------*/

/* ---------------------  top tier link:  HEALTH & FITNESS --------------------*/
li.MySpringWater-Menu-HealthAndFitness a { 
	background: url(../img/common/navigation/nav_hf_127x52.gif) no-repeat 0 0; width: 127px; height: 26px; }
/* ---------------------  end:  HEALTH & FITNESS ------------------------------*/

/* ---------------------  top tier link:  GET QUALITY WATER -------------------*/
li.MySpringWater-Menu-GetQualityWater a { 
	background: url(../img/common/navigation/nav_gqw_145x52.gif) no-repeat 0 0; width: 145px; height: 26px; }
li.MySpringWater-Menu-GetQualityWater ul{ padding-left: 14em; white-space: nowrap; }
/* ------------------------  end:  GET QUALITY WATER --------------------------*/

/* ----------------  top tier link:  SPRING WATER INDUSTRY --------------------*/
li.MySpringWater-Menu-SpringWaterIndustry a { 
	background: url(../img/common/navigation/nav_swin_163x52.gif) no-repeat 0 0; width: 163px; height: 26px; }
li.MySpringWater-Menu-SpringWaterIndustry ul { padding-left: 31%; white-space: nowrap;}
/* ---------------------  end:  SPRING WATER INDUSTRY -------------------------*/

/* ---------------------  top tier link:  FIND OUT MORE -----------------------*/
li.MySpringWater-Menu-FindOutMore a { 
	background: url(../img/common/navigation/nav_fom_121x52.gif) no-repeat 0 0; width: 121px; height: 26px; }
li.MySpringWater-Menu-FindOutMore ul li { float: right; }
/* -------------------------  end:  SFIND OUT MORE ----------------------------*/


ul.MySpringWater-Menu li:hover a, ul.MySpringWater-Menu li.MySpringWater-Menu-Hover a, a.MySpringWater-Menu-Link:hover { background-position: 0 -26px !important; }



/* -------------------------  Selected links ----------------------------*/
.NwnaMenu .MySpringWater-Menu-Selected
{
    background-position: 0 -26px;
}
.NwnaMenu .MySpringWater-Menu-Selected div
{
    visibility: visible; z-index: -1;
}

.NwnaMenu .MySpringWater-Menu-ChildSelected
{
	background-position: 0 -26px;
}
.NwnaMenu .MySpringWater-Menu-ChildSelected div
{
	visibility: visible; z-index: -1;
}

.NwnaMenu .MySpringWater-Menu-ParentSelected
{   
	line-height: 1em;
}
/* ------------------------- END Selected links -------------------------*/



/* ==================================  Second Tier Links  =========================================== 
|																									|
====================================================================================================*/
.MySpringWater-Menu-DivSection {
	width: 760px;	
	left: 0;
	top: 26px;
	height: 34px;
	position: absolute;
	visibility: hidden;		
}

.MySpringWater-Menu-DivSection ul {	
	height: 34px;	
	background: url(../img/common/navigation/nav_bg_tier2.png) 0 0 repeat-x;
	_background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/Assets/img/common/navigation/nav_bg_tier2.png',sizingMethod='image');		
}

.MySpringWater-Menu-DivSection ul li a {		
	background: none;
	padding: 0 10px;	
	border-right: 1px solid #fff;	
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 14px;	
	color: #1d326b;
	position: relative;
}

.MySpringWater-Menu-DivSection ul li a:hover {
	color: #fff;	
}

