@charset "utf-8";
/* CSS Document */

#apDiv1 {
	position:absolute;
	width:684px;
	height:242px;
	z-index:1;
	left: 352px;
	top: 151px;
}
.style1 {	color: #333333;
	font-weight: bold;
}
.style2 {color: #333333}

ul#list-nav {
  margin:20px;
  padding:0;
  list-style:none;
  width:525px;
}


ul#list-nav li {
  display:inline
}

ul#list-nav li a {
 text-decoration:none;
 padding:5px 0;
 width:100px;
 background:#485e49;
 color:#eee;
 float:left;
}

ul#list-nav li a {
  text-align:center;
  border-left:1px solid #fff;
}

ul#list-nav li a:hover {
  background:#a2b3a1;
  color:#000
}

.navbg {
	background-color:#333333;
	width:100%;
}