html, body {
height: 100%;
margin:0px;
overflow: auto;
padding:0px;
}

.AtJsMenuPopup td.icon .folder-icon {
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
height: 18px;
width: 18px;
}

.AtJsMenuPopup tr.AtJsMenuItem td.icon .folder-icon {
background-image: url('/menu/example/icons/folder-closed.gif');
border-color: #5b0000;
}

.AtJsMenuPopup tr.AtJsMenuItem.hover td.icon .folder-icon {
background-image: url('/menu/example/icons/folder-open.gif');
border-color: #5b0000 #5b0000 #5b0000 #5b0000;
}

/*.scroll-fit-menu {
scrollbar-3dlight-color: #738573;
scrollbar-arrow-color: #cccccc;
scrollbar-darkshadow-color: #233523;
scrollbar-face-color: #486048;
scrollbar-highlight-color: #738573;
scrollbar-shadow-color: #233523;
scrollbar-track-color: #98b098;
}*/
