/* navigation.css */

#tabs {
  color:#fff;
  float:right;
  width:100%;
  background:#71B0C1 url('../images/bkg-nav-top.png') repeat-x;
  border-bottom:1px solid #4D8091;
  border-left:1px solid #91B7C2;
  border-right:1px solid #437685;
  line-height:normal;
}
  
#tabs ul { /* set padding for new tabs here */
  margin:0;
  list-style:none;
  font:1.2em tahoma, sans-serif;
}
  
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  font-size:.9em;
  font-weight:bold;
}
  
#tabs a {
  float:right;
  background:url("../images/menu-bkg-left.gif") no-repeat left top;
  margin:0;
  text-decoration:none;  
  border-left:1px solid #437685;
}
  
#tabs a span {
  float:right;
  display:block;
  background:url("../images/menu-bkg-right.gif") no-repeat right top;
  padding: 7px 21px;
  color:#fff;
  border-left:1px solid #D2ECF3;
}

#tabs a#last{border-left:1px solid #000;}
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {
  background:#7CBBCC url('../images/bkg-nav-top-btn-on.png') repeat-x;
  text-decoration:underline; 
  color:#fff;
}

#tabs a:hover span {
  border-left:1px solid #A2C5CE;
 }

#tabs a#activetab {
  background:#7CBBCC url('../images/bkg-nav-top-btn-on.png') repeat-x;
  font-weight:bold; color:#fff;
  text-decoration:underline; 
}

#tabs a#activetab span{
  border-left:1px solid #A2C5CE;
}
