@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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 130px;
	background-color: #000000;
	height: 10px;
	vertical-align: top;
	position: relative;
	top: 0px;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	background-color: #000000;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	background-color: #000000;
}
ul.MenuBarVertical  /* Menu items are a light gray block with padding and no text decoration */
a 
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 17px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	vertical-align: middle;
	height: auto;
	letter-spacing: 1pt;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-color: #FFA833;
	border-right-color: #FFA833;
	border-bottom-color: #FFA833;
	border-left-color: #FFA833;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
.MenuBar-nolink  {
	cursor: pointer;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 17px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	vertical-align: top;
	letter-spacing: 1pt;
	text-align: left;
	display: block;
	clear: left;
	height: auto;
	margin-left: 0px;
	list-style-type: disc;
}
.MenuBar-nolive {
	cursor: pointer;
	background-color: #000000;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 17px;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	vertical-align: top;
	letter-spacing: 1pt;
	text-align: left;
	display: block;
	clear: left;
	height: auto;
	margin-left: 0px;
	list-style-type: disc;
}

