﻿
.shadetabs {
	float:left;
	width:100%;
	line-height:normal;
	height: 29px;
	clear: both;
  }
  
.shadetabs ul {
	list-style:none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
  }

.shadetabs li{
	float:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 4px;
	background-image: url("../../images/tabnav_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
  }

.shadetabs li a{
	float:left;
	display:block;
	text-decoration:none;
	font-weight:normal;
	text-transform: none;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 6px;
	background-image: url("../../images/tabnav_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
  }
  
.shadetabs a {float:none;}

.shadetabs li a:visited{
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: underline;
  }

.shadetabs li.selected{
	background-image:url("../../images/tabnav_left_on.gif");
	margin-left: 2px;
}

.shadetabs li.selected a{
	background-image:url("../../images/tabnav_right_on.gif");
	color:#FFFFFF;
	padding-bottom:9px;
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: bold;
}

.shadetabs li.selected a:hover{
	text-decoration: none;
}


