@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{	list-style-type: none;	font-size: 12pt;	cursor: default;	font-family: "Gill Sans", Verdana, Arial, sans-serif;	font-style: normal;	color: #000000;	width: inherit;	line-height: normal;	border-left-style: solid;	padding-top: 0.2em;}/* 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;	color: #0066CC;	background-color: #6666FF;}/* Menu item containers, position children relative to this container and are a fixed width */ul.MenuBarHorizontal li{
	list-style-type: none;
	font-size: 11pt;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 6em;
	float: left;
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	color: #006633;
	font-weight: normal;
	max-width: 20em;
	border-top-color: #330033;
	border-right-color: #330033;
	border-bottom-color: #330033;
	border-left-color: #330033;
	border-top-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	font-variant: normal;
	direction: ltr;
	letter-spacing: normal;
	vertical-align: 90%;
}/* 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{	padding: 1px;	list-style-type: none;	font-size: 1em;	z-index: 1020;	cursor: default;	position: absolute;	left: -1000em;	font-family: "Gill Sans", Verdana, Arial, sans-serif;	font-style: normal;	color: #666666;	background-color: #666666;	height: 1px;}/* 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;	font-family: "Gill Sans", Verdana, Arial, sans-serif;	font-size: 12pt;	color: #CCCCCC;	background-color: #CCCCCC;	display: table-cell;}/* Menu item containers are same fixed width as parent */ul.MenuBarHorizontal ul li{	width: 15em;	background-color: #333333;	color: #006666;}/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */ul.MenuBarHorizontal ul ul{	position: absolute;	margin: -5% 0 0 95%;	background-color: #666666;}/* 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: 0px;	width: auto;	bottom: auto;}/******************************************************************************* DESIGN INFORMATION: describes color scheme, borders, fonts *******************************************************************************//* Submenu containers have borders on all sides */ul.MenuBarHorizontal ul{	border: 1px solid #CCC;	background-color: #666666;	color: #666666;	border-top-color: #333333;	border-right-color: #333333;	border-bottom-color: #666666;	border-left-color: #333333;	margin-right: 2px;	margin-left: 2px;	margin-bottom: 2px;	margin-top: 2px;}/* Menu items are a light gray block with padding and no text decoration */ul.MenuBarHorizontal a{	display: block;	cursor: inherit;	background-color: #999999;	padding: 0.2em 0.2em;	color: #000000;	text-decoration: none;	border-top-color: #000000;	border-right-color: #000000;	border-bottom-color: #000000;	border-left-color: #000000;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border: 0.5px;	border-left-style: solid;	visibility: inherit;}/* 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: #333399;	color: #666666;	font-family: "Gill Sans", Verdana, Arial, sans-serif;	font-size: 12pt;}/* 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-color: #33C;	color: #FFF;}/******************************************************************************* SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************//* 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: 90% 50%;	color: #000000;	font-family: "Gill Sans", Verdana, Arial, sans-serif;	font-size: 1em;	font-style: normal;	font-weight: normal;	text-align: left;	word-spacing: 0.5em;	vertical-align: middle;	background-color: #999999;	border-width: 0.5px;	border-style: solid;	width: auto;}/* 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%;	width: auto;}/* 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 a.MenuBarItemSubmenuHover{	background-image: url(SpryMenuBarDownHover.gif);	background-repeat: no-repeat;	background-position: 95% bottom;}/* 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 */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;	height: 15px;	}}