
body {
    background-image: url(img/ha-8.png);
    background-position: center -10px;
    background-size: 100% 150px;
    background-repeat: no-repeat;
}

#headerbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 105px;
}

#headnav {
position: relative;
	width: 100%;
	float: left;
	margin-top: -80px;
	margin-bottom: 0px;
	margin: 0 auto;
	height: 40px;
	z-index: 500;
}

#headnav ul {
    margin: 0 auto;
z-index: 500;
    

}
#headnav ul li {
	width: 16.2%;
	
	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:#3cb371  ;
	font-size: 12pt;
	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(img/ha-8.png);
    background-position: center -8px;
    background-size: contain;
    background-repeat: no-repeat;
}


#headerbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 105px;
}


#headnav {
	width: 100%;
	float: left;
	margin-top: 10px;
	position: relative;
	margin: 0 auto;
	height: 60px;
	
	margin-bottom: 20px;
    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:#3cb371  ;
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
}
	
