#tabs {
	float: left;
	height: 32px;
	width: 100%
}
#tab_home a {
	background: url(../images/tab_home.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 65px
}
#tab_home a:hover {
	background: url(../images/tab_home.gif) no-repeat bottom;
}
#tab_home_selected {
	background: url(../images/tab_home.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 65px
}
#tab_welcome a {
	background: url(../images/tab_welcome.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 97px
}
#tab_welcome a:hover {
	background: url(../images/tab_welcome.gif) no-repeat bottom;
}
#tab_welcome_selected {
	background: url(../images/tab_welcome.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 97px
}
#tab_about_us a {
	background: url(../images/tab_about_us.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 94px
}
#tab_about_us a:hover {
	background: url(../images/tab_about_us.gif) no-repeat bottom;
}
#tab_about_us_selected {
	background: url(../images/tab_about_us.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 94px
}
#tab_our_boats a {
	background: url(../images/tab_our_boats.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 102px
}
#tab_our_boats a:hover {
	background: url(../images/tab_our_boats.gif) no-repeat bottom;
}
#tab_our_boats_selected {
	background: url(../images/tab_our_boats.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 102px
}
#tab_faqs a {
	background: url(../images/tab_faqs.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 54px
}
#tab_faqs a:hover {
	background: url(../images/tab_faqs.gif) no-repeat bottom;
}
#tab_faqs_selected {
	background: url(../images/tab_faqs.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 54px
}
#tab_maps a {
	background: url(../images/tab_maps.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 63px
}
#tab_maps a:hover {
	background: url(../images/tab_maps.gif) no-repeat bottom;
}
#tab_maps_selected {
	background: url(../images/tab_maps.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 63px
}
#tab_contact_us a {
	background: url(../images/tab_contact_us.gif) no-repeat top;
	display: block;
	float: left;
	height: 32px;
	width: 109px
}
#tab_contact_us a:hover {
	background: url(../images/tab_contact_us.gif) no-repeat bottom;
}
#tab_contact_us_selected {
	background: url(../images/tab_contact_us.gif) no-repeat bottom;
	float: left;
	height: 32px;
	width: 109px
}
#tab_shadow {
	background: url(../images/tab_shadow.gif) no-repeat;
	float: left;
	height: 32px;
	width: 4px
}