/* CSS Document */
/* TAB STYLES
----------------------------------------------- */

   
#tabheader {
      height: 40px;
	  background: url(images/tab-tile.gif) #ffffff bottom repeat-x;
	  padding-left: 7px;
	  margin: 0 auto;
	  

}
#tabs {
	float: left;

	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

	  
}
    
#tabs ul {
      margin: 0;
      padding: 11px 0px 0;
      list-style: none;
	   
}


#tabs li {
      float: left;
/*      background: url(images/left.gif) no-repeat left top;*/
      margin: 0;
      padding: 0 0 0 7px;
	  list-style: none;
	 
	  
}


#tabs a:link, #tabs a:visited {
      float: left;
      display: block;
/*      background: url(images/right.gif) no-repeat right top;*/
	  padding: 10px 15px 4px 8px;
      text-decoration: none;
	  border: 0px;
	  height: 15px;	  
}

#tabs a:hover {
	text-decoration:underline;}


    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#tabs a {float:none;}
    /* End IE5-Mac hack */
	
#tabs a:hover {
      color: #333;
}

#tabs #current-blue {
      background:url(images/left_on.gif) no-repeat left top;
      border-width:0;
}

#tabs #current-blue a {
      background:url(images/right_on.gif) no-repeat right top;
      color:#015389;
	  font-weight: bold;
      padding-bottom:5px;
}

#tabs #green {
      background:url(images/left-green.gif) no-repeat left top;
      border-width:0;
}

#tabs #green a {
      background:url(images/right-green.gif) no-repeat right top;
      color:#066662;
      font-weight: bold;
      padding-bottom:5px;
}

#tabs #current-green {
      background:url(images/left-green_on.gif) no-repeat left top;
      border-width:0;
}

#tabs #current-green a {
      background:url(images/right-green_on.gif) no-repeat right top;
      color:#066662;
	  font-weight: bold;
      padding-bottom:5px;
}

#tabs #blue {
      background:url(images/left-blue.gif) no-repeat left top;
      border-width:0;
}

#tabs #blue a {
      background:url(images/right-blue.gif) no-repeat right top;
      color:#015389;
      font-weight: bold;
      padding-bottom:5px;
}

