/********** GlobalNavigation ****************************************/
#globalnavi{
 height: 50px;
 width: 950px;
 margin: 0 auto;
 padding: 0;
}

ul.MenuBarHorizontal{
 margin: 0;
 padding: 0;
 list-style: none;
}

ul.MenuBarHorizontal li{
 margin: 0;
 padding: 0;
 float: left;
 font-size: 0.75em;
 position: relative;
}

ul.MenuBarHorizontal ul{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1020;
	position: absolute;
	left: -1000em;
	top: -1000em;
	background-color: #FFFFFF;
	border: 3px solid #CCC;
	width: 200px;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{left: auto; top: auto;}

ul.MenuBarHorizontal ul ul{
 position: absolute;
 margin: -2px 0 0 100%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal li a{
 margin: 0;
 padding: 0;
 text-decoration: none;
 display: block;
 text-indent: -35000px;
 /*\*/overflow: hidden;/* */
}

ul.MenuBarHorizontal a:hover{background-position: 0 -50px;}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{
 background-position: 0 -50px;
 background-color: #dddddd;
}

ul.MenuBarHorizontal ul li{
 margin: 0;
 padding: 0;
 float: none;
 font-size: 1.0em;
 float: none;
 width: 200px;
}

ul.MenuBarHorizontal ul li a{
 margin: 0;
 padding: 5px 5px 5px 15px;
 text-decoration: none;
 display: block;
 text-indent: 0;
 color: #333333;
 background: url(../img/pointer_submenu.gif) no-repeat 0 0;
}

ul.MenuBarHorizontal ul li a:hover{background: url(../img/pointer_submenu.gif) no-repeat 0 0 #dddddd;}

ul.MenuBarHorizontal ul.rightEnd{left: 0em;}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* 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;
	}
}

.navi01{height: 50px;width: 115px;background:url(../img/globalnavi/navi011.png) no-repeat 0 0;}
.navi02{height: 50px;width: 115px;background:url(../img/globalnavi/navi02.png) no-repeat 0 0;}
.navi03{height: 50px;width: 90px;background:url(../img/globalnavi/navi03.png) no-repeat 0 0;}
.navi04{height: 50px;width: 90px;background:url(../img/globalnavi/navi04.png) no-repeat 0 0;}
.navi05{height: 50px;width: 90px;background:url(../img/globalnavi/navi05.png) no-repeat 0 0;}
.navi06{height: 50px;width: 90px;background:url(../img/globalnavi/navi06.png) no-repeat 0 0;}
.navi07{height: 50px;width: 90px;background:url(../img/globalnavi/navi07.png) no-repeat 0 0;}
.navi08{height: 50px;width: 90px;background:url(../img/globalnavi/navi08.png) no-repeat 0 0;}
.navi09{height: 50px;width: 90px;background:url(../img/globalnavi/navi09.png) no-repeat 0 0;}
.navi10{height: 50px;width: 90px;background:url(../img/globalnavi/navi10.png) no-repeat 0 0;}

.navi01_here{height: 50px;width: 115px;background:url(../img/globalnavi/navi011.png) no-repeat 0 -50px;}
.navi02_here{height: 50px;width: 115px;background:url(../img/globalnavi/navi02.png) no-repeat 0 -50px;}
.navi03_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi03.png) no-repeat 0 -50px;}
.navi04_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi04.png) no-repeat 0 -50px;}
.navi05_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi05.png) no-repeat 0 -50px;}
.navi06_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi06.png) no-repeat 0 -50px;}
.navi07_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi07.png) no-repeat 0 -50px;}
.navi08_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi08.png) no-repeat 0 -50px;}
.navi09_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi09.png) no-repeat 0 -50px;}
.navi10_here{height: 50px;width: 90px;background:url(../img/globalnavi/navi10.png) no-repeat 0 -50px;}

#rightEnd ul.MenuBarSubmenuVisible{
 left: -110px;
 top: auto;
}