﻿  /*- Menu Tabs J--------------------------- */

#tabs {
  float:left;
  width:100%;
  background:#fff;
  font-size:11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  line-height:normal;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-bottom:0px;
  background:url(../../images/gray_line.gif) left top;
  }
#tabs ul {
  margin:0;
  padding:0px 0px 0 6px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url(../../images/tab_left_off.jpg) no-repeat left top;
  margin:0;
  padding:0 0px 0 10px;
  text-decoration:none;
  border-bottom:1px solid #ABA77B;
  }
#tabs a span {
  float:left;
  display:block;
  background:url(../../images/tab_right_off.jpg) no-repeat right top;
  padding:10px 20px 4px 10px;
  color:#666666;
  
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background:url(../../images/tab_left_on.jpg) no-repeat left top;
  font-weight:bold;
  }
#tabs a:hover span {
  color:#000000;
  font-weight:bold;
  background:url(../../images/tab_right_on.jpg) no-repeat right top;
  }
  
/* selected */

#tabs a.selected {
  background:url(../../images/tab_left_on.jpg) no-repeat left top;
  border-bottom: none;
  border-bottom:1px solid #F8F6DD;
  }
#tabs a.selected span {
  color:#000000;
  font-weight:bold;
  border-bottom: none;
  background:url(../../images/tab_right_on.jpg) no-repeat right top;
  }  

