

  /* TAB MENU SYSTEM */
  
      table#acpTabSystem {
			width:100%;
      }
  
  
    #acpTabMenu {
	float:left;
	width:100%;
	background: #FFFFFF url("images/bg.gif") repeat-x bottom;
	font-size:12px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
      }
    #acpTabMenu ul {
      margin:0;
      padding:5px 5px 0;
      list-style:none;
      }
    #acpTabMenu li {
      display:inline;
      margin:0;
      padding:0;


      }
    #acpTabMenu a {
      float: left;
      background: url("images/left_both_gray.gif") no-repeat left top;
      margin: 0;
      padding: 0 0 0 4px;
      border-bottom: 1px solid #9FA6A0;
      text-decoration:none;
      }
    #acpTabMenu a span {
      float:left;
      display:block;
      background:url("images/right_both_gray.gif") no-repeat right top #f7f7f7;
      padding-top: 3px;
      padding-left: 0px;
      padding-right: 6px;
      padding-bottom: 4px;
      font-weight:normal;
      color: #333333; 
      width: 120px; 
      height: 2.5em;
      cursor: pointer;
		
      }
	  
	  
	  /*  TABS WIDTH OVVERRIDE */
	      #acpTabMenu li#LiTabShowAll a span { width: 1em; }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #acpTabMenu a span {float:none;}
    /* End IE5-Mac hack */
    #acpTabMenu a:hover span {
      color:red;
      background-position:100% -150px;
      }
    #acpTabMenu .current a {
	background-position:0 -150px;
	border-width:0;
      }
	  
    #acpTabMenu .current a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color: Navy;
	font-weight: bold;

      }
    #acpTabMenu a:hover {
      background-position:0% -150px;
      }
  
	td.acpTabContainer {
	border-right-color: #9FA6A0;
	border-left-color: #9FA6A0;
	border-bottom-color: #9FA6A0;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px;
	/*height: 297px;*/
	/*text-align: center;*/
	vertical-align: top;
}


td.acpTabContainer h1 {
	font-size: 1em;
	background: #F0F0E1;
}

td.acpTabContainer h2 {
	color: navy;
}

