.up {
	float: left;
	width: 100%;
	background-color: rgba(23, 42, 136, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-box-shadow: 0px 0px 9px #000;
	-webkit-box-shadow: 0px 0px 9px #000;
	box-shadow: 0px 0px 9px #000;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;	
}
.txt1 {
	top: 70px;
	position: absolute;
}
.logo {
	float: left;
	height: 50px;
	width: 149px;
	margin-left: 10px;
	z-index: 999;
	position: relative;
}
.navbox {
	float: left;
	width: 60%;
	margin-left: -30%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;
	margin-top: 24px;
	text-align: center;
}
.navbox b {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.navbox b a:hover {
	color: #E9792B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9792B;
}
.livebtn {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	height: 36px;
}
