
.green_Top_TabStrip {

 margin:0;padding:0;
 width:483;
 background: url(t.jpg);
 background-color: #000000;
 border: none;
 float: left;
 filter: none;


}


.green_Top_TabPage {
 width: 483;
 background-repeat:repeat-x;
 background-position:top;
 padding:2px  2px;
 font: 14px Verdana;
 color: black;
 clear: both;
}

.green_Top_TabStrip .green_Top_TabUnselected {
 cursor: pointer;
 background: url(tab.png);
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 border: 0;
 font: 12px Tahoma ;
 font-weight:bold;
 color:#000000;
 white-space: nowrap;
 text-align: center;
 line-height:31px;
 width: 109px;
 height: 31px;
}

.green_Top_TabStrip .green_Top_TabMouseover {

 background: url(tab.hover.png);
 width: 121px;
 height: 31px;
  font: 12px Tahoma ;
  font-weight:bold;
 line-height:31px;
 color:#ffffff;
}

.green_Top_TabStrip .green_Top_TabSelected{
 background: url(tab.hover.png);
 width: 121px;
 height: 31px;
  font: 12px Tahoma ;
  font-weight:bold;
 line-height:31px;
 color:#ffffff;
 float:left;
  text-align: center;
}
