.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #434343;
    background: #eeeeee;
    padding:2px;
    z-index:10;
}
.rcMenuItem {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    width:200px;
    text-decoration:none;

}
.rcMenuItemHover {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    width:200px;
    text-decoration:none;
    color:#333333;
}
.rcMenuItemText {
    font-weight:normal;
    font-size:85%;
    border:0px;
    padding:2px;
    width:200px;
    color:#FFFFFF;
    border: 0px solid #FFFFFF;
    background:transparent url(/~asmo/fileadmin/template/p/menueHG.gif) repeat-x;
    text-align:center;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}
