/*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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/*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: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
#profile-menu UL.MenuBarHorizontal LI
{
	border-left: none;
	font-size: 13px;
	font-weight: 400;
}
#mmenu UL.MenuBarHorizontal LI
{
	border-left: 1px solid #221E1F;
	font-weight: 400;
}
/*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;
	position: absolute;
	left: -1000em;
	width: 13.8px;
}
UL.MenuBarHorizontal UL.MenuBarSubmenuVisible UL.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/*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;
	width: 144px;
}
/*Menu item containers are same fixed width as parent*/
UL.MenuBarHorizontal UL LI
{
	width: 144px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 3px;
	padding-top: 3px;
}
#profile-menu UL.MenuBarHorizontal UL LI
{
	font-size: 11px;
}
UL.MenuBarHorizontal UL LI:hover
{
	background-color: #E2E2E2;
}
#MenuBar1.MenuBarActive LI UL.MenuBarSubmenuVisible LI A IMG
{
	width: 133px;
	margin-left: -9px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*Submenus should appear slightly overlapping to the right (95%) and up (-5%)*/
.MenuBarHorizontal UL.MenuBarSubmenuVisible
{
	border: 2px solid #E2E2E2;
}
UL.MenuBarHorizontal UL 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.MenuBarHorizontal UL.MenuBarSubmenuVisible UL.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/*******************************************************************************

DESIGN INFORMATION: describes color scheme, borders, fonts

******************************************************************************
Submenu containers have borders on all sides*/
UL.MenuBarHorizontal UL
{
}
/*Menu items are a light gray block with padding and no text decoration*/
UL.MenuBarHorizontal A
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 1.2em;
	color: #686868;
}
#MenuBar3.MenuBarHorizontal A
{
	background-image: url(../images/nav-marker.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
}
#MenuBar3.MenuBarHorizontal LI.home A
{
	background-image: none;
	padding-right: 7px;
}
.home A IMG
{
	width: 17px;
	margin-top: 2px;
	margin-left: 10px;
	padding-right: 0px;
}
#MenuBar3.MenuBarHorizontal.MenuBarActive LI A .home
{
	background-image: none;
}
#MenuBar3.MenuBarHorizontal.MenuBarActive LI UL.MenuBarSubmenuVisible LI A
{
	background-image: none;
}
#profile-menu UL.MenuBarHorizontal A
{
	color: #727272;
}
#profile-menu UL.MenuBarHorizontal A.MenuBarItemSubmenu
{
	color: #3D3D3D;
	font-size: 13px;
}
#MenuBar4.MenuBarHorizontal LI A.MenuBarItemSubmenu STRONG
{
	color: #1B6FD7;
	font-weight: normal;
}
/*Menu items that have mouse over or focus have a blue background and white text
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
{
	color: #232323;
}
/*******************************************************************************

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.png);
	background-repeat: no-repeat;
	background-position: 94% 54%;
}
#profile-menu UL#MenuBar4.MenuBarHorizontal A.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.png);
	background-repeat: no-repeat;
	background-position: 99% 55%;
}
#MenuBar1 LI A
{
	font-size: 11.8pt;
	border-right: 1px solid #F4CF00;
	padding-right: 23px;
}
#MenuBar1 LI UL.MenuBarSubmenuVisible LI A
{
	font-size: 12px;
}
#mmenu A.MenuBarItemSubmenu
{
	color: #FFFFFF;
}
#mmenu UL.MenuBarHorizontal A
{
	padding-right: 17px;
}
UL.MenuBarSubmenuVisible LI A.MenuBarItemSubmenu STRONG
{
	color: #3D3D3D;
	font-size: 14px;
	font-weight: 400;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
/*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% 50%;
	border: none;
}
/*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.png);
	background-repeat: no-repeat;
	background-position: 94% 54%;
}
/*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;
	border: none;
}
/*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-image: none;
		left: 50px;
		top: 93px;
	}
}
UL.MenuBarHorizontal LI.MenuBarItemIE
{
	border: none;
}
