@charset "UTF-8";
/* CSS Document */
#submenu2 {
	position:absolute;
	left:156px;
	top:468px;
	z-index:9;
	visibility: hidden;
	}
	#submenu3 {
	position:absolute;
	left:156px;
	top:492px;
	z-index:9;
	visibility: hidden;
	}
	ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 96px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

	cursor: default;
	width: 8em;
	margin-top: 10px;
	margin-left: 10px;
}
ul.MenuBarVertical li
{
	height: 24px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
}
