/* HU Menu css */

  div#logo {
    position: absolute;
    top: 0;
    right: 567px;
    background: url(/images/logohu.jpg) no-repeat;
    width: 297px;
    height: 247px;
    padding: 0;
  }
  
  div#loginbox {
    position: absolute;
    top: 249px;
    right: 5px;
    display:block;
    width: 134px;
    height: 100px;
    padding: 0;
  }

  a#about_menu {
    position: absolute;
    top: 35px;
    right: 290px;
    display: block;
    width: 154px;
    height: 32px;
    background: transparent url(/images/hu/about.jpg) no-repeat top left;
  }
  
  a#archive_menu {
    position: absolute;
    top: 95px;
    right: 410px;
    display: block;
    width: 79px;
    height: 17px;
    background: transparent url(/images/hu/archive.jpg) no-repeat top left;
  }

  a#news_menu {
    position: absolute;
    top: 80px;
    right: 210px;
    display: block;
    width: 123px;
    height: 31px;
    background: transparent url(/images/hu/news.jpg) no-repeat top left;
  }
  
  a#contact_menu {
    position: absolute;
    top: 110px;
    right: 325px;
    display: block;
    width: 90px;
    height: 25px;
    background: transparent url(/images/hu/contact.jpg) no-repeat top left;
  }
  
  a#forum_menu {
    position: absolute;
    top: 149px;
    right: 182px;
    display: block;
    width: 87px;
    height: 29px;
    background: transparent url(/images/hu/forum.jpg) no-repeat top left;
  }

  a#links_menu {
    position: absolute;
    top: 165px;
    right: 298px;
    display: block;
    width: 66px;
    height: 24px;
    background: transparent url(/images/hu/links.jpg) no-repeat top left;
  }
  
  a#gallery_menu {
    position: absolute;
    top: 210px;
    right: 235px;
    display: block;
    width: 75px;
    height: 28px;
    background: transparent url(/images/hu/gallery.jpg) no-repeat top left;
  }

  a#support_menu {
    position: absolute;
    top: 205px;
    right: 70px;
    display: block;
    width: 134px;
    height: 30px;
    background: transparent url(/images/hu/support.jpg) no-repeat top left;
  }
  
  a#about_menu:hover, a#archive_menu:hover, a#news_menu:hover, a#contact_menu:hover, a#forum_menu:hover, a#links_menu:hover, a#gallery_menu:hover, a#support_menu:hover, a.active#about_menu, a.active#archive_menu, a.active#news_menu, a.active#contact_menu, a.active#forum_menu, a.active#links_menu, a.active#gallery_menu, a.active#support_menu {
    background-position: bottom left;
  }
