/* Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:1px;
}
#gl_menu {
  background:#000;
  border-bottom:1px solid #3C3C3C;
  float:left;
  line-height:normal;
  width:100%;
}
#gl_menu ul {
  list-style:none;
  float:left;
  margin:0;
  padding:10px 10px 0 10px;
}
#gl_menu li {
  display:inline;
  float:left;
  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;
  text-transform:uppercase;
}
#gl_menu a span {
  background:url(images/tabright.gif) no-repeat right top;
  color:#FFF;
  display:block;
  float:left;
  padding:5px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#gl_menu a span {float:none;}
/* End IE5-Mac hack */
#gl_menu 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;
}