.scrollable ul.navbar {
  white-space: nowrap;
  width: 125%;
}

ul.navbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
	clear: both;
	font-size: .8em;	   
}

ul.navbar li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

ul.navbar a {
	text-decoration: none;
	color: #acb99f;
	display: block;
	float: left;
	margin: 1px;	
}

ul.number-navbar {
	height: 30px;	
}

ul.number-navbar a {
	width: 22px;
	text-align: left;	
}

ul.text-navbar a {
	text-align: right;
	margin-left: 15px;
	font-family: "verdana";
	font-weight: bold;  	
}

ul.navbar a:hover {
	color: #fff;
}
ul.navbar a.active {
	color: #948224;
  font-weight: bold;
}