
.ac_overlay {
	z-index:3;
}

#content {
	width:1920px;	
}

.navigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 1.4px;
	width: 100%;
	
}
.navigation .item{
	clear: both;
    position:absolute;
	width: 100%;
}


.neo {
   clear: both;
   position:absolute;
   width: 100%;
   top:25%;
   left:3%;
}

.composition {
   top:50%;
   left:3%;
}


.bhc {
   top:75%;
   left:3%;
}

.navigation .item a.active {
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:-30px;
    width:0;
    height:52px;
    opacity:0.1;
	z-index:5;
}

.neo h2 { background: url(../images/top/tit_neo.png) no-repeat;}

.composition h2 { background: url(../images/top/tit_cpt.png) no-repeat;}

.effectors h2 { background:url(../images/top/tit_eft.png) no-repeat;}

.wlt h2 { background:url(../images/top/tit_wlt.png) no-repeat;}

.bhc h2 { background:url(../images/top/tit_bhc.png) no-repeat;}

.item h2 {
	width: 1920px;
	height: 40px;
	position:absolute;	
	top: 3px;
	left:-5px;
	line-height:15px;
	text-indent: -9999px;
	overflow: hidden;
	background-position:center left;
	z-index:6;
}

.item h2:hover,active{
	width: 1920px;
	height: 40px;
	position:absolute;	
	top: 3px;
	left:-5px;
	line-height:15px;
	text-indent: -9999px;
	overflow: hidden;
	background-position:center left;
	z-index:6;
}

.item ul{
	position:absolute;
	left: 10%;
	width: 80%;
	height: 52px;
	display: none;
	z-index:11;
	
}

.item ul li {
    list-style:none;
	float: right;
	padding: 7px 10px 10px 10px;
	margin-left: 18px;
	
}

.item ul li a {
    font-size:14px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#FFF;
	text-shadow:1px 1px 1px #000;
}

.item ul li a:hover {
    color:#de902c;
    border-radius:5px;
  
}
