#menu
{
cursor: default;
position: relative;
top: 0;
left: 0;
background: #c0c0c0;
border: 1 solid #c0c0c0
}

#menu .menu
{
position: absolute;
background: #c0c0c0;
border: 2 outset buttonhighlight
}

#menu .root
{
border: 1 solid #c0c0c0;
padding: 1;
padding-left: 7;
padding-right: 7;
margin: 6
}

#menu TD
{
font: menu;
height: 20;
}

#menu .icon
{
text-align: center
}

#menu .disabled
{
color: buttonshadow
}

