#tabContent, #menuContent {
    background-color: #FFFFFF;
    padding: 0px;
}


#tabIndex, #menuIndex {
    margin: 0px;
    padding: 0px;
}

#tabIndex li, #menuIndex li {
    float:left;
    margin-right: 1px;
    padding: 0.2em 1em;
    width:80px;
    * width:110px;
    text-align:center;
    font-weight: normal;
    list-style-type: none;
    cursor: pointer;
    display: block;

}

#tabIndex .close, #menuIndex .close {
  background-color: #eeeeee;
   background:#EEEEEE url(../assets/images/common/tab_off.gif) repeat-x scroll 0 0;
  text-decoration: none;
  color:#0000FF;
  border:1px solid #818181;
  position: relative;
  top: 1px;
  * top:11px;
  z-index: 2;
}
#tabIndex .open, #menuIndex .open {
  background-color: #ffffff;
  background:#ffffff url(../assets/images/common/tab_on.gif) repeat-x scroll 0 0;
  border-top:1px solid #818181;
  border-left:1px solid #818181;
  border-right:1px solid #818181;
  border-bottom:1px solid #FFFFFF;
  font-weight: nomal;
  text-decoration: none;
  position: relative;
  top: 1px;
  * top:11px;
  z-index: 3;
}

#tabBoxIndex, #menuBoxIndex {
/*    background-color: #FFFFFF;*/
    border:1px solid #818181;
/*    height:300px;*/
    padding: 1em;
    position: relative;
    z-index: 2;
    clear: both;
}

