@charset "utf-8";
#home {
	width: 168px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#navbutton {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#contact {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 86px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}


div.button {
	width:auto;
	top:0px;
	left: 0px;
	height: 30px;
}
div.button a  {
	display:block;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
}

div.button a:link {
	color: #FFFFFF;
	text-decoration:none;
}
div.button a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbar_bghov.png);
}
div.button a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
