@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
{
	margin: 0 49px 7px 0;
	padding: 0;
	list-style-type: none;
	color: #303138;
	cursor: default;
	width: auto;
	float: right;
}
* html ul.MenuBarHorizontal
{
	margin: 0 24px 6px 0;
}
/* 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;
	color: #303138;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	border-right: 2px solid #38394d;
	background-color: #38394d !important;
}
/* 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;
	color: #303138;
	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.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
	border-bottom: 2px solid #38394d;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
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
{
	border-top: 2px solid #38394d;
	border-right: 2px solid #38394d;
	border-left: 2px solid #38394d;
}

* html ul.MenuBarHorizontal ul
{
	border-right: none;
}

.top_level_a
{
	display: block;
	cursor: pointer;
	padding: 0.25em 0;
	text-align: center;
	overflow: hidden;
	background-color: #70768c;
	color: #fafcfc !important;
	text-shadow: 1px 1px 2px rgba(56, 57, 77, 0.80) !important;
	text-decoration: none !important;
	/* background-color: #6c79aa; */
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(bottom, #868a9d 0%, #696d80 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #868a9d 0%, #696d80 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #868a9d 0%, #696d80 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #868a9d), color-stop(1, #696d80));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #868a9d 0%, #696d80 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(bottom, #868a9d 0%, #696d80 100%);
	
	/* IE9 */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0OTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2OTZEODAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4NjhBOUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0OTQpIiAvPgo8L3N2Zz4=);  

	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}

.sub_level_a
{
	display: block;
	cursor: pointer;
	/* background-color: #6c79aa; */
	/* background-color: #5a687e; */
	/* background-color: #57637f; */
	/* background-color: #636b8a; */
	background-color: #70768c;
	padding: 0.25em 0.50em;
	text-align: left;
	overflow: hidden;
	color: #fafcfc !important;
	text-shadow: 1px 1px 1px #45475c;
	text-decoration: none !important;
}

.sub_level_a:hover
{
	/* background-color: #4b598a; */
	/* background-color: #798299; */
	background-color: #e6e6ed;
	color: #575a66 !important;
	text-shadow: 1px 1px 1px #fff;
}

#menu_1
{
	width: 57px;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu_2
{
	width: 110px;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu_3
{
	width: 81px;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu_4
{
	width: 103px;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu_5
{
	width: 72px;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu_6
{
	width: 156px;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu_7
{
	width: 54px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_1
{
	width: 70px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_2
{
	width: 144px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_3
{
	width: 105px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_4
{
	width: 76px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_5
{
	width: 92px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_6
{
	width: 68px;
	font: 16px Arial, Helvetica, sans-serif;
}

#admin_menu_7
{
	width: 78px;
	font: 16px Arial, Helvetica, sans-serif;
}

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

 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: #fafcfc;
	}
}
