body
    { margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
overflow: hidden;
}



div#menu, div#nd_menu {position: absolute; top: 0; bottom: 0; left: 0; width: 150px; height: 100%; overflow: hidden; padding: 0px; background: url(/images/bg_tile.jpg) repeat; } 

div#content, div#nd_content {  left: 150px; top: 0; bottom: 0; right: 0; padding: 20px;
  overflow: auto;
  position: fixed;
} 

/* Two lines below are IE hack from Dynamic Drive */

* html body{padding: 0 0 0 150px;}

* html #content{height: 100%; width: 100%;}





td.nd_hidden{background: none; height: 56px; width: 142px; margin: 0; padding: 0;}
td.nd_highlighted{ background: yellow; height: 56px; width: 142px; margin: 0; padding: 0;}

img.nd_menu {

    padding: 3px;
    }


A.nd_menu:hover{
	color: none;
	background: none;
	text-decoration: none;
}


