.MenuBarVertical
{
	margin: 0;
	padding-left:2px;
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 143px;
	font-size:10pt;
}
ul.MenuBarActive
{
	z-index: 1000;
}

.MenuBarVerticalTopLevel
{
	margin: 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	width: 100%;
	background-color: #660000;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	min-height: 18px;
	margin-bottom:2px;
	padding-top:2px;
}

ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	color: white;
	display: block;
	height: 100%;
	font-size:10pt;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	color: white;
	display: block;
	height: 100%;
	font-size:10pt;
	margin:none;
}

ul.MenuBarVertical ul li
{
	margin: 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	background-color: #660000;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	min-height: 18px;
	padding-top:2px;
	padding-right:10px;
	border-top:solid 1px #DCC9AB;
	border-bottom:solid 1px #DCC9AB;
	white-space:nowrap;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus, ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	color: #DCC9AB;
	background-color: #402D1F;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible, ul.MenuBarVertical a
{
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	font-size:10pt;
}

/*******************************************************************************

 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
	{
		margin: 0;
		list-style-type: none;
		position: relative;
		cursor: pointer;
		background-color: #660000;
		color: #FFFFFF;
		font-size: 10px;
		padding-left: 10px;
		min-height: 18px;
		padding-top:2px;
		padding-right:10px;
		border-top:solid 1px #DCC9AB;
		border-bottom:solid 1px #DCC9AB;
		width: 133px;
		display: inline;
		float: left;
	}
	ul.MenuBarVertical ul li.MenuBarItemIE
	{
	    width:100%;
    }
}
