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