/* Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:1px;
}
#gl_menu {

  float:left;
  font-size:93%;
  line-height:normal;
  width:100%;
}
#gl_menu ul {
  list-style:none;
  margin:0;
  padding:0 10px 20px 0;
}
#gl_menu li {
  display:inline;
  margin:0;
  padding:0;
}
#gl_menu a {
  background:url(images/tableft.gif) no-repeat left top;
  float:left;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#gl_menu a span {
  background:transparent url(images/tabright.gif) no-repeat right top;
  color:#FFF;
  display:block;
  float:left;
  padding:5px 15px 4px 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#gl_menu a span {float:none;}
/* End IE5-Mac hack */
#tabs9 a:hover span {
  color:#FFF;
}
#gl_menu a:hover {
  background-position:0% -42px;
}
#gl_menu a:hover span {
  background-position:100% -42px;
}
#gl_menu #current a {
  background-position:0% -42px;
}
#gl_menu #current a span {
  background-position:100% -42px;
}