/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding:0px;
	margin:0px;
	list-style-type: none;
	text-align: left;
	background:url(../images/tabs_bg.jpg) no-repeat;
	width:980px;
	height:30px;
	padding-top:14px;
}

.shadetabs li{
	display: inline;
	margin: 0px;
	padding-left:8px;
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 3px;
	color: #818181;
	font-size:15px;
	font-family:Tahoma, sans-serif;
	padding-left:30px;
	margin-top:10px;
	padding-right:20px;
	background:url(../images/bullet.jpg) left 3px no-repeat;
}

.shadetabs li a:visited{
	color: #818181;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #bd0000;
}

.shadetabs li a.selected{ 
	position: relative;
}

.shadetabs li a.selected{
	color:#bd0000;
}

.shadetabs li a.selected:hover{
	text-decoration: none;
}