@charset "UTF-8";
/* CSS Document */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

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

.shadetabs li a{
	text-decoration: underline;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #c06157;
	color: #6f1f0e;
	background: white url(../img/shade.gif) top left repeat-x;
	}

.shadetabs li a:visited{ color: #c66f5c; }
.shadetabs li a:hover{ color: #c66f5c; }

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../img/shadeactive.gif);
	border-bottom-color: white;
	}

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

