.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #a7a7a7/*7e7e7e*/;
    background: #fff/*EAE8E3*/;
    padding:2px;
    z-index:10;
    width:200px;
}
.rcMenuItem {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    text-decoration:underline;
    color:#333333;
    background-color:#fff/*cccccc*/;
    border:1px solid #a7a7a7/*7E7E7E*/;
}
.rcMenuItemHover {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:underline;
    background-color:#FDF5E1/*C7D5FE*/;
    color:#f09f03/*333333*/;
    border:1px solid #F09F03/*7E7E7E*/;
}
.rcMenuItemText {
    font-size:1em;
    font-weight:bold;
    border:0px;
    padding:2px;
    color:#FFFFFF;
    border: 0px solid #FFFFFF;
    background: #a7a7a7;
    text-align:center;
	width:200px;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}