    .Esterline_LeftBrownBox_TabStrip {
      float:left;
      width:80px;
      background:transparent;
      line-height:normal;
      }

	.Esterline_LeftBrownBox_TabStrip ul {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
        list-style:none;
      width:80px;
		
      }
	  
    .Esterline_LeftBrownBox_TabStrip li {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
        list-style:none;
      display:inline;
	  height:50px;
      width:80px;
      }

	  .Esterline_LeftBrownBox_TabStrip span {
      float:none;
      margin:0;
      padding:0;
	  height:50px;
      }
	  
    .Esterline_LeftBrownBox_TabStrip span span {
      float:none;
      display:block;
      padding:5px 5px 4px 6px;
      color:#000;
	  height:50px;
      }

	  /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .Esterline_Left_TabStrip span span {float:none;}
    /* End IE5-Mac hack */

	.Esterline_LeftBrownBox_TabStrip .Esterline_LeftBrownBox_TabSelected {
      background: #EAEBD5;
	  border-left: 1px solid black;
	  border-top: 1px solid black;
	  border-bottom: 1px solid black;
	  border-right: 1px solid transparent;
	  left: 1px;
	  position: relative;
	  color: #C33825;
	  font-size: 10px;
	  font-family: Arial;
      }
    
	.Esterline_LeftBrownBox_TabStrip .Esterline_LeftBrownBox_TabUnselected {
      background: #F6F6ED;
	  border: 1px solid black;
	  position: relative;
      color:#727895;
	  font-size: 10px;
	  font-family: Arial;
	  left: 1px;
      }

	.Esterline_LeftBrownBox_TabStrip .Esterline_LeftBrownBox_TabMouseOver {
      background: #EAEBD5;
	  color: #000;
	  cursor: pointer;
      }
	  
	.Esterline_LeftBrownBox_TabPage {
		margin-left: 79px;
		border: 1px solid black;
		padding: 20px;
		background: #EAEBD5;
		text-align: left;
		min-height: 200px;
	  }
	
	.Esterline_LeftBrownBox_Paging {
		text-align:center;
		padding: 2px;
		margin: 3px;
}
	.Esterline_LeftBrownBox_Paging a {
		cursor: pointer;
		padding: 2px 5px 2px 5px;
		margin: 1px;
		border: 1px solid gainsboro;
		background-color: gainsboro;
		color: #000;
		text-decoration: none;
}
	.Esterline_LeftBrownBox_Paging a:hover, .Esterline_LeftBrownBox_Paging a:active {
		border: 1px solid #ccc;
		background-color: aliceblue;
		color: #555;
}	
