
#header {
  float:left;
  width:100%;
  background:#ffffff  url(/css/bg.gif) repeat-x bottom;
  font-size:14px;
  line-height:normal;
  
  margin-left:auto;
  margin-right:auto;
  text-align:center;	
	
  }
#header ul {
  margin:0;
  padding:0px 0px 0px 0px;
  list-style:none;
  }
#header li {
  float:left;
  width:94px;
  height: 20px;
  background: url(/css/left.gif) no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 2px; /* 9px; */
  text-transform: uppercase;
  }
#header a {
  float:center;
  display:block;
  background: url(/css/right.gif) no-repeat right top;
  padding:5px 0px 4px 5px;  /*5px 0px 4px 5px; */
  text-decoration:none;
  font-size:10px;
  font-weight:bold;
  color:#444;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#666;
  }
#header #current {
  background-image: url(/css/left_on.gif)  ;
   }
#header #current a {
  background-image: url(/css/right_on.gif);
  color:#CC6633;
  padding-bottom: 5px;
  font-color:#444;
  }
