@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

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

/* Minimized by Brad Greenwald for Customization */

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

NECESSARY LAYOUT INFORMATION: All styles stripped, these basic styles are required for proper function.

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

ul.MenuBarActive{z-index: 1000;} /* setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarHorizontal li {float:left;} /* this should already be the case */
ul.MenuBarHorizontal li a {display:block;} /*IE needs this push inner ul down */
ul.MenuBarHorizontal ul{z-index: 1020;position: absolute;left: -1000em;clear:both;} /* hide sub-menu on higher layer - clear floats for IE */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{left:auto;} /* show sub-menu */
ul.MenuBarHorizontal ul li {clear:both;} /* clear floats for IE */

ul.MenuBarHorizontal ul ul{position: absolute;margin: -5% 0 0 95%;} /* haven't tested third tier! */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{left: auto;top: 0;}




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

 BROWSER HACKS: the hacks below should not be changed unless you are a god

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* 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: #FFF;
	}
}

