/* Use <div id="menu"> and <div id="menu"> in html code */


/* Use <div id="menu"> and <div id="menu"> in html code */


#menu {
   display:block; 
   top:480px; 
   right:90px; 
   width:160px; 
   position:fixed; 
   padding:10px; 
   text-align:center; 
   font-weight:bold; 
   color:#fff; 
   background:url(grid2.gif);
}


* html #menu {
   position:absolute;
}

#menu a:visited, #menu a {
   display:block; 
   width:160px; 
   height:24px; 
   margin:0 auto; 
   text-align:center; 
   text-decoration:none; 
   line-height:20px; 
}



.clear {
   clear:both;
}


<!--[if lte IE 6]>
   <style type="text/css">
   /*<![CDATA[*/ 
html {overflow-x:auto; overflow-y:hidden;}
   /*]]>*/
   </style>
<![endif]-->

