.rcMenuContainer {
font-family:Verdana, Arial;
position:absolute;
border:1px solid #7e7e7e;
background:#EAE8E3;
z-index:10;
padding:2px;
}

.rcMenuItem {
width:200px;
float:left;
font-size:11px;
font-weight:400;
text-decoration:underline;
color:#333;
background-color:#ccc;
border:1px solid #7E7E7E;
padding:3px;
}

.rcMenuItemHover {
width:200px;
float:left;
font-size:11px;
font-weight:400;
text-decoration:underline;
background-color:#C7D5FE;
color:#333;
border:1px solid #7E7E7E;
padding:3px;
}

.rcMenuItemText {
font-size:100%;
font-weight:700;
color:#FFF;
border:0 solid #FFF;
background:#7e7e7e;
text-align:center;
padding:2px;
}

.rcMenuItemTextExt {
font-size:11px;
font-weight:400;
border:1px dotted gray;
padding:2px;
}

.rcMenuSeparator {
color:#7e7e7e;
height:1px;
width:200px;
}

.rcImage {
padding-right:4px;
}