.rcMenuContainer {
    position: absolute;
    border: 1px solid #D9D9D9;
    background: #fff;
    padding:2px;
    z-index:10;
}
.rcMenuItem {
    width:200px;
    float:left;
    font-weight:normal;
    padding:5px;
    text-decoration:none;
    color:#507DA8;
    font-style:italic;
    border-bottom:1px solid #eee;
}
.rcMenuItemHover {
    width:200px;
    float:left;
    font-weight:normal;
    padding:5px;
    text-decoration:none;
    background-color:#507DA8;
    color:#fff;
    border-bottom:1px solid #eee;
}
.rcMenuItemText {
    font-size:100%;
    font-weight:bold;
    padding:2px;
    color:#595959;
    border-bottom:0px dotted #D9D9D9;
    background: #fff;
    text-align:center;
}
.rcMenuItemTextExt {
    font-weight:normal;
    border:1px dotted #D9D9D9;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}

