#tabs {
	float: left;
	height: 38px;
	width: 100%
}
#tab_home a {
	background: url(../images/menu_home.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 61px;
	margin-top: 10px;
}
#tab_home a:hover {
	background: url(../images/menu_home.gif) no-repeat bottom;
}
#tab_home_selected {
	background: url(../images/menu_home.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 61px;
	margin-top: 10px;
}
#tab_welcome a {
	background: url(../images/menu_welcome.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 88px;
	margin-top: 10px;
}
#tab_welcome a:hover {
	background: url(../images/menu_welcome.gif) no-repeat bottom;
}
#tab_welcome_selected {
	background: url(../images/menu_welcome.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 88px;
	margin-top: 10px;
}
#tab_about_us a {
	background: url(../images/menu_about_us.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 86px;
	margin-top: 10px;
}
#tab_about_us a:hover {
	background: url(../images/menu_about_us.gif) no-repeat bottom;
}
#tab_about_us_selected {
	background: url(../images/menu_about_us.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 86px;
	margin-top: 10px;
}
#tab_our_boats a {
	background: url(../images/menu_our_boats.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 94px;
	margin-top: 10px;
}
#tab_our_boats a:hover {
	background: url(../images/menu_our_boats.gif) no-repeat bottom;
}
#tab_our_boats_selected {
	background: url(../images/menu_our_boats.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 94px;
	margin-top: 10px;
}
#tab_faqs a {
	background: url(../images/menu_faqs.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 50px;
	margin-top: 10px;
}
#tab_faqs a:hover {
	background: url(../images/menu_faqs.gif) no-repeat bottom;
}
#tab_faqs_selected {
	background: url(../images/menu_faqs.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 50px;
	margin-top: 10px;
}
#tab_maps a {
	background: url(../images/menu_maps.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 60px;
	margin-top: 10px;
}
#tab_maps a:hover {
	background: url(../images/menu_maps.gif) no-repeat bottom;
}
#tab_maps_selected {
	background: url(../images/menu_maps.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 60px;
	margin-top: 10px;
}
#tab_contact_us a {
	background: url(../images/menu_contact_us.gif) no-repeat top;
	display: block;
	float: left;
	height: 28px;
	width: 100px;
	margin-top: 10px;
}
#tab_contact_us a:hover {
	background: url(../images/menu_contact_us.gif) no-repeat bottom;
}
#tab_contact_us_selected {
	background: url(../images/menu_contact_us.gif) no-repeat bottom;
	float: left;
	height: 28px;
	width: 100px;
	margin-top: 10px;
}
#tab_shadow {
	background: url(../images/menu_shadow.gif) no-repeat;
	float: left;
	height: 28px;
	width: 4px
}

/* added :: september 13, 2011 */

#tab_davao a {
	background: url(../images/menu_davao.gif) no-repeat top;
	display: block;
	float: left;
	height: 38px;
	width: 93px
}
#tab_davao a:hover {
	background-position: bottom;
}
#tab_davao_selected {
	background: url(../images/menu_davao.gif) no-repeat bottom;
	float: left;
	height: 38px;
	width: 93px
}

