/*
 *   top menu default styles
 */

#menu, #menubar {
  left: 0;
  height: 1.2em;
}

#menu {
  position: absolute;
  z-index: 200;
  width: 100%;
  font-size: 13px;
}

#menubar {
  position: relative;
  z-index: 300;
}

#menu .menuhead {
  position: relative;
  padding-right: 4px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
  border-style: none;
  padding: 3px;
  text-decoration: none;
}

#menu a:link, #menu a:visited, #menu a:active {
  color: black;
}

#menu a:hover, #menu .menubag div a:hover,
#menu a.hover:link, #menu a.hover:visited,
#menu a.active:link, #menu a.active:visited {
  background-color: black;
  color: white;
}

/* safari height fix, hidden from IE/Win (at least until IE7...) */
#menubar a > span {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#menu .disabled span {
  text-decoration: line-through;
}

#menu .menubag {
  position: absolute;
  margin-top: 0;
  width: 200px;
  visibility: hidden;
}

/* make transparent divs mouse-rollover-non-transparent in IE/Win (including 7) */
#menu .menubag { background: transparent url("../resources/1x1.gif") repeat }

/* IE/Win pre-v7 full-width :hover hack */
#menu .menubag div a { position: relative }

#menu .menubag div a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}

#menu .menuhead span a img { display: none }

#menu .menubag a, #menu .menubag span {
  display: block;
}

#menu .menubag div {
  margin-top: 0;
  border: 1px solid black;
  background-color: white;
}

#menupad {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  border: none;
  visibility: hidden;
  background-image: url("../resources/1x1.gif");
  background-repeat: repeat;
}

#menuoffset {
  position: absolute;
  display: none;
  top: 1.2em;
  left: 0;
}