#GlobalNavPanel {
	width:80.5%;
	position:relative;
	background:#007C91;
	color:#fff;
	font-weight:bold;
	top:10px;
	float:right;
	height:40px;
	border-radius:5px;
	-moz-border-radius:8px
}
ul.MenuBarHorizontal {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:85%;
	cursor:default;
	width:auto
}
ul.MenuBarHorizontal li {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	text-align:center;
	cursor:pointer;
	width:8.5em;
	height:39px;
	float:right;
	border-left:2px solid #fff
}
ul.MenuBarHorizontal li.last {
	border-right:0
}
ul.MenuBarHorizontal li a {
	color:#FFF;
	text-decoration:none;
	line-height:40px;
	display:block;
	cursor:pointer
}
ul.MenuBarHorizontal li a:hover {
	color:#333
}
