﻿
.drTabGreyLight {
  float:left;
  width:100%;
  line-height:normal;
  }
.drTabGreyLight ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
  }
.drTabGreyLight li {
  float:left;
  display:inline;
  margin:0;
  padding:0;
  }
.drTabGreyLight a:visited{text-decoration:none;}  
.drTabGreyLight a {
  float:left;
  background:url("tableftB.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
.drTabGreyLight a span {
  float:left;
  display:block;
  background:url("tabrightB.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.drTabGreyLight a span {float:none;}
/* End IE5-Mac hack */
.drTabGreyLight a:hover span {
  color:#000;
  }
.drTabGreyLight a:hover {
  background-position:0% -42px;
  text-decoration:none;
  }
.drTabGreyLight a:hover span {
  background-position:100% -42px;
  }
.drTabGreyLight .current a
{
	background-position: 0% -42px;
}
.drTabGreyLight .current a span
{
  color:#666;
	font-weight: bold;
	background-position: 100% -42px;
}
.Tab-GreyLight-Content
{
	border: solid 4px #E4E4E4;	
	padding: 5px;
}
.Tab-GreyLight-Pager
{
 /* background:#E7E5E2;
	border-bottom: solid 4px #6D6D75;	*/
}
