@charset "UTF-8";
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*modified by MG 10/15/2007*/

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	width: 452px;
	height: 32px;
	list-style-type: none;
	padding: 0;
	cursor: default;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	display: inline;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul.home {
	top: 23px;
}

ul.MenuBarHorizontal ul {
	margin: 17px 0 0 0;
	padding: 0 0 8px 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 166px;
	top: 23px;
	position: absolute;
	left: -1000em;
	background: transparent url(../images/bkgd_drop_down_bottom.gif) left bottom no-repeat;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

/* Menu item containers */
ul.MenuBarHorizontal ul li {
	width: 166px;
	background-image: none;
	font-size: 11px;
	/*font-weight: bold;*/
	border-top: 1px solid #7FABB7;
}

/*SUB SUB MENUS NOT USED - MG******/

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: 0px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* MENU IMAGES*/

ul.MenuBarHorizontal a {
	height: 32px;
	display: block;
	cursor: pointer;
	color: #FFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}
ul.MenuBarHorizontal a:visited { color: #FFF; }
ul.MenuBarHorizontal a:hover { background-position: left top; }

#navBrochure a,
#navBrochure a:visited { width: 75px; background-image: url(../images/nav_brochure.png); }
#navOwnersCorner a,
#navOwnersCorner a:visited { width: 61px; background-image: url(../images/nav_owners_corner.png); }
#navAbout a,
#navAbout a:visited { width: 87px; background-image: url(../images/nav_about.png); }
#navToYourHealth a,
#navToYourHealth a:visited { width: 58px; background-image: url(../images/nav_to_your_health.png); }
#navHotTubs a,
#navHotTubs a:visited { width: 84px; background-image: url(../images/nav_hot_tubs.png); }
#navWhyBuy a,
#navWhyBuy a:visited { width: 87px; background-image: url(../images/nav_why_buy.png); }

ul.MenuBarHorizontal a span {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
	}

/* Current Section Styles
---------------------------------------------------------------------------- */
.whyBody #navWhyBuy a:link,
.whyBody #navWhyBuy a:visited { background-position: left top; }

.productBody #navHotTubs a:link,
.productBody #navHotTubs a:visited { background-position: left top; }

.healthBody #navToYourHealth a:link,
.healthBody #navToYourHealth a:visited { background-position: left top; }

.aboutBody #navAbout a:link,
.aboutBody #navAbout a:visited { background-position: left top; }

.customerBody #navOwnersCorner a:link,
.customerBody #navOwnersCorner a:visited { background-position: left top; }

.brochureBody #navBrochure a:link,
.brochureBody #navBrochure a:visited { background-position: left top; }

#menu li ul li { height: auto; }

#wrap #menu li ul li a,
#wrap #menu li ul li a:visited {
	width: 143px;
	height: auto;
	padding: 6px 4px 6px 19px;
	background: transparent url(../images/blt_nav_pulldown.gif) 9px 8px no-repeat;
	}

#wrap #menu li ul li a:hover {
	color: #005C73;
	background: #FFF url(../images/blt_nav_pulldown_hover.gif) 9px 8px no-repeat;
	text-decoration: none;
	}
	
	
	/* white nav li a
------------------------------------------------------------------------------- */
	

	 ul.MenuBarHorizontal li a.white,
 ul.MenuBarHorizontal li a.white:visited {
color:#005C73;
	background: #FFF url(../images/blt_nav_pulldown_hover.gif) 9px 8px no-repeat !important;
	}

 ul.MenuBarHorizontal li a.white:hover {
color:#fff;
	background: #57828d url(../images/blt_nav_pulldown.gif) 9px 8px no-repeat !important;
	}
	
		/* end white nav li a
------------------------------------------------------------------------------- */
	

ul.MenuBarHorizontal ul li.secHead {
	width: 141px;
	padding: 6px 4px 6px 19px;
	color: #BEDEE4;
	text-transform: uppercase;
	}

ul.MenuBarHorizontal ul li.nb {
	border-width: 0;
	}

ul.MenuBarHorizontal ul li.nb {
	border-bottom-width: 0;
	}

#wrap #menu li ul li.nb a,
#wrap #menu li ul li.nb a:visited,
#wrap #menu li ul li.nb a:hover {
	padding: 2px 4px 2px 19px;
	background-position: 9px 4px;
	}

#wrap #menu li ul li.bt a,
#wrap #menu li ul li.bt a:visited { margin-bottom: 4px; }


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

/*CHANGED IE HACK TO DIV - ****MG/

/*ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}*/

ul.MenuBarHorizontal div {
	position: absolute;
	z-index: 1010;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background-color: transparent;
	line-height: 13px;
}
}
