/* ######### CSS for Shade Tabs. Remove if not using ######### */
.boxtabs{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
clear:both;
height:32px;
border-bottom:1px solid #724f40;
margin:0px 0px 15px 0px;
}

.boxtabs ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.boxtabs li{
display: inline;
margin: 0;
}

.boxtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 7px 0px 7px;
height:20px;
margin-right:1px;
color:#fff;
background-color:#bf905c;
display:block;
float:left;
top: 5px;
cursor: pointer;
}

.boxtabs li a:visited{
color:#fff;
}

.boxtabs li a:hover{
text-decoration: underline;
color:#fff;
}

.boxtabs li a.selected{ /*selected main tab style */
	color:#fff;
	top: 2px;
	height:22px;
	padding: 8px 7px 0px 7px;
	cursor: pointer;
}

.boxtabs li a.selected{ /*selected main tab style */
background:#724f40;
}

.boxtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
