@charset "UTF-8";
ul.MenuBarVertical{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 199px;
}
ul.MenuBarActive{
	z-index: 1000;
}
ul.MenuBarVertical li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 199px;
}
ul.MenuBarVertical ul{
	margin: -5% 0px 0px 95%;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 199px;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li{
	width: 140px;
}
ul.MenuBarVertical{
	border: 0px none;
}
ul.MenuBarVertical ul{
	border: 0px none;
}
ul.MenuBarVertical a{
	display: block;
	cursor: pointer;
	/*background-color:rgb(109,88,34) */;
  background-color: rgb(245, 129, 30);
	padding: 0.5em 0.75em;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgb(255,255,255);
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus{
	background-color:rgb(150,150,150) ;
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible{
	background-color:rgb(150,150,150) ;
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemSubmenu{
	background-image: url(sprymenubarright.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarVertical a.MenuBarItemSubmenuHover{
	background-image: url(sprymenubarrighthover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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;
	}
}
