@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4. Refer to original CSS for full commenting. */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 178px;
}
ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 178px;
}

ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 150px;
	left: -1000em;
	top: 0;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

ul.MenuBarVertical ul li
{
	width: 150px;
}

ul.MenuBarVertical ul
{
	border: thin solid #006699;
}

ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #6699CC;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus 
{
    background-color: #0066CC;
}

ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 5% 38%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #402C00;
	background-color: #C7C78D;
	text-transform: uppercase;
	padding-left: 25px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #999966;
	padding-top: 10px;
}
ul.MenuBarVertical, a.MenuBarItemSubmenuHover, ul.MenuBarVertical a:hover
{
	background-repeat: no-repeat;
	background-position: 5% 38%;
	color: #FFFFFF;
}

/* HACK FOR IE/DO NOT EDIT: 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/DO NOT EDIT: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFFFFF;
	}
}
