@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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
{
	padding: 0;
	list-style-type: none;
	font-size: 12.5px;
	cursor: default;
	width: auto;
	background-image: none;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 7em;
}

ul.MenuBarHorizontal a:hover
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12.5px;
	cursor: default;
	width: auto;
	line-height: 1.4em;
	padding-top: 0em;
	padding-right: 0.8em;
	padding-bottom: 0em;
	padding-left: 0.8em;
	background-image: none;
	background-color: #999999;
	color: #000000;
}
/* 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;
	background-image: none;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size:12.5px;
	position: relative; /* WAS position: relative; but changed because it pushed the divs down below it in IE  - changed back because it mixes firefox up*/
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	padding: 0px;
	background-image: none;
	/* display: block;*/
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	background-color: #CCCCCC;
	line-height: 1.4em;
}
/* 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;
	list-style-type: none;
	font-size: 12.5px;
	z-index: 1020;
	cursor: default;
	width: 13em;
	position: absolute;
	left: -1000em;
	padding: 0px;
	background-image: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

/* 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;
	background-image: none;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 13em;
	font-size: 12.5px;
	padding: 0px;
	background-image: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	color: #FFFFFF;
	background-image: none;
	background-color: #CCCCCC;
}
/* 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;
	background-image: none;
}
ul.MenuBarSubmenuVisible {
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding-left: 0.8em;
	background-image: none;
}
ul.MenuBarSubmenuVisible a {
	background-color: #CCCCCC;
	padding-left: 0.8em;
	color: #FFFFFF;
}
ul.MenuBarSubmenuVisible li a {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
ul.MenuBarSubmenuVisible li {
	color: #000000;
	background-image: none;
}

ul.MenuBarSubmenuVisible a:hover {
	background-color: #999999;
	padding-left: 0.8em;
	color: #000000;
}


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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-image: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #000000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, li
{
	/* display: block; */
	cursor: pointer;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
	background-image: url(../MyImages/buttons/button_gradient_nav.jpg);
	display: block;
	line-height: 1.4em;
	padding-top: 0em;
	padding-right: 0.8em;
	padding-bottom: 0em;
	padding-left: 0.8em;
}
