﻿
/* Rad Menu */
.rmRootGroup, .rmGroup
{
    border: solid 1px gray;
}
.rmGroup 
{
    background-color: #C6CB90;
}
.rmItem 
{
    border-top: solid 1px gray;
}
.rmItem:hover
{
    background-color: #C6CB90;
}
.rmFirst 
{
    border-top: none;            
}
.rmLink 
{
    display: block;
    margin: 3px;
    margin-left: 0px;
    color: #0033CC;
    text-decoration: none;
    line-height: 1.25;
}
.rmLink:hover 
{
    text-decoration: underline;
}
.rmGroup a.rmLink 
{
    color: #666666;
}
.rmText 
{
    cursor: pointer;
}
.RadMenu .rmRootGroup .rmText {  
  margin: 0 !important;  
  padding-left: 0px !important;  
  padding-right: 0px !important;  
}
.RadMenu .rmGroup .rmText {  
  margin: 0 !important;  
  padding-left: 10px !important;  
  padding-right: 10px !important;  
  white-space: nowrap;
} 
.bold
{
	font-weight: bold;
}