/* - - - - navigation - - - - */

#home {
	width:92px;

	height: 23px;

	background:url(../images/home.jpg) no-repeat;
	
	float:left;
}

#home:hover{

	width: 92px;

	height: 147px;

	background:url(../images/home_on.jpg) no-repeat;
	
	float:left;
}

#home_selected {

	width: 92px;

	height: 147px;

	background:url(../images/home_on.jpg) no-repeat;
	
	float:left;
}

#home_selected:hover{

	width: 92px;

	height:147px;

	background:url(../images/home_on.jpg) no-repeat;
	
	float:left;
}

#destination {
	width:197px;

	height: 23px;

	background:url(../images/destination.jpg) no-repeat;
	
	float:left;
}

#destination:hover{

	width: 197px;

	height: 147px;

	background:url(../images/destination_on.jpg) no-repeat;
	
	float:left;
}

#destination_selected {

	width: 197px;

	height: 147px;

	background:url(../images/destination_on.jpg) no-repeat;
	
	float:left;
}

#destination_selected:hover{

	width: 197px;

	height:147px;

	background:url(../images/destination_on.jpg) no-repeat;
	
	float:left;
}

#contacts {
	width:108px;

	height: 23px;

	background:url(../images/contacts.jpg) no-repeat;
	
	float:left;
}

#contacts:hover{

	width: 108px;

	height: 147px;

	background:url(../images/contacts_on.jpg) no-repeat;
	
	float:left;
}

#contacts_selected {

	width: 108px;

	height: 147px;

	background:url(../images/contacts_on.jpg) no-repeat;
	
	float:left;
}

#contacts_selected:hover{

	width: 108px;

	height:147px;

	background:url(../images/contacts_on.jpg) no-repeat;
	
	float:left;
}

#maritime {
	width:130px;

	height: 23px;

	background:url(../images/maritime.jpg) no-repeat;
	
	float:left;
}

#maritime:hover{

	width: 130px;

	height: 147px;

	background:url(../images/maritime_on.jpg) no-repeat;
	
	float:left;
}

#maritime_selected {

	width: 130px;

	height: 147px;

	background:url(../images/maritime_on.jpg) no-repeat;
	
	float:left;
}

#maritime_selected:hover{

	width: 130px;

	height:147px;

	background:url(../images/maritime_on.jpg) no-repeat;
	
	float:left;
}

#business {
	width:154px;

	height: 23px;

	background:url(../images/business.jpg) no-repeat;
	
	float:left;
}

#business:hover{

	width: 154px;

	height: 147px;

	background:url(../images/business_on.jpg) no-repeat;
	
	float:left;
}

#business_selected {

	width: 154px;

	height: 147px;

	background:url(../images/business_on.jpg) no-repeat;
	
	float:left;
}

#business_selected:hover{

	width: 154px;

	height:147px;

	background:url(../images/business_on.jpg) no-repeat;
	
	float:left;
}

#funding {
	width:165px;

	height: 23px;

	background:url(../images/funding.jpg) no-repeat;
	
	float:left;
}

#funding:hover{

	width: 165px;

	height: 147px;

	background:url(../images/funding_on.jpg) no-repeat;
	
	float:left;
}

#funding_selected {

	width: 165px;

	height: 147px;

	background:url(../images/funding_on.jpg) no-repeat;
	
	float:left;
}

#funding_selected:hover{

	width: 165px;

	height:147px;

	background:url(../images/funding_on.jpg) no-repeat;
	
	float:left;
}

#harbour {
	width:112px;

	height: 23px;

	background:url(../images/harbour.jpg) no-repeat;
	
	float:left;
}

#harbour:hover{

	width: 112px;

	height: 147px;

	background:url(../images/harbour_on.jpg) no-repeat;
	
	float:left;
}

#harbour_selected {

	width: 112px;

	height: 147px;

	background:url(../images/harbour_on.jpg) no-repeat;
	
	float:left;
}

#harbour_selected:hover{

	width: 112px;

	height:147px;

	background:url(../images/harbour_on.jpg) no-repeat;
	
	float:left;
}




