#navBar {
	background-color: #0A0363;
	height: 22px;
	width: 100%;
	text-align: right;
		}
#navBar ul{
	margin:1px 0px;
	padding: 0px;
	white-space: nowrap;
		}
#navBar li{
	list-style-type: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navBar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 4px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

#navBar a:hover {
	background-color: #BD8A44;
	}
