html #menu li,
html .ltr #menu li,
html .rtl #menu li{
  *background-image: expression((this===this.parentNode.childNodes[0])? "none":"auto");
}

#content {
  *margin-top:expression((document.getElementById("header")) ? (document.getElementById("header").offsetHeight + "px"):('0px'));
  *margin-bottom:expression((document.getElementById("footer")) ? (document.getElementById("footer").offsetHeight + "px"):('0px'));
}

#footer{
  *height:auto;
  *position:relative;
  *z-index:1;
  *margin-top:expression(-this.offsetHeight + "px");zoom:1;
}

#header{
  *position:absolute;
  *top:0;
  *left:0;
}

#main{
  *min-height:100%;
}

* html #main{
  
  *height:100%;
}

.clear-floats {
  *zoom:1;
}

div.ota-related {*padding-bottom: 15px;}
/* .nd-region-header { *max-height: 34px; *max-height: 34px !important;} */ /*Maayan: deleted to fix lines overlap in Publication */

