#navibar {
	width: auto;
	float:left;
	margin-left:38%;
	margin-top:-5px;
	height:85px;
}
#navibar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	float: left;
}
#navibar a:link {
	font-family:'exo2blackitalic';
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color:#7A6530;
	display: block;
	height:25px;
	padding:25px 15px 25px 15px;
	white-space: nowrap;
}
#navibar a:link {
	text-decoration: none;
}
#navibar a:hover {
	color: #eab81b;
	/*background-image: url(../layout/navi.jpg);
	background-repeat: repeat-x;
	background-position:0px -10px;*/
	width: auto;
	height:25px;
}

#navibar li {
	position: relative;
	float: left;
	width: auto;
	padding-top:15px;
}
