/* Menu **************************************/
#gl_menu a { /* IE 6 hack to make entire button clickable */
/*  width:1px; */
}
#gl_menu{

}
#gl_menu ul {
  background:#000000;
  float:right;
  list-style:none;
  margin:0;
  padding:5px 0;
  width:100%;
}
#gl_menu a {
  float:left;
}
#gl_menu li {
  float:right;
  margin:0 4px;
  padding:0 0 0 5px;
}
#gl_menu li a {
  color:#fff;
  display:block;
  float:left;
  font:bold 11px/20px Tahoma, Arial;
  height:20px;
  padding:0 5px 0 0;
  text-decoration:none;
  text-transform:uppercase;
}
#gl_menu li:hover {
  background:url(images/hover_l.png) no-repeat bottom left;
}
#gl_menu li:hover a {
  background:url(images/hover_r.png) no-repeat bottom right;
}
