@charset "utf-8";
#navCol  ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#navCol  li {
	white-space: nowrap;
}
#navCol  a {
	text-align: left;
	display: block;
	height: 22px;
	width: 100px;
	padding-top: 3px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navCol a:link, #navCol a:visited {
	color: #482506;
	text-decoration: none;
	background: url(images/menuBgd.gif) no-repeat top;
}


#navCol a:hover, #navCol a:active {
	text-decoration: none;
	color: #1fa0e4;
	background: url(images/menuBgd.gif) no-repeat bottom;
}
body#current a#menu-current,
body#home a#menu-home,
body#whale a#menu-whale,
body#dolphin a#menu-dolphin,
body#vessel a#menu-vessel,
body#gallery a#menu-gallery,
body#faqs a#menu-faqs,
body#bus a#menu-bus,
body#bookings a#menu-bookings,
body#links a#menu-links,
body#blog a#menu-blog {
	color:#b4051e;
}
