﻿#navBar {
	color: #fff;
	width: 800px;
	height: 36px;
	margin: 10px 0 0 0;
	border: 0;
	line-height: 36px;
	text-align: right;
}

#navBar ul {
	list-style: none;
	margin:0;
	padding:0;
}

#navBar li {
	margin: 0;
	display: inline;
	padding: 0;
}

#navBar a {
	font-size: 12px;
	font-weight: bold;
	color: #ebebeb;
	padding: 0 10px;
	text-decoration: none;	
	border-right: 2px #fff solid;	
}

#navBar a.lastLink {
	font-size: 12px;
	font-weight: bold;
	color: #ebebeb;
	padding: 0 0 0 10px;
	text-decoration: none;	
	border-right: none
}

#navBar a:hover {
	text-decoration: underline;	
}
