.shadetabs
{ padding: 0px 0;
	 margin-left: 0; 
	 margin-top: 1px; 
	 margin-bottom: -1;
	  text-align: left;
	   /*set to left, center, or right to align the menu as desired*/ 
	}
.shadetabs li
{
	font-size:9px;
	 height:15px;
	 display:inline ;
	 CURSOR: hand; 
	text-decoration: none;
	 padding: 0px 0px  0px 0px  ; 
	 margin-right: 1px; 
	 border: 1px solid #778; 
	 color: #2d2b2b; 
	 line-height:12px;
	 width:19px;
	 text-align:center;
	 vertical-align:top ;
	 background: white url(../images/shade.gif) top left repeat-x;
	  }
.shadetabs li.selected 
{ 
	background-image: url(../images/shadeactive.gif); border-bottom-color: white; 
	
}
.tabdiv
{ 
	 left:auto ;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: white 1px solid;
}
