﻿#header {
  float:left;
  width:100%;
  background:#fff url("/images/main_tabs/bg2.gif") repeat-x bottom;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:3px 10px 0 10px;
  list-style:none;
  }
#header li {
  float:left;
  background:url("/images/main_tabs/left_on.gif") no-repeat left top;
  margin:0;
  padding: 0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("/images/main_tabs/right_on.gif") no-repeat right top;
  padding:  7px 15px 3px 6px;
  text-decoration:none;
  font-weight:bold;
  font-size:8pt;
  color:#0C63BA;
  }
/* Commented Backslash Hack #004441
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#08457F;
  text-decoration:none;
  }
#header #current {
  background-image:url('/images/main_tabs/left_on7.gif');
  }
#header #current a {
  background-image:url("/images/main_tabs/right_on7.gif");
  color:#333;
  padding-bottom:4px;
  padding-top:7px;
  font-weight:bold;
  color:#efefef;
 
  }
#header #current a:hover {
  color:#efefef;
  text-decoration:none;
  }
