/* Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:1px;
}
#gl_menu ul {
  background:url(images/menu_bg.png);
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
#gl_menu ul li {
  float:right;
}
#gl_menu li a,
#gl_menu li a:visited {
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  color:#FFF;
  display:block;
  padding:5px 10px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
#gl_menu ul li a:hover {
  background:url(images/black_alpha.png) repeat;
  color:#FFF;
}
