@charset "UTF-8";

/* SpryMenuBarVertical.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*********/

ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 200px;
	}

ul.MenuBarActive {
	z-index: 1000;
	}

ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 200px;
	}

ul.MenuBarVertical li li {
	text-align: left;
	}

ul.MenuBarVertical ul {
	margin: 0 0 0 200px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 200px;
	left: -1000em;
	top: 0;
	}

ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
	}

ul.MenuBarVertical ul li {
	width: 200px;
	}

/*DESIGN INFORMATION: describes color scheme, borders, fonts*/

ul.MenuBarVertical {}


ul.MenuBarVertical ul {
	border: 1px solid #46473d; margin-top: 0; padding-top: -5px;
	}

ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	padding: 2px 12px;
	color: #02436D;
	text-decoration: none;
	font-weight: bold;
 	}

ul.MenuBarVertical li li a  {
	background-color: #E6EAC9;
	color: #46473d;
	}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	background-color: #02436D;
	color: #FFF;
	}

ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #02436D;
	color: #FFF;
	}

/***********************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;
	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.MenuBarVertical li.MenuBarItemIE {
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
		}
	
		ul.MenuBarVertical li li.MenuBarItemIE {
		background: #E6EAC9;
		}

		ul.MenuBarVertical li li.MenuBarItemIE a {
			margin-top: -1px;
			}

}
