@charset "UTF-8";
#heading         /* Menu item Heading which has no link */
 {
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 190px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	letter-spacing: 0.13em;
	color: #FFFF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.7em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6699FF;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	line-height: 0.9em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#a{
	padding-top: 1px;
	font-weight: normal;
	margin-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 16px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	height: auto;
	width: auto;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
#MenuBar1 {
	top: 77px;
	z-index: 1000;
	overflow: hidden;
	position:absolute;
	left:0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 100%;
	list-style-type: none;
	margin-left: -13px;
}

/* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 100%;
	margin-left: -2;
}
#MenuBar1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
#MenuBar1 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
	width: 100%;
	background-image: url(../graphics/banner/navBgShadow.gif);
	background-position: 13px;
}
ul.MenuBarVertical  /* Menu items are a light gray block with padding and no text decoration */
a 
{
	display: block;
	cursor: pointer;
	color: #990000;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	line-height: 112%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: auto;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}


/* 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: 10000;
}
ul.MenuBarVertical  /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul 
{
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1000;
	cursor: default;
	left: -1000em;
	top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	margin-top: 1px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 5px;
}
ul.MenuBarVertical /* Menu items that have mouse over or focus have a blue background and white text */
 li a:hover,ul.MenuBarVertical  a:focus
{
	color: #FFFFFF;
	background-image: url(../graphics/banner/navBgOver.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: -1px;
	margin-bottom: -1px;
}
ul.MenuBarVertical  /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
a.MenuBarItemHover,ul.MenuBarVertical  a.MenuBarItemSubmenuHover,ul.MenuBarVertical  a.MenuBarSubmenuVisible 
{
	color: #990000;
}

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

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-repeat: repeat;
	font-family:;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: 18px;
}
/* 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 90% 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
#MenuBar1  li  a.button {
	background-color: #FF0000;
	width: 180px;
}
#curveNav {
	background-image: url(../graphics/backgrounds/bgNav.gif);
	background-repeat: repeat;
}
