@charset "UTF-8";
.header_wrapper {
	background-image: url(../images/home/header_bg_slice.png);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 999;
	top: 0px;
	text-align:center;
}
.header_container {
	position:relative;
	width:1024px;
	height:200px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	margin: 0px;
	padding: 0px;
	height: 200px;
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 200px;
	text-indent: -5000px;
	background-image: url(../images/home/nav2016.png);
	background-repeat: no-repeat;
}
#navbar #about {
	background-position: 0px 0px;
	width: 135px;
	height:80px;
}
#navbar #about:hover {
	background-position: 0px -200px;
}

#navbar #pricelist {
	background-position: -135px 0px;
	width: 285px;
	height:80px;
}
#navbar #pricelist:hover {
	background-position: -135px -200px;

}
#navbar #logo {
	background-position: -420px 0px;
	width: 182px;
	height:200px;
}
#navbar #logo:hover {
	background-position: -420px -200px;
}

#navbar #golfball {
	background-position: -605px 0px;
	width: 265px;
	height:80px;
}
#navbar #golfball:hover {
	background-position: -605px -200px;
}
#navbar #contact  {
	background-position: -870px 0px;
	width: 154px;
	height: 80px;
}
#navbar #contact:hover {
	background-position: -870px -200px;
}
