table.h-menu-floating
{
    width:100%;top:100%;margin-top:-50px;height:50px;vertical-align:middle;

    position: fixed;
    z-index:100;
    width:100%;
    left: 0; 
    //position: absolute; 

top: expression((document.getElementsByTagName( 'body' )[0].scrollTop +
document.getElementsByTagName( 'body' )[0].clientHeight) + "px");
}
table.h-menu-static{width:100%;background:;height:50px;vertical-align:middle;}


div#h-menu-container *{white-space:nowrap}
table#h-menu{background:#bebdbf url(/system/res/menu_bg.gif);}
table#h-menu td{border-right:1px solid #666666;vertical-align:middle;padding:0px 10px 0px 10px;color:black;font-size:12px;font-weight:bold;}
table#h-menu a{color:black;}
table#h-menu a:hover{color:white;text-decoration:underline;}

td.active{background:url(/system/res/menu_active.gif)}  
