@charset "UTF-8";

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

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

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

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

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


/* 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.menuList ul.subMenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* 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.menuList ul.subMenu.MenuBarSubmenuVisible { left: auto; }
/* Menu item containers are same fixed width as parent */
ul.menuList ul.subMenu li{ width: 10em; }
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.menuList ul.subMenu ul
{
	position: absolute;
	/*margin: -5% 0 0 95%;*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.menuList ul.subMenu.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.menuList ul.subMenu{
	border: 1px solid #CCC;
	/*background: #FFFFFF;*/
}
/* Menu items are a light gray block with padding and no text decoration */
ul.menuList a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	background: url(none);
	/*text-indent: -5000em;*/
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.menuList a.MenuBarItemHover,
ul.menuList a.MenuBarItemSubmenuHover,
ul.menuList a.MenuBarSubmenuVisible
{
	background-color: #52C129;
	color: #FFF;
}

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

 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.menuList iframe
{
	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.menuList li.MenuBarItemIE
	{
		display: inline;
		/*f\loat: left;*/
	}
}

ul#MenuBar1 li ul li {
	height: auto;
	/*padding: 0.2em;*/
}

ul#MenuBar1 li ul li a {
	color: #7D0017;
	background: url(none);
	text-indent: 0em;
	width: 8em;
	/*font-size: 65%;*/
	height: auto;
}

ul#MenuBar1 li ul li a:hover {
	color: #FFFFFF;
	background: #7D0017;
}
