﻿
.RadMenu_Custom .rmGroup
{
 text-decoration: none;
 color: #737373;
 background-color: Transparent;
 font-size: 10px;
 font-weight: bold;
 position: relative;
 display: none;
} 

.RadMenu_Custom .rmGroup:hover
{
 text-decoration: none;
 color: #737373;
 background-color: Transparent;
 font-weight: bold;
 position: relative;
 display: none;
} 

.RadMenu_Custom .rmLink
{
 text-decoration: none;
 color: #737373;
 background-color: Transparent;
 font-weight: bold;
 position: relative;
 display: none;
} 

.RadMenu_Custom .rmLink:hover
{
 text-decoration: underline;
 color: #737373;
 background-color: Transparent;
 font-weight: bold;
 position: relative;
} 
