.ABSTabItem, .ABSTabItemSelected{

  border: 2px outset #f69d05;
  font-family: verdana;
  font-size: 13px;
  border-right: none;
  position: relative;
  cursor: pointer;
  height:20;
  padding:5px;
  text-indent:5px;
  }

.ABSTabItem a,
    .ABSTabItemSelected a,
    .ABSTabItem a:hover,
    .ABSTabItemSelected a:hover,
    .ABSTabItem a:visited,
    .ABSTabItemSelected a:visited,
    .ABSTabItem a:active,
    .ABSTabItemSelected a:active{
  	color: white;
  	font-weight: bold;
  	text-decoration:none;
  	width:100%;
  	height:100%;
  }

.ABSTabItem{
  background-color: #f69d05;
  z-index: 2;
  margin: +5px 0px 0px +5px;

  filter:alpha(opacity=75);
  -moz-opacity:.75;
}
.ABSTabItemSelected{
  background-color: #923e00;
  z-index: 3;
  margin: +5px -1px 0px +5px;
}



/*
<table width="600" height="400" cellpadding="0" cellspacing="0">
	<tr>
		<td width="70%">
			<table width="100%" cellpadding="0" cellspacing="0">
				<tr>
					<td height="20"><div class="ABSTabItem">Menu</div></td>
				</tr>
				<tr>
					<td height="20"><div class="ABSTabItem">Menu</div></td>
				</tr>
				<tr>
					<td height="20"><div class="ABSTabItemSelected">Menu</div></td>
				</tr>
				<tr>
					<td height="20"><div class="ABSTabItem">Menu</div></td>
				</tr>
			</table>
		</td>
		<td class="bordered" >&nbsp;</td>
	</tr>
</table>
*/