.navbar {
	color: #CCCCCC;
	height: 50px;
	background-color: #CCCCCC;
	padding-right: 45px;
	padding-left: 45px;
}
.navcontainer {
	width: 100%;
	background-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: both;
	height: 56px;
	font-size: 1em;
}

.navabout {
	background-color: #333333;


	width: 95.%;
	padding-top: 18px;
	padding-bottom: 18px;
	text-transform: uppercase;
	height: 20px;
	float: left;
}
.navaboutl {
	float: left;
	height: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #333333;
	clear: left;
	padding-left: 52px;
	text-transform: uppercase;
}
.navaboutr {
	float: right;
	height: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #333333;
	text-transform: uppercase;
	padding-right: 51px;
	text-align: right;
	
}
.navspacer {
	width: 48px;
	float: left;
	color: #333333;
	background-color: #333333;
	height: 10px;}

.navbox {
	float: left;
	height: 30px;
	width: 100px;
}
