@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

ul.MenuBarVertical{ margin: 10px; padding: 0; list-style-type: none; font-size: 100%; cursor: default; width: 194px; }
ul.MenuBarActive{ z-index: 1000; }
ul.MenuBarVertical li{ margin: 0; margin-bottom:4px; padding: 0; list-style-type: none; font-size: 100%; position: relative; text-align: left; cursor: pointer; width: 194px; border:1px solid #cead7a; }
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: 194px; left: -1000em; top: 0; }
ul.MenuBarVertical ul.MenuBarSubmenuVisible{ left: 0; }
ul.MenuBarVertical ul li{ width: 194px; margin-bottom:0px; border:none; border-bottom:1px solid #cead7a; }
ul.MenuBarVertical ul{ border: 1px solid #cead7a; border-bottom:none; }
ul.MenuBarVertical a{ display: block; cursor: pointer; background: #081a42; padding: 4px 8px; color: #fff; text-decoration: none; }
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus{ background: #fcebd1; color: #081a42; }
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible{ background: #fcebd1; color: #081a42; }
/* 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 */
@media screen, projection{ ul.MenuBarVertical li.MenuBarItemIE { display: inline; f\loat: left; background: #FFF; } }

