#tabs {
	margin-left:25px;
	margin-right:25px;
	margin-top:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 2px;
	height: 25px;
	position:relative;
	font-weight: bold;
	background-image: url(/images/tabBackground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#tabs a {
	color: #007689;
	text-decoration: none;
}
#tabs a:hover {
	text-decoration: underline;
}
#tabs a.active {
	cursor:default;
	color: #666666;
}
#tabs a.active:hover {
	text-decoration: none;
}
#contactTab {
	position:absolute;
	left: 25px;
	bottom:-1px;
}
#directionsTab {
	position:absolute;
	right: 25px;
	bottom:-1px;
}

.tab {
	width:10em;
	background-color:#FFFF66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align:center;
}
.active {
	background-color:#FFFFFF;
	border-bottom-color: #FFFFFF;
}
.tabContent {
	padding-top:12px;
	padding-left:25px;
	padding-right:25px;

}