.shadetabs{
	margin-top: -1px;
	margin-bottom: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.shadetabs li{
	display: inline;
	margin: 0;
	top: -1px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	float: left;
	width: 115px;
	line-height: 40px;
	height: 53px;
	text-align: center;
	z-index: 1;
	color: #fff;
	background: url(../images/inactive_btn.gif) no-repeat;
}

.shadetabs li a:hover{
	color: #fff;
}

.shadetabs li a.selected{
	top: -1px;
	text-decoration: none;
	background: url(../images/active_btn.gif) no-repeat;
	color: #2c6198;
}
