/*
 *   left menu default styles
 */

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

#menubar {
  position: absolute;
  z-index: 300;
  width: 100%;
}

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

#menu a, #menu span { display: block }

#menubar a:link, #menubar a:visited, #menubar a:hover, #menubar a:active,
#menu .menubag a:link, #menu .menubag a:visited,
#menu .menubag a:hover, #menu .menubag a:active {
  border-width: 0;
  padding: 3px;
  text-decoration: none;
}

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

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

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

#menu .menubag {
  position: absolute;
  z-index: 500;
  width: 200px;
  visibility: hidden;
}

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

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

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

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

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

#menuoffset {
  position: absolute;
  top: 0;
  left: 120px;
}
