﻿
#shadetabs {
	
}

div#shadetabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	 
}

div#shadetabs li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	
  
}

#shadetabs a:link {
	color: #000000; 
}

#shadetabs a {
	float: left;
	width: 105px;
	height: 23px;
	margin: 0 0 0 2px;
	padding: 0px 0 0 0;
	
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;

}


div#shadetabs li a {
font-weight: bold;
	height: 25px;
	display: block;
	float: left;
	line-height: 50px;
	text-decoration: none;
	color: #000000;
  background-color: #F8F8F8;
 

}


div#shadetabs li a:hover{
	line-height: 45px;
 font-variant: normal ; 
   font-weight: bold; 
 color: #F3F3F3 ;background-image: url('/images/3.gif') ;background-repeat: no-repeat ; 

}

div#shadetabs li a.selected { 

	line-height: 45px;
 font-variant: normal ; 
   font-weight: bold; 
 color: #ffffff;
	font-weight: bold;background:    url('/images/3.gif') no-repeat;

