div.corners_tr {
  right:expression(this.parentNode && this.parentNode.offsetWidth % 2 ? -2 : -1 );
}
div.corners_br {
  right:expression(this.parentNode && this.parentNode.offsetWidth % 2 ? -2 : -1 );
  bottom:expression(this.parentNode && this.parentNode.offsetHeight % 2 ? -2 : -1 );
}
div.corners_bl {
  bottom:expression(this.parentNode && this.parentNode.offsetHeight % 2 ? -2 : -1 );
}
#tvp_u_menu #tvp_u_menu_btn ul {
    width: 150px;
    top:36px;
}