@charset "UTF-8";








ul.mbh
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	background-color: #8A765D;
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.mbh li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	border: thin dashed #666;
	visibility: 8;
}

ul.mbh ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}

ul.mbh ul.MenuBarSubmenuVisible
{
	left: auto;
}

ul.mbh ul li
{
	width: 8.2em;
}

ul.mbh ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	background-color: #09C;
}

ul.mbh ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}




ul.mbh ul
{
	border: 1px solid #CCC;
	background-color: #9BB7B4;
}

ul.mbh a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
ul.MenuBarHorizontal a:focus
, 

ul.mbh a:hover
{
	color: #FFF;
	background-color: #CCC;
}

ul.mbh a.MenuBarItemHover, ul.mbh a.MenuBarSubmenuVisible
, ul.mbh a.MenuBarItemSubmenuHover
{
	background-color: #CCC;
	color: #FFF;
}




ul.mbh a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.mbh ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.mbh ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}




ul.mbh iframe
{
	position: absolute;
	z-index: 1010;

	filter:alpha(opacity:0.1);
}

@media screen, projection
{
	ul.mbh li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}