/* Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:1px;
}
#gl_menu ul {
  background:transparent url(images/menu03-bg.jpg) top left repeat-x;
  display:block;
  float:left;
  font:Lucida Grande, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  height:40px;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  text-transform:uppercase;
  width:100%;
}
#gl_menu li {
  border-right:1px solid #FFF;
  display:block;
  float:left;
  height:40px;
  margin:0;
  padding:0;
  white-space:nowrap;
}
#gl_menu li a,
#gl_menu li a:link {
  color:#FFF;
  display:block;
  float:left;
  height:40px;
  padding:14px 20px 0 20px;
  text-decoration:none;
}
#gl_menu li a:hover {
  background:transparent url(images/menu03-hover.jpg) top left repeat-x;
}