/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
	width:455px;
	background-color:#000;
	padding:0 0 0 15px;
	margin: 0;
	list-style-type: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:10px 0;
	margin:0;
	width:120px;
	text-align:center;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(/images/nav/active_arrow.gif);
background-repeat:no-repeat;
background-position:center top;
padding:10px 0;
margin:0px;
}

.shadetabs li a.selected img{ /*selected main tab style */
border: solid 1px lime;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



.shadetabs li.left{
	text-align: left;
	width:141px;
}
.shadetabs li.center{
	text-align: center;
	width:143px;
}
.shadetabs li.right{
	text-align: right;
	width:141px;
}