@charset "UTF-8"; 


/* The outermost container of the Menu Bar */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	background-image: url(../images/topnav-tab-lt.jpg);
	background-repeat: no-repeat;
	width: auto;
	float: left;
	height: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 4px;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 160px;
	position: absolute;
	left: -1000em;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}


ul.MenuBarHorizontal .last .MenuBarSubmenuVisible
{
	right: auto;
	margin-left: -122px;
}

*:lang(en) ul.MenuBarHorizontal .last .MenuBarSubmenuVisible
{
	right: 0 !important;
}


/* Menu item containers  */
ul.MenuBarHorizontal ul li
{
	background-image:none;
	width: 160px;
	padding: 0px;
	margin: 0px;
	height: auto;
}

ul.MenuBarHorizontal ul li a
{
	background-image:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2169a7;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.MenuBarHoriziontal ul li a:hover {
	color: #f6a025;
	background-color: #104b7c;
	text-decoration: none;
}


/* Submenus  */
ul.MenuBarHorizontalrep20110426 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0% 0 0 98%;
	padding:0; 
}



/* Submenu that is showing with class designation MenuBarSubmenuVisible */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}


/* Submenu containers  */
ul.MenuBarHorizontal ul
{
	border: 1px solid #3282c2;
	background-color: #1a5f9b;
	clear: both;
}

/* Menu items  */
ul.MenuBarHorizontal  a 
{
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/topnav-tab-rt-alt.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 11px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
a#last {
	background-image: url(../images/topnav-tab-rt-last.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}

ul.MenuBarHorizontal a span {
	display: block;
}


/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus
{
	color: #f6a025;
	background-color: #104b7c;
}

/* Menu items that are open with submenus  */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #f6a025;
	text-decoration: none;
}

/* HACK FOR IE: to make sure the sub menus show above form controls */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
