#nav {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:auto;
	min-height:140px;
	
	font-family:'Arial';
	font-size:11px;
	letter-spacing:-0.02em;

	text-decoration:none;
	color:#44C8F5;
	z-index:100;
	
	background: url('../images/top_gradient.jpg') center top no-repeat;
	
}

#navbuttons {
	text-transform:capitalize;
}

#nav a, #nav a:visited, #nav a:active, #nav a:hover {
	text-decoration:none;
	border:none;
}

#navback {
	position:relative;
	top:0px;
	left:0px;
	height:140px;
	width:900px;
	text-align:center;
}

.navbutton {
	float: left;
	position: relative;
	display:block;
	width: auto;
	padding: 2px;
	top:-56px;
	left:18px;
	text-align:center;
}

.navbutton a, .navbutton a:visited, .navbutton a:active {
	text-decoration:none;
	color:#44C8F5;
	border:none;
}

.navbutton a:hover{
	color:#0A55A3;
	border:none;	
}

.navseperator {
	float:left;
	position:relative;
	display:block;	
	width:6px;
	padding:0 2px 0 2px;
	top:-54px;
	left:18px;
	text-align:center;
	color:#44C8F5;
}
