@charset "UTF-8";

/*******************************************************************************

 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 {
	background: url(../images/nav_background.gif);
	background-repeat:no-repeat;
	height: 28px;
	list-style-type: none;
	padding: 0px 34px 0px 8px;
	cursor: default;
	font-size: 10px;
	line-height:28px;
	
}
/* 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;
	line-height: 20px;
}
/* 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: 124px;
	
}


ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 170px;
	top: 15px;
	position: absolute;
	left: -1000em;
	background-image:url(../images/drop_down_bottom.gif);
	padding-bottom: 32px;
	background-position: bottom;
	
}


/*height from top adjustment for homepage drop downs*/
ul.MenuBarHorizontal ul.home {
	top: 110px;
}

/* 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: 170px;
	background-image:none;
	background-color:#000;
	line-height: 20px;
	font-size: 10px;
}

/*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;
	
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/



/* MENU IMAGES*/

ul.MenuBarHorizontal li.spa_models a {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_models.gif);
	background-repeat:no-repeat;
	width: 106px;
}
ul.MenuBarHorizontal li.spa_selector a {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_selector.gif);
	background-repeat:no-repeat;
	width:      104px;
}
ul.MenuBarHorizontal li.exclusive_jets a {
	display: block;
	height:  28px;
	background: url(../images/nav_exclusive_jets.gif);
	background-repeat:no-repeat;
	width:      109px;
}
ul.MenuBarHorizontal li.accessories a {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_accessories.gif);
	background-repeat:no-repeat;
	width:      95px;
}
ul.MenuBarHorizontal li.backyard_planning a {
	display: block;
	
	height:  28px;
	background: url(../images/nav_backyard_planning.gif);
	background-repeat:no-repeat;
	width:      145px;
}
ul.MenuBarHorizontal li.request_a_brochure a {
	display: block;
	
	height:  28px;
	background: url(../images/nav_request_a_brochure.gif);
	background-repeat:no-repeat;
	width:      150px;
}
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
}


/*BELOW NOT USED - MG******/

/* Menu items that have mouse over or focus have a blue background and white text */
/*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
background-color: transparent;
	color: #FFF;
}*/

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
background-image: none;
background-color:#CCFF00;
background-color: #33C;
	color: #FFF;
}*/

/*END NOT USED - MG******/


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 
 SUBMENU NOT USED ****MG

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenu {
background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */


/*MENU IMAGES HOVER and SELECTED*/

/*hover*/

ul.MenuBarHorizontal li.spa_models a.MenuBarItemSubmenuHover {
	height:  28px;
	background: url(../images/nav_spa_models.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      106px;
	background-repeat: no-repeat;
}
ul.MenuBarHorizontal li.spa_selector a.MenuBarItemSubmenuHover {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_selector.gif);
	background-position: 0 -28px;
	background-repeat:no-repeat;
	width:      104px;
}
ul.MenuBarHorizontal li.exclusive_jets a.MenuBarItemSubmenuHover {
	display: block;
	height:  28px;
	background: url(../images/nav_exclusive_jets.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      109px;
}
ul.MenuBarHorizontal li.accessories a.MenuBarItemSubmenuHover {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_accessories.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      95px;
}
ul.MenuBarHorizontal li.backyard_planning a.MenuBarItemSubmenuHover {
	display: block;
	height:  28px;
	background: url(../images/nav_backyard_planning.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      145px;
}
ul.MenuBarHorizontal li.request_a_brochure a.MenuBarItemSubmenuHover {
	display: block;
	height:  28px;
	background: url(../images/nav_request_a_brochure.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      150px;
}


/*selected*/

ul.MenuBarHorizontal li.spa_models a.selected{
	height:  28px;
	background: url(../images/nav_spa_models.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      106px;
	background-repeat: no-repeat;
}
ul.MenuBarHorizontal li.spa_selector a.selected {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_selector.gif);
	background-position: 0 -28px;
	background-repeat:no-repeat;
	width:      104px;
}
ul.MenuBarHorizontal li.exclusive_jets a.selected {
	display: block;
	height:  28px;
	background: url(../images/nav_exclusive_jets.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      109px;
}
ul.MenuBarHorizontal li.accessories a.selected {
	display: block;
	height:  28px;
	background: url(../images/nav_spa_accessories.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      95px;
}
ul.MenuBarHorizontal li.backyard_planning a.selected {
	display: block;
	height:  28px;
	background: url(../images/nav_backyard_planning.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      145px;
}
ul.MenuBarHorizontal li.request_a_brochure a.selected {
	display: block;
	height:  28px;
	background: url(../images/nav_request_a_brochure.gif);
	background-repeat:no-repeat;
	background-position: 0 -28px;
	width:      150px;
}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/




/*******************************************************************************

 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: 20px;
}
}


/*DROP DONW MENU STYLINGS - MG*/

#MenuBar1 li li.drop_down_top {
	display:block;
	background-image:url(../images/drop_menu_top.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	height:3px;
	font-size:1px;
	line-height: 3px;
	border: none;
	float:none;
}
#MenuBar1 li li.drop_down_bkg {
	display:block;
	background-image:url(../images/drop_down_bkg.gif);
	background-repeat:repeat;
	background-color: #5899a1;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding:0px;
	border-bottom: dashed 1px #5899a1;
	float:none;
	font-size: 10px;
	font-family:Arial, Verdana, Sans-serif;
}

#MenuBar1 li li.drop_down_bkg a {
	font-weight: bold;
	text-decoration:none;
	color: #fff;
	margin:0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right:0px;
	background-image:none;
	float:none;
	width: 165px;
	height: 20px;
	font-size: 10px;
	line-height:20px;
}
#MenuBar1 li li.drop_down_bkg a:hover {
	background-color: #5899a1;
	color: #f6e5a7;
	font-size: 10px;
	line-height:20px;
	font-size: 10px;
	height: 20px;
	
}

