#tabmenu {
	margin-top:10px;
  float:left;
  width:auto%;
  font-size:83%;
  line-height:normal;
  }
#tabmenu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabmenu li {
  float:left;
  background: url(../images/norm_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  font-size:83%;
  }
  
  #tab h1 {
   float:left;
  background: url(../images/norm_left.gif) no-repeat left top;
   margin:0 0 0 1px;
  padding:0 0 0 9px;
  font-size:83%;
  }
    #tab h1 span {
  float:left;
  display:block;
  background: url(../images/norm_right.gif) no-repeat right top;
  width:121px;
  padding:5px 0px 4px 10px;
  
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
  
    #tab2 h1 {
   float:left;
  background: url(../images/normal_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  font-size:93%;
  }
    #tab2 h1 span {
  float:left;
  display:block;
  background: url(../images/normal_right.gif) no-repeat right top;
  width:165px;
  padding:5px 0px 4px 10px;
  margin-bottom:0;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }
  
      #tab3 h1 {
  float:left;
  background: url(../images/norml_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  font-size:93%;
  }
    #tab3 h1 span {
  float:left;
  display:block;
  background: url(../images/norml_right.gif) no-repeat right top;
  width:200px;
  padding:5px 0px 4px 0px;
  margin:0;
  text-decoration:none;
  font-variant:normal;
  font-weight:bold;
  color:#000;
  }
  
     #tab4 h1 {
   float:left;
  background: url(../images/norm4_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  font-size:.85em;
  }
    #tab4 h1 span {
  float:left;
  display:block;
  background: url(../images/norm4_right.gif) no-repeat right top;
  width:116px;
  padding:5px 0px 4px 0px;
  margin-bottom:0;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }



#tabmenu a {
  float:left;
  display:block;
  background: url(../images/norm_right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabmenu a {float:none;}
/* End IE5-Mac hack */
#tabmenu a:hover {
  color:#333;
   
  }
#tabmenu #current {
  background-image: url(../images/norm_left_on.gif);
  }
#tabmenu #current a {
  background-image: url(../images/norm_right_on.gif);
  color:#333;
  padding-bottom:5px;
  }