.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin: 0px;
}

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

.shadetabs li a{
	text-decoration: none;
	position: static;
	z-index: 0;
	padding: 4px 10px;
	margin-right: 0px;
	color: #8d8d8d;


}

.shadetabs li a:visited{
	color: #8d8d8d;
	text-transform: uppercase;
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: none;
	position: static;
	z-index: 0;
	padding: 4px 10px;
	margin-right: 0px;
	color: #342606;
	
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	color: #342606;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c8bca2;
	border-right-color: #c8bca2;
	border-bottom-color: #c8bca2;
	border-left-color: #c8bca2;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #342606;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c8bca2;
	border-right-color: #c8bca2;
	border-bottom-color: #c8bca2;
	border-left-color: #c8bca2;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.scrol
{
scrollbar-face-color:#C0C0C0;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#D4D4D4;
scrollbar-darkshadow-color:#A5A5A5;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFDFF;
scrollbar-track-color:#E0E0E0;
}
