@charset "UTF-8";

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

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

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

 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 100%;
	color: #FFFFFF;
	background: #00C1FF;
	line-height: 30px;
	font-size: 130%;
	z-index: 10;
	position: relative;
}
ul.MenuBarHorizontal1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 100%;
	color: #FFFFFF;
	background: #CC0000;
	line-height: 30px;
	font-size: 130%;
	z-index: 10;
	position: relative;
}
ul.MenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 100%;
	color: #FFFFFF;
	background: #CC0000;
	line-height: 30px;
	font-size: 130%;
	z-index: 10;
	position: relative;
}
ul.MenuBarHorizontal3
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 100%;
	color: #FFFFFF;
	background: #CC0000;
	line-height: 30px;
	font-size: 130%;
	z-index: 10;
	position: relative;
}
ul.MenuBarHorizontal4
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 100%;
	color: #FFFFFF;
	background: #CC0000;
	line-height: 30px;
	font-size: 130%;
	z-index: 10;
	position: relative;
}
ul.MenuBarHorizontal5
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 100%;
	color: #FFFFFF;
	background: #CC0000;
	line-height: 30px;
	font-size: 130%;
	z-index: 10;
	position: relative;
}
/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16.666666666666666%;
	float: left;
	background-color: #FFFFFF;
}
ul.MenuBarHorizontal1 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16.666666666666666%;
	float: left;
	background-color: #FFFFFF;
}
ul.MenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16.666666666666666%;
	float: left;
	background-color: #FFFFFF;
}
ul.MenuBarHorizontal3 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16.666666666666666%;
	float: left;
	background-color: #FFFFFF;
}
ul.MenuBarHorizontal4 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16.666666666666666%;
	float: left;
	background-color: #FFFFFF;
}
ul.MenuBarHorizontal5 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16.666666666666666%;
	float: left;
	background-color: #FFFFFF;
}
/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal1 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal3 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal4 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal5 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: auto;
}
ul.MenuBarHorizontal1 ul li
{
	width: auto;
}
ul.MenuBarHorizontal2 ul li
{
	width: auto;
}
ul.MenuBarHorizontal3 ul li
{
	width: auto;
}
ul.MenuBarHorizontal4 ul li
{
	width: auto;
}
ul.MenuBarHorizontal5 ul li
{
	width: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal1 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal3 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal4 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal5 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px transparent;
}
ul.MenuBarHorizontal1 ul
{
	border: 0px transparent;
}
ul.MenuBarHorizontal2 ul
{
	border: 0px transparent;
}
ul.MenuBarHorizontal3 ul
{
	border: 0px transparent;
}
ul.MenuBarHorizontal4 ul
{
	border: 0px transparent;
}
ul.MenuBarHorizontal5 ul
{
	border: 0px transparent;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #00C1FF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarHorizontal1 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #33CDFF;
}
ul.MenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	background-color: #66DAFF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarHorizontal3 a
{
	display: block;
	cursor: pointer;
	background-color: #8CE3FF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarHorizontal4 a
{
	display: block;
	cursor: pointer;
	background-color: #B2ECFF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarHorizontal5 a
{
	display: block;
	cursor: pointer;
	background-color: #CCF3FF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: #00C1FF;
	color: rgb(255,255,255);
}
ul.MenuBarHorizontal1 a:hover, ul.MenuBarHorizontal1 a:focus
{
	background: #E5006D;
	color: rgb(255,255,255);
}
ul.MenuBarHorizontal2 a:hover, ul.MenuBarHorizontal2 a:focus
{
	background: #93C01F;
	color: rgb(255,255,255);
}
ul.MenuBarHorizontal3 a:hover, ul.MenuBarHorizontal3 a:focus
{
	background: #F29100;
	color: rgb(255,255,255);
}
ul.MenuBarHorizontal4 a:hover, ul.MenuBarHorizontal4 a:focus
{
	background: #fd0404;
	color: rgb(255,255,255);
}
ul.MenuBarHorizontal5 a:hover, ul.MenuBarHorizontal5 a:focus
{
	background: #951B81;
	color: rgb(255,255,255);
}
/*******************************************************************************

 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 */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal1 iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal2 iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal3 iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal4 iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal5 iframe
{
	position: absolute;
	z-index: 1010;
}
