@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
{
	margin: 0;
	list-style-type: none;
	cursor: default;
	float: left;
	height: 33px;
	left: auto;
	padding: 0;
	position: relative;
	top: 0px;
	min-width: 900px;
	background-repeat: repeat-x;
	z-index: 1500;
	
}


/* 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: 1500;
	height: 30px;
	border: 0;
	padding: 0;
	margin: 0;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 120px;
	float: left;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: visible;
	top: 5px;
	color: #333333;
	font-size: 12px;
	
}


/* 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) VERY IMPORTANT = OR ELSE SUBMENU WILL SHOW ON PAGE LOAD*/
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	z-index: 1600;
	cursor: default;
	width: 160px;
	float: left;
	height: 30px;
	display: block;
	left: -1000em;
	position: absolute;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item *//* left positioning set to have the first of two submenues align to the left margin but the second to be more or less centred below its parent menu item */ 
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	width: auto;
	height: auto;
	top: 30px;
	position: absolute;
	padding: 10px;
	z-index: 1600;
	float: left;
	visibility: visible;
	display: block;
	background-color: #F4F4F4;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	float: left;
	text-align: left;
	height: auto;
	padding-top: 0;
	width: 160px;
	position: relative;
	font-size: 12px;
}


/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	margin: -5% 0% 0% 95%;
	position: absolute;
}


/* 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: 0px;
	top: 0px;
}

ul.MenuBarHorizontal  li  a:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 120px;
	height: 30px;
	float: left;
}
ul.MenuBarHorizontal li a:visited {
	height: 30px;
	width: 120px;
	float: left;
	font-size: 12px;
	color: #000000;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 120px;
	color: #000000;
}




/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	height: 30px;
	width: 120px;
	position: relative;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with no background black text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #000000;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 120px;
}

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

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
{
	text-align: center;
	position: relative;
	width: 120px;
	height: 30px;
	vertical-align: 50%;
	font-size: 12px;
}
/* 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-repeat: no-repeat;
	background-position: 95% 50%;
	height: 30px;
	font: Arial;
	width: 120px;
}
/* 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-repeat: no-repeat;
	background-position: 95% 0 0 50%;
	width: 120px;
	height: 30px;

}
/* 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-repeat: no-repeat;
	background-position: 95% 0 0 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 */

li.MenuBarItemIE {
	margin: 0;
	cursor: default;




	f/loat: left;
	position: relative;
	height: 30px;
	z-index: 2000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	width: 120px;
	list-style-type: none;
	text-align: center;
	padding-bottom: 0;
	overflow:visible;
	top: 5px;
	font-size: 12px;
}


ul.MenuBarItemIE li.MenuBarItemIE
{
	margin: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 120px;
	f\loat: left;
	height: 30px;
	padding: 0;
	font-size: 12px;
	left: -1000em;
	top: 0;
	display: block;
}

ul.MenuBarItemIEHorizontal iframe
{
	position: absolute;
	z-index: 1600;
	visibility: visible;
	height: auto;
	margin-top: 25px;
}


/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
li.MenuBarItemIE ul {
/* Submenu Container*/
	margin: 0;
	padding: 0;
	cursor: default;
	f/loat: left;
	height: 30px;
	left: -1000em;
	position: absolute;
	font-size: 12px;
	width: 120px;
	display: block;
	z-index: 1600px;
}

li.MenuBarItemIE ul ul {
	/**position: relative;
	float: left;**/
	margin: 95% 0 0 50%;
	display: block;
	width: 120px;
}

li.MenuBarItemIE ul li {
	display: block;
/* Submenu container items*/

}
.MenuBarItemIESubmenuVisible li {
	left: auto;
	position: relative;
	float: left;
	padding: 10px;
	background-position: 95% 0 0 50%;
	width: 120px;
	height: 30px;
}

li.MenuBarItemIE li.MenuBarSubmenuVisible li.MenuBarSubmenuVisible
{
	background-position: 95% 0 0 50%;
	left: auto;
	top: 0;
	height: auto;
}

li.MenuBarItemIE a.MenuBarItemIEHover, li.MenuBarItemIE a.MenuBarItemIESubmenuHover, li.MenuBarItemIE a.MenuBarSubmenuItemIEVisible
/*drop menu with cursor over it*/
{
	background-position: 95% 0 0 50%;
	height: auto;
	width: 120px;
}

ul.MenuBarItemIEHorizontal a:hover, ul.MenuBarItemIE a:focus
{
	background-position: 95% 0 0 50%;
	height: 30px;
	width: 120px;
}
#container-content ul {
	color: #333333;
	font-size: 12px;
	list-style-type: none;
}

