/* CSS Document */ .menustart { position: absolute; width: 120px; z-index: 99999; border: solid 1px #CCC; background: #EEE; padding: 0px; margin: 0px; display: none; } .menustart UL{ padding: 0px; margin: 0px; } .menustart LI { list-style: none; padding: 0px; margin: 0px; } .menustart A { color: #333; text-decoration: none; display: block; line-height: 20px; height: 20px; background-position: 6px center; background-repeat: no-repeat; outline: none; padding: 1px 5px; padding-left: 4px; border: 2px; } .menustart LI.hover A { color: #FFF; background-color: #3399FF; } .menustart LI.disabled A { color: #AAA; cursor: default; } .menustart LI.hover.disabled A { background-color: transparent; } .menustart LI.separator { border-top: solid 1px #CCC; } .menustart LI.start A { background-image: url(/get_image.php?p=icon-running.png); } .menustart LI.stop A { background-image: url(/get_image.php?p=icon-stopped.png); } .menustart LI.restart A { background-image: url(/get_image.php?p=icon-gear.png); }