/* http://www.cssplay.co.uk/menus/iframe_fix3.html */
.dropdown {
  font-weight: bold;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 9.5px;
  position: relative;
  z-index: 500;
}
.dropdown li.depth1 a.parent {
  padding-right: 0;
}
.dropdown li.depth1 {
  background: url(../Images/globalnav_li.gif) no-repeat right bottom;
  display: block;
  float: left;
}
.dropdown a.depth1 {
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 19px;
  position: relative;
}
.depth2 b.down {
  display: none;
}
.dropdown table {
  border-collapse: collapse;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown a:hover {
  visibility: visible;
  position: relative;
  z-index: 200;
}
.dropdown li:hover {
  position: relative;
  z-index: 200;
}
.dropdown ul,
.dropdown :hover ul ul,
.dropdown :hover ul :hover ul ul,
.dropdown :hover ul :hover ul :hover ul ul,
.dropdown :hover ul :hover ul :hover ul :hover ul ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown :hover ul {
  height: auto;
  left: 0;
  top: 40px;
  white-space: nowrap;
  width: auto;
  z-index: 300;
}
.dropdown :hover ul.depth2 {
  background: #a7050e;
}
.dropdown :hover ul li {
  display: block;
  height: 33px;
  float: left;
  width: 100%;
}
.dropdown :hover ul li a {
  display: block;
  height: 33px;
  line-height: 33px;
  position: relative;
  width: auto;
}
.dropdown :hover ul.depth2 li a {
  height: 23px;
  line-height: 23px;
  padding: 5px 20px;
}
.dropdown :hover ul :hover ul,
.dropdown :hover ul :hover ul :hover ul,
.dropdown :hover ul :hover ul :hover ul :hover ul,
.dropdown :hover ul :hover ul :hover ul :hover ul :hover ul {
  left: auto;
  top: 0;
  white-space: nowrap;
  width: auto;
  z-index: 400;
  height: auto;
}
.dropdown iframe {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown :hover iframe {
  filter: alpha(opacity=0);
  /* left:expression(this.nextSibling.offsetLeft);    top:expression(this.nextSibling.offsetTop);    width:expression(this.nextSibling.offsetWidth);    height:expression(this.nextSibling.offsetHeight); */

}
.dropdown li.depth1 a, .dropdown li.depth1 a:visited {
  color: white;
}
.dropdown li.depth1 a:hover {
  /*background: @depth1_background_hover;*/

}
.dropdown li.depth2 a, .dropdown li.depth2 a:visited {
  background: #a7050e;
  color: white;
}
.dropdown li.depth2 a:hover {
  background: #ce353e;
}
.dropdown li.depth3 a, .dropdown li.depth3 a:visited {
  background: #a7050e;
}
.dropdown li.depth3 a:hover {
  background: #ce353e;
}

