
/*****************************************/
/***      ASPEN MENU STYLE SHEET       ***/
/*****************************************/
/**
 * Aspen styles for PageNavR (Telerik RadMenu)
 *
 * This document contains Aspen styles for the PageNavR/RadMenu control.
 * 
 * TABLE OF CONTENTS:
 * RadMenu Default
 *  * Root items
 *  * Submenu items
 *  *  * expand arrows
 *  *  * rtl
 *  * Submenu offsets
 *  * Scrolling arrows
 *  * Separators
 */

/* ######################## */
/*     RadMenu Styling      */
/* ######################## */

/* <RadMenu / Default> */


/* ########################## */
/*  MegaDropDownMenu Styling  */
/* ########################## */
/*
.RadMenu .rmGroup .MegaDropDownMenuOuter .rmText 
{
    padding: 0;
    margin: 0;
    width: 600px !important;
}

div.MegaDropDownMenu
{
    background-color: #f8f7f7;
    padding-left: 5px !important;
    padding-right: 5px !important;   
}

.MegaDropDownMenuToolTip
{ 
    padding: 5px;
}

.MegaDropDownMenuSeperator
{
    border-style: dashed none none none;
    border-width: 1.5px;
    border-top-color: #c0c0c0;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 150px;
}*/
