@charset "UTF-8";
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: auto;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	width: 139px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8B72D;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 200px;
	border: 1px solid #fff;
	filter: alpha(opacity=95);
	-webkit-opacity:0.95;
	background-color: #95101D;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul.MenuBarHorizontal ul li
{
	width: 200px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
ul.MenuBarHorizontal ul > li:first-child
{
	border-top-style:none;
	border-bottom-width: 0px;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0;
	color: #95101D;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/bg_nav.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center;
}
.a a.a,.b a.b,.c a.c,.d a.d,.e a.e,.f a.f,.g a.g {
	background-image: url(../images/bg_nav_f3.gif);
	color:#FFFFFF;
}

ul.MenuBarHorizontal ul a
{
	padding: 0 0 0 0.75em;
	text-align: left;
	background-image: url(none);
	background-color: #95101D;
	color: #FFFFFF;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #E8B72D;
	background-image: url(../images/bg_nav_f2.gif);
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	color: #E8B72D;
	background-image: url(../images/bg_nav_f2.gif);
}
ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #ff00ff;
	background-image: url(../images/bg_nav_f2.gif);
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*	cursor:default;*/
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #700018;
	background-image: url(none);
	color: #FFFFFF;
}

/*******************************************************************************

 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.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	display:none;
}
/* 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.imageLoader1 {
background: url(../images/bg_nav_f2.gif);
visibility: hidden;
}
.imageLoader2 {
background: url(../images/bg_rhbutton_f2.gif);
visibility: hidden;
}

