/* ######### CSS for Shade Tabs. Remove if not using ######### */
div#GalleryMain{
	float:left;
	width:880px;
	background-color:#CECAB8;
	}
.shadetabs img {
	float:left;
	width:150px;
	height:150px;
	border:0;
	margin:5px 0 0 0;
	}
div#GalleryMain h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin:5px;
	letter-spacing:1px;
	text-align:center;
	color:#8E0000;
	}
.shadetabs{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-transform:uppercase;
margin:0 0 0 40px;
}

.shadetabs li{
float:left;
width:160px;
text-align:center;
}

.shadetabs li a{
float:left;
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px;
color: #FFF;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #8E0000;
}

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

.shadetabs li a.selected{ /*selected main tab style */
font-weight:bold;
text-transform:uppercase;
color: #8E0000;
}

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

