.rmenu {
z-index: 100;
cursor: default;
position: absolute;
text-align: left;
background-color: window;
border-width: 1;
border-style: solid;
border-color: windowframe;
visibility: hidden;
}

.rfake
{
z-index: 99;
position: absolute;
display: none;
left: 0;
top: 0;
width: 0;
height: 0;
border-width: 0;	
}

.rmenuobj {
border-width: 0;
}

td {
padding-top: 1;
padding-bottom: 1;
padding-left: 2;
padding-right: 2;
cursor:default;
font:message-box;
} 

.rmenuitem {
color: windowtext;
}

.rmenuseparator {
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

.rmenuitemselected {
color: highlighttext;
background-color: highlight;
}

.rmenuitemdisabled {
color: background;
}
