a:active, a:focus {
	outline: 0;
}
#logoButton{
	display:block;
	height:205px;
	width:278px;
}
#home{
	display:block;
	background-image:url(../images/navigation/home.png);
	background-repeat:no-repeat;
	height:106px;
	width:114px;
	float:left;
}
#home:hover{
	background-position:right;
}
#company{
	display:block;
	background-image:url(../images/navigation/company.png);
	background-repeat:no-repeat;
	height:106px;
	width:116px;
	float:left;
}
#company:hover{
	background-position:right;
}
#news{
	display:block;
	background-image:url(../images/navigation/news.png);
	background-repeat:no-repeat;
	height:106px;
	width:116px;
	float:left;
}
#news:hover{
	background-position:right;
}
#gallery{
	display:block;
	background-image:url(../images/navigation/gallery.png);
	background-repeat:no-repeat;
	height:106px;
	width:116px;
	float:left;
}
#gallery:hover{
	background-position:right;
}
#contact{
	display:block;
	background-image:url(../images/navigation/contact.png);
	background-repeat:no-repeat;
	height:106px;
	width:115px;
	float:left;
}
#contact:hover{
	background-position:right;
}

/*** Slide Navigation ***/

/*****Dutch Trig Navigational styles ****/

.dutchNav ul {
	margin:0px;
	padding:0px;
	
}
.dutchNav ul li{
	display:inline;
	list-style:none;
	margin-left:60px;
	overflow:hidden;
	float:left;
	
}
.dutchNav ul li a:hover {
	background-position:bottom;
	
}

.dutch-cities {
	width:207px;
	height:97px;
	background-image:url(../images/cities.jpg);
	display:block;
}
.dutch-arborists {
	width:207px;
	height:97px;
	background-image:url(../images/arborists.jpg);
	display:block;
}
.dutch-private {
	width:207px;
	height:97px;
	background-image:url(../images/private.jpg);
	display:block;
}
	
/*****Footer Navigational styles ****/

.footer ul, li, p{
	margin:0px;
	padding:0px;
}
.footer ul li{
	display:inline;
	list-style:none;
	color:#000;
	margin-right:10px;
}
.footer ul li a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	font-size:10px;
}
.footer ul li a:hover{
	text-decoration:underline;
}

