/* RadMenu Default skin */

.RadMenu_tmac .rmLink:hover
{
   cursor: pointer;
}

.RadMenu_tmac
{
    /*border: 1px solid #010101; 	border-bottom-width: 0; 	border-top-color: #383838;*/ /*background:  url(MenuBackground.gif) repeat-x top left;*/
    background:  url(NavBgrd.png) repeat-x bottom left;
   /* background-color: #057AB0; /*background-color: #057AB0;*/
    text-align: left;
    top: 0px;
    padding:0px 0px 0px 10px;
}

.RadMenu_tmac_rtl
{
    text-align: right;
}

.RadMenu_tmac_Context
{
    background: none;
    border: 0;
}

.RadMenu_tmac a
{
    text-decoration: none;
}

.RadMenu_tmac .rmLink
{
    line-height: 24px;
    text-decoration: none;
    color: #fff;
}

.RadMenu_tmac .rmLink:focus, .RadMenu_tmac .rmFocused
{
    outline: 0;
}

.RadMenu_tmac .rmExpanded
{
    position: relative;
    z-index: 10000;
    
}

.RadMenu_tmac .rmLink:hover
{
  /* background-color: #00354D;*/
   /*background-image: url(dropdown-rollover.gif);*/
   background-image: url(dropdown-rolloverNoArrow.gif);
 
   
}
.RadMenu_tmac .rmFocused, .RadMenu_tmac .rmExpanded
{
    color: #fff;
    /*background: #00354D;*/
    
}

.RadMenu_tmac .rmLink .rmText
{
    font: normal 14px Arial, sans-serif;
    
   
}

.RadMenu_tmac .rmGroup
{
 /*   background: #fff;*/
 
    
}

.RadMenu_tmac .rmGroup .rmLink
{
    text-decoration: none;
    /*color: #fff;*/
     /*border-bottom: dashed 1px white; */
}

.RadMenu_tmac_rtl .rmGroup .rmLink
{
    text-align: right;
}

.RadMenu_tmac .rmGroup .rmLink:hover, .RadMenu_tmac .rmGroup .rmFocused, .RadMenu_tmac .rmGroup .rmExpanded
{
    color: #fff;
  /* background-image: url(bgrd-dropdown-rollover-ie6.gif);*/
}

.RadMenu_tmac .rmText
{
    padding: 3px 11px;
    
}


.RadMenu_tmac .rmGroup .rmLink .rmText
{
    font-size: 11px;
    padding: 5px 15px 5px 11px;
      
}

.RadMenu_tmac_rtl .rmGroup .rmLink .rmText
{
    /*padding: 4px 20px 5px 37px;*/
}

/* <expand arrows styling> */

.RadMenu_tmac .rmGroup .rmLink .rmExpandRight
{
    background: transparent url(ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_tmac .rmGroup .rmLink .rmExpandLeft
{
    background: transparent url(ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_tmac .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_tmac .rmGroup .rmFocused .rmExpandRight, .RadMenu_tmac .rmGroup .rmExpanded .rmExpandRight
{
    background-image: url(ArrowExpandHovered.gif);
}

.RadMenu_tmac .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_tmac .rmGroup .rmFocused .rmExpandLeft, .RadMenu_tmac .rmGroup .rmExpanded .rmExpandLeft
{
    background-image: url(ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_tmac .rmHorizontal .rmItem
{
    /*border-right: 1px solid #353535;padding-bottom:1px; */
   
    
}
.RadMenu_tmac .rmHorizontal .rmLast
{
    border-right: 0;
     
}

.RadMenu_tmac .rmVertical .rmItem
{
    width: 100%;
   /* padding-top:2px;*/
    padding-bottom:2px;
    /* border-bottom: dashed 1px white; */
   /* border-bottom:dashed 1px white; */
    background: url(LIMiddle.png) no-repeat left bottom;

  

   
}
.RadMenu_tmac .rmVertical .rmLast
{
    border-bottom: 0;
    padding:0px 0px 10px 0px;
   background: url(LIBottom.png) no-repeat right bottom;
     
}
.RadMenu_tmac .rmVertical .rmFirst
{
    
     background: url(LITop.png) no-repeat right bottom;
}


.RadMenu_tmac_rtl .rmHorizontal .rmItem
{
    border-left: 0;
}

.RadMenu_tmac .rmRootGroup .rmGroup .rmItem, .RadMenu_tmac_Context .rmGroup .rmItem
{
    /*border-right: 0;
    border-bottom: 0;
    padding-bottom: 0;*/
    
}

.RadMenu_tmac .rmGroup
{
    /*border: 1px solid #828282;*/ /*background:  url(bgrd-dropdown.png);*/ /* */ /*background-color: #0091CF; 	      opacity: 0.9;     filter:alpha(opacity=90);       -moz-opacity:.90;opacity:.90;*/
    width: 198px;
   /* background: url(bgrd-dropdown.png) bottom left;*/
   
}

.RadMenu_tmac .rmGroup .rmExpanded
{
    z-index: 1;
}

.RadMenu_tmac .rmTopArrow, .RadMenu_tmac .rmBottomArrow
{
    height: 10px;
    width: 100%;
    background: #fff url(ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_tmac .rmBottomArrow
{
    background-position: center -18px;
}

.RadMenu_tmac .rmLeftArrow, .RadMenu_tmac .rmRightArrow
{
    width: 10px;
    height: 100%;
    background: #fff url(ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_tmac .rmRightArrow
{
    background-position: -18px center;
}

.RadMenu_tmac .rmItem .rmDisabled .rmText
{
    color: #999;
    
}

.RadMenu_tmac .rmRootGroup .rmItem .rmDisabled
{
    background: none;
}

.RadMenu_tmac .rmGroup .rmItem .rmDisabled
{
    background-color: #fff;
}

.RadMenu_tmac .rmRootGroup .rmSeparator, .RadMenu_tmac .rmGroup .rmSeparator
{
    background: #8f8f8f; /*border-top: 1px solid #676767;*/
    border-bottom: 0;
    
    
}

.RadMenu_tmac .rmSeparator .rmText
{
    /*display: none;*/
    
    
}

.RadMenu_tmac .rmHorizontal .rmSeparator
{
    height: 20px;
    width: 1px;
    line-height: 20px;
    border: 0;
}

.RadMenu_tmac .rmVertical .rmSeparator
{
    /*height: 1px;
    margin: 3px 0;
    border: 0;
    line-height: 1px;*/
    /*border-bottom: dashed 1px white;*/
    
    
}

.RadMenu_tmac .rmLeftImage
{
    margin: 2px;
}

.RadMenu_tmac .rmSlide
{
        
    /*margin: -1px 0 0 -1px !important;*/
}

.RadMenu_tmac .rmHorizontal .rmSlide
{
    /*margin-top: -2px !important;*/
}

.RadMenu_tmac_rtl .rmSlide
{
    /*margin-left: 0 !important;*/ /*margin-right: -1px !important;*/
}

.RadMenu_tmac .rmGroup .rmSlide
{
    /*margin: 0 !important;*/
    padding:8px;
    
}

.RadMenu_tmac .rmItem .rmDisabled:hover
{
    background: none;
}
