@charset "utf-8";
/* CSS Document */

#apDiv1 {
	position:absolute;
	width:100%;
	height:29px;
	z-index:1;
	left: 0px;
	top: 94px;
	background-color: #9EB1D2;
}

.navioben {
	margin:0 auto;
	width:60%;
	text-align: center;
}
.navioben a:link {
	text-decoration: none;
	color: #300;
	padding: 10px 15px;
}
.navioben a:visited {
	text-decoration: none;
	color: #300;
}
.navioben a:hover {
	text-decoration: none;
	color: #F90;
}
.navioben a:active {
	text-decoration: none;
	color: #F90;
}
.navioben a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663;
}
.navioben ul {
	margin:0 auto;
}
.navioben li {
	list-style:none;
	float:left;
}