/* RadMenu Plain skin */

.RadMenu_Menu
{
    background: transparent;
    z-index: 100 !important;
}

.RadMenu_Menu_Context
{
    background: none;
    border: 0;
}
.RadMenu_Menu .rmText
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}
.rmItem a:hover.rmLink span.rmText{
	color: #0096d7!important;
}
