@charset "UTF-8";

/* SpryMenuBarMain.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.MenuBarMain
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarMain li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 12px "Arial, Helvetica, sans-serif";
	color: white;
	text-decoration: none;
	font-size: 100%;
	position: relative;
	width: 81px;
	float: left;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarMain ul
{
}

/* Menu items are a light gray block with padding and no text decoration */
.MenuBarMain a
{
	display: block;
	cursor: pointer;
	background: transparent url(/images/styles/menu-buttons.gif) no-repeat 0px 0px;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	width: 80px;
	height: 24px;
	overflow: hidden;
	font-size: 10px;
}
/*** IE6 hack *** Below style is used for IE6 to cause links to appear in correct format. Once IE6 is no longer supported, this style can be removed. */
#MenuBar1 a {
	display: block;
	cursor: pointer;
	background: transparent url(/images/styles/menu-buttons.gif) no-repeat 0px 0px;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	width: 80px;
	height: 24px;
	overflow: hidden;
	font-size: 10px;
}
.MenuBarMain a.selected {
	background-position: 0px -48px !important; 
	color: #311C6B !important;
}
#MenuBar1 a.selected {
	background-position: 0px -48px !important; 
	color: #311C6B !important;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarMain a:hover, ul.MenuBarMain a:focus
{
	background-position: 0px -24px;
	color: #FFF;
}
/*** IE6 hack *** Below style is used for IE6 to cause links to appear in correct format. Once IE6 is no longer supported, this style can be removed. */
#MenuBar1 a:hover, #MenuBar1 a:focus
{
	background-position: 0px -24px;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarMain a.MenuBarItemHover, ul.MenuBarMain a.MenuBarItemSubmenuHover, ul.MenuBarMain a.MenuBarSubmenuVisible
{
	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.MenuBarMain 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.MenuBarMain li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}
