/* ######### CSS for Shade Tabs. Remove if not using ######### */

#rightcontents #leftcontents #centercontents #villagetabs {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/artwork/slidetabs_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 100%;
}
#villagetabs  a.selected {
	background-image: url(../images/artwork/slidetabs_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.shadetabs{
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.shadetabs li{
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 28px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}

.shadetabs li a:hover{
	background-image: url(../images/artwork/slidetabs_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tabcontent{
display:none;
}

