var agent = navigator.userAgent.toLowerCase();
var IE = (agent.indexOf('msie')!=-1)? true : false;
if(IE && document.all && !document.getElementById) {
  document.write("<style type='text/css'>");
  document.write("div.subnavdivision  { position:absolute; left:0px; top:0px; width:114px; visibility:hidden; z-index:1; background-color:#FFFFFF; background:#FFFFFF; layer-background-color:#FFFFFF; } ");
  document.write("</style>");
}
