body {
	font-family:Courier New, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.navBtn, .navPane, .navPane div {
	float:left;
	position:relative;
	color:#fff;
	font-family:Courier New, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.navBtn {
	background-color:#424242;
	border:1px solid #fff;
	width:10px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	z-index:2;
}
.navPaneWrap {
	left:40px;
	position:absolute;
	z-index:1;
	height:35px;
	overflow:hidden;
	width:327px;
}
.navPane {
	height:35px;
}
.navPane div {
	padding:10px;
	background-color:#007FBD;
	border:1px solid #fff;
	text-align:center;
}
#navRight {
	left:327px;
}

.inactive {
	cursor: default;
	background-color:#BDBDBD;
	border: 1px solid #fff;
}
