#mod_tab_header {
  float:left;
  width:100%;
  background-color: #fff;
  font-size:95%;
  line-height:normal;
  }
#mod_tab_header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#mod_tab_header li {
  float:left; 
  margin:0;  
  padding:0 0 0 9px;
  }
    
 #mod_tab_header #mod_tab_current {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  margin-right:15px;
  padding:0 0 0 9px;
  }
  
#mod_tab_header a {
  float:left;
  display:block; 
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:normal;
  color:rgb(49,51,145)
  }
  
  #mod_tab_header #mod_tab_current a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #0b3768;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mod_tab_header a {float:none;}
/* End IE5-Mac hack */

#mod_tab_header a:hover {
  color: #0b3768;
  }
  
 .spacer {
 	clear:both;
 }
