/*--------------------NAVIGATION MENU---------------------------------*/
#nav{
	height:52px;
	width:698px;
	}
#nav div{
	height:52px;
	position:relative;
	background-repeat:no-repeat;
	white-space:nowrap;
	display:inline;
	float: left;
	}
#nav a{
	float:left;

	text-decoration:none;
	display:block;
	}
#nav img{
	height:52px;
	}
#nav div.home img{
	width:97px;
	background:url('images/home.jpg') no-repeat;
	}
#nav div.home{
	width:97px;
	background:url('images/home_.jpg') no-repeat;
	}
#nav div.aboutUs img{
	width:70px;
	background:url('images/about.jpg') no-repeat;
	}
#nav div.aboutUs{
	width:70px;
	background:url('images/about_.jpg') no-repeat;
	}
#nav div.services img{
	width:80px;
	background:url('images/services.jpg') no-repeat;
	}
#nav div.services{
	width:80px;
	background:url('images/services_.jpg') no-repeat;
	}

#nav div.contactUs img{
	width:72px;
	background:url('images/contact.jpg') no-repeat;
	}
#nav div.contactUs{
	width:72px;
	background:url('images/contact_.jpg') no-repeat;
	}

#nav div.middle{
	width:296px;
	background:url('images/nav_bar_midle.jpg') no-repeat;
	}

#nav div.blog{
	width:83px;
	background:url('images/boatingblog.jpg') no-repeat;
	}



#nav div.homeActive{
	width:97px;
	background:url('images/home_.jpg') no-repeat;
	}
#nav div.aboutUsActive{
	width:70px;
	background:url('images/about_.jpg') no-repeat;
	}
#nav div.servicesActive{
	width:80px;
	background:url('images/services_.jpg') no-repeat;
	}
#nav div.contactUsActive{
	width:72px;
	background:url('images/contact_.jpg') no-repeat;
	}



#nav a:hover{
	visibility:visible;
	}
#nav a:hover img{
	visibility:hidden;
	}

