﻿/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.pemisah{
	border-bottom:5px solid #dfe2eb;
      width:542px;
      font-size:80%;
      line-height:normal;
      height:28px;
}
#pettabs2 h1 {
	font-size:2.5em; font-weight:normal;
	margin-top:5px;
	}
 
.pemisah ul{
list-style: none;
padding:5px 5px 0 0px;;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .pemisah a span {float:none;}
    /* End IE5-Mac hack */
.pemisah li{
display: inline;
padding:0px ;
text-transform:uppercase;
}

.pemisah a{
      float:left;
      background:url("../images/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.pemisah a span{
      float:left;
      display:block;
      background:url("../images/tabright5.gif") no-repeat right top;
      padding:5px 15px 6px 6px;
      color:#555;
      }
.pemisah a span {float:none;}

.pemisah a:hover span{
      color:#000;
      }
.pemisah a:hover{
      background-position:0% -42px;
      }
.pemisah a:hover span{
      background-position:100% -42px;
      }

.pemisah a.selected{ /*currently selected tab*/
              background-position:0% -42px;
      }
.pemisah a.selected span{ /*currently selected tab*/
              background-position:100% -42px;
      color:#000;
      }

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


