/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0px;
	margin-bottom: 0;
	font: 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width: 980px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin-left: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: underline;
	position: relative;
	z-index: 1;
	padding: 12px 8px 11px 8px;
	color: #555555;
	float: left;
	background-image: url(../images/site/kauai_cat_tab_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #0000FF;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/site/oahu_cat_tab_bg_over.gif);
	border-bottom-color: white;
	text-decoration: none;
	font-weight: bold;
	color: #707070;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	text-align: left;
	background-color: #FFFFFF;
}

@media print {
.tabcontent {
display:block !important;
}
}

@media print {
}

@media print {
}

