﻿
.shadetabs {
	font-family: Georgia;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 50px;
	list-style-type: none;
	padding: 3px 0;
}

.shadetabs li {
	display: inline;
}

.shadetabs li a {
	color: #000000;
	z-index: 1;
	text-decoration: none;
	position: relative;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #008000;
	background: url('../../web_images/shadetabs/shade.gif') repeat-x;
}

.shadetabs li a.selected {
	background: url('../../web_images/shadetabs/shade_over.gif');
	border-bottom-color: #CCFF99;
}

.shadetabs li a.selected:hover {
	text-decoration: none;
}



