body 
{ 
background-image: url('/n.gif'); 
background-repeat:no-repeat; 
background-attachment: fixed; 
} 

div#h-menu-container 
{ 
position: fixed; 
z-index:100; 
top: 100%; 
width:100%; 
left: 0; 
//position: absolute; 

top: expression((document.getElementsByTagName( 'body' )[0].scrollTop + document.getElementsByTagName( 'body' )[0].clientHeight) + "px"); 
} 
table#h-menu{filter:alpha(opacity=80);opacity:0.8;width:100%;position:absolute;margin-top:-30px;} 
table#h-menu td{height:30px;text-align:center;vertical-align:middle;font-size:11px;} 
table#h-menu a{color:white;} 

table#h-menu td.active{background:white} 
table#h-menu td.active a{color:gray;}