#menu{
  position: absolute;
  top: 10px;
  right: 5px;
  height: 86px;
}
#menu li{
  height: 86px;
  width: 83px;
  margin-left: 1px;
  float: left;
  clear: right;
  list-style-type: none;
  text-align: center;
  font-weight: bolder;
  font-size: 1.3em;
}
#menu li a{
  display: block;
  height: 86px;
  width: 83px;
  color: white;
  position: relative;
  text-decoration: none;
}
#menu li a span{
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 83px;
  text-align: center;
}
#menu li a:hover, #menu li a:focus, #menu li a.selected{
  background: #A00F0F url('images/menu-bckg.png') center top no-repeat;
}
#submenu{
  position: absolute;
  top: 111px;
  right: 3px;
  height: 65px;
}
#submenu li{
  height: 65px;
  margin: 0 1px;
  float: left;
  clear: right;
  list-style-type: none;
  text-align: center;
  font-weight: bolder;
  font-size: 1em;
  letter-spacing: 0.02em;
  width: 104px;
}
#submenu li a{
  display: block;
  height: 65px;
  color: white;
  text-decoration: none;
  position: relative;
  width: 104px;
}
#submenu li a span{
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 104px;
  text-align: center;
}
#submenu li a:hover, #submenu li a:focus, #submenu li a.selected{
  background: transparent url('images/submenu-bckg.png') center top no-repeat;
}

