.tab A
{
	text-decoration: none;
	color: White;
}

.tab A:hover
{
	text-decoration: underline;
	color: White;
}

.tab-active A
{
	text-decoration: none;
	color: White;
}
.tab {
 background-image: url( "Tab-Off.jpg" );
 position:	relative;
 top: 0;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 10px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 11px Tahoma;
 font-weight: bold;
 color: White;
 white-space: nowrap;
 background-repeat: no-repeat;
 text-align: center;
 width: 112px;
 height: 36px;
}

.tab-active{
 position:	relative;
 top: 0px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 10px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 11px Tahoma;
 font-weight: bold;
 color: White;
 white-space: nowrap;
 text-align: center;
 background-repeat: no-repeat;
 width: 112px;
 height: 36px;
 background-image: url( "Tab-On.jpg" );
 letter-spacing: 0px;
 text-decoration: none;
}

.tab-spacer{
 position:	relative;
 top: 0px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 0px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 11px Tahoma;
 font-weight: bold;
 color: White;
 white-space: nowrap;
 text-align: center;
 width: 112px;
 height: 36px;
 background-repeat: no-repeat;
 background-image: url( "Tab-Spacer.jpg" );
 letter-spacing: 0px;
 text-decoration: none;
}