.shadetabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin: 0px;
	padding: 0px;
}
.shadetabs li {
	display: inline;
	margin: 0px;
	padding: 0 0 0 10px;
}
.shadetabs li a {
	line-height: 16px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #333;
	padding: 2px;
	border: 1px solid #F9CAC4;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #F00;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 0px;
}
.shadetabs li a.selected { /*selected main tab style */
	border-top-width: 2px;
	border-top-color: #CF1700;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FDE7E9;
	border-bottom-color: #FDE7E9;
	border-left-color: #FDE7E9;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}