@charset "utf-8";
/*Level 1*/
#header ul.MenuBarHorizontal{
	margin: 0 0 30px;
	padding: 1px 0 0;
	height:34px;
	clear: both;
	font: 14px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	z-index: 1000;
	white-space: nowrap;
	border-left: 1px solid #B6B6B6;
	float:left;
	width:910px;
}
#header ul.MenuBarHorizontal li{
	margin: 0;
	padding:0;
	background:none;
	list-style-type: none;
	position: relative;
	float: left;
	border-right: 1px solid #B6B6B6;
}
#header ul.MenuBarHorizontal a{
	text-decoration: none;
	color: #666;
	display: block;
	padding: 0 20px;
	line-height: 34px;
	border-left: 1px solid #FFF;
}
#header ul.MenuBarHorizontal a.MenuBarItemHover,
#header ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
#header ul.MenuBarHorizontal a.MenuBarSubmenuVisible,
#header ul.MenuBarHorizontal a.current{
	background: url(/images/tab-bg.jpg) repeat-x #FFF;
	border:#FFF solid 3px;
	border-top:#FFF solid 2px;
	border-bottom:#FFF solid 2px;
	color:#333;
	line-height: 30px;
	height: 31px;
	padding: 0 17px 0 18px;
}
/*Level 2*/
#header ul.MenuBarHorizontal ul{
	padding: 6px;
	margin:0 0 0 -1px;
	font-size: 12px;
	font-weight: bold;
	z-index: 1020;
	position: absolute;
	left: -1000em;
	min-width:200px;
	background: #FFF;
	text-transform: none;
	border: 1px solid #B6B6B6;
	border-top:none;
}
#header ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{left: auto;}
#header ul.MenuBarHorizontal ul li{
	float: none;
	border:none;
	border-top: 1px solid #D7D7D7;
}
#header ul.MenuBarHorizontal ul a{
	line-height: 32px !important;
	height: 32px !important;
	border:none !important;
	padding: 0 16px 0 8px !important;
	color: #999 !important;
}
#header ul.MenuBarHorizontal ul a:hover,
#header ul.MenuBarHorizontal ul li a.MenuBarItemHover{
	background: #EEE;
}

/*******************************************************************************

 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 */
#header ul.MenuBarHorizontal iframe{
	position: absolute;
	z-index: 1010;
	border: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
{
#header ul.MenuBarHorizontal li.MenuBarItemIE{
	display: inline;
	white-space: nowrap;
}
}
