@charset "UTF-8";

/* 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
{
	width: 140px;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: #0080C0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	background-color: #ECECFF;
	color: #004080;
	cursor: auto;
	padding: 0.5em 0.75em;
	border-bottom-color: #8080FF;
}
ul.MenuBarVertical /* Menu items that have mouse over or focus have a blue background and white text */
 a:hover  
{
	background-color: #000080;
	color: #FFFFFF;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	display: inline;
}
/* 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.MenuBarVertical#MenuBar3 {
	width: 450px;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	font-size: 10pt;
}
ul.MenuBarVertical#MenuBar3 li {
	display: inline;
}
ul.MenuBarVertical#MenuBar3 a:hover {
	background-color: #000080;
	color: #FFFFFF;
	font-size: 10pt;
}
ul.MenuBarVertical#MenuBar3 a {
	display: block;
	background-color: #ECECFF;
	color: #004080;
	cursor: auto;
	padding: 0.5em 0.75em;
	border-bottom-color: #8080FF;
}

