body {
    background-image: url(images/bg_header.png);
    background-position: center -60px;
    background-repeat: no-repeat;
    background-size: 100% 180px;
}

#headerbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 110px;
}

#headnav {
position: relative;
	width: 100%;
	float: left;
	margin-top: -80px;
	margin-bottom: 0px;
	margin: 0 auto;
	height: 30px;
	z-index: 500;
}

#headnav ul {
    margin: 0 auto;
z-index: 500;
    

}
#headnav ul li {
	width: 10.8%;
	
	padding: 0px;

	margin-left: 2px;
	float: left;
	border-top:2px solid #fff;
	text-align: center;
	list-style: none;
	z-index: 500;

}
#headnav ul li a {
	
	display: block;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color:#434da2  ;
	font-size: 10pt;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	z-index: 500;
}

#headnav ul li a:hover {
	background-color: #ABABAB;
	color: #FFFFFF;
}




@media screen and (max-width:768px){
body {
  
    background-image: url(images/bg_header.png);
    background-position: center -10px;
    background-repeat: no-repeat;
    background-size: 100% 120px;
}

#headerbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100px;
}


#headnav {
	width: 100%;
	float: left;
	margin-top: 10px;
	position: relative;
	margin: 0 auto;
	height: 130px;
	
	margin-bottom: 0px;
    z-index: 100;
}

#headnav ul li {
position: relative;
	width:47.4%;
	float: left;
	border-top:2px solid #fff;
	text-align: center;
	list-style: none;
	z-index: 100;



}
#headnav ul li a {

	display: block;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color:#434da2  ;
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
}
	
