#frontbar {
	position: relative;
	height: 70px;
	margin: 0px;
}
#frontCornerR {
	position: absolute;
	right: 0px;
}
#frontCornerL {
	position: absolute;
	left: 0px;
}
#frontLogoArea1 {
	position: absolute;
	left: 10px;
	top: 0px;
	text-align: left;
}
#frontLogoArea2 {
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: right;
}
#frontSpeechTitle {
	position: absolute;
	left: 250px;
	top:25px;
	font-family: arial, verdana, helvetica;
	font-size:16px;
	font-weight:bold;
	right: 140px;
	color: #DDDDDD;
}
#frontSpeechTitle2 {
	position: absolute;
	left: 250px;
	top:10px;
	font-family: arial, verdana, helvetica;
	font-size:14px;
	font-weight:normal;
	color: #f2ab01;
}

#frontBarNav {
	position: absolute;
	height: 21px;
	left: 252px;
	top: 48px;
	right: 0px;
	width: 677px;
}
.navBtn {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 3px;
	cursor: pointer;
	margin-right: 10px;
}
.navBtnR {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 3px;
	cursor: pointer;
	margin-right: 10px;
}
.navBtnOn {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 3px;
	cursor: pointer;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../_img/frontbar/navBtnOnBg.gif);
	background-repeat: repeat-x;
}

