/* RadMenu Default skin */

.RadMenu_GT { background-position: bottom; width: 100%; padding-left:10px; height: 47px; border-bottom-width: 0; background-image: url( 'Menu/MenuBackground.gif' ); background-color: #fff; text-align: left; background-repeat: repeat-x; }

.RadMenu_GT_rtl { text-align: right; }

.RadMenu_GT_Context { background: none; border: 0; }

.RadMenu_GT a { text-decoration: none; }

.RadMenu_GT .rmLink { line-height: 24px; text-decoration: none; color: #4E2D95; cursor:pointer; }

.RadMenu_GT .rmLink:focus, .RadMenu_GT .rmFocused { outline: 0; }

.RadMenu_GT .rmExpanded { z-index: 10000; }

.RadMenu_GT .rmLink:hover, .RadMenu_GT .rmFocused, .RadMenu_GT .rmExpanded {  color: #4F2D7F; }

.RadMenu_GT .rmLink .rmText { font-size: 1.1em; font-weight: bold; cursor:pointer;  }


.RadMenu_GT .rmHorizontal .rmLink .rmText   {color:inherit; }

.RadMenu_GT .rmVertical .rmLink .rmText   {color:inherit; }
.RadMenu_GT .rmVertical .rmLink:hover .rmText   {color:#fff }

.RadMenu_GT .rmGroup { background: #fff; }

.RadMenu_GT .rmGroup .rmLink { text-decoration: none;  }

.RadMenu_GT_rtl .rmGroup .rmLink { text-align: right; }

.RadMenu_GT .rmGroup .rmLink:hover, .RadMenu_GT .rmGroup .rmFocused, .RadMenu_GT .rmGroup .rmExpanded { color: #fff; background: #4F2D7F; }

.RadMenu_GT .rmText { padding: 0px 17px 0px 17px;  }

.RadMenu_GT .rmGroup .rmLink .rmText { font-size: 11px; }

/* <expand arrows styling> */

.RadMenu_GT .rmGroup .rmLink .rmExpandRight {  background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px; }

.RadMenu_GT .rmGroup .rmLink .rmExpandLeft { background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px; }

.RadMenu_GT .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_GT .rmGroup .rmFocused .rmExpandRight, .RadMenu_GT .rmGroup .rmExpanded .rmExpandRight { background-image: url(Menu/ArrowExpandHovered.gif); }

.RadMenu_GT .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_GT .rmGroup .rmFocused .rmExpandLeft, .RadMenu_GT .rmGroup .rmExpanded .rmExpandLeft { background-image: url(Menu/ArrowExpandHoveredRTL.gif); }

/* </expand arrows styling> */

.RadMenu_GT .rmHorizontal .rmItem {  margin-top:-1px;   }
.RadMenu_GT .rmHorizontal .rmItem:hover a {  background-position: center bottom; padding-bottom: 23px; background-image: url( 'Menu/main_menu_selected.gif' );  background-repeat: no-repeat; }
.RadMenu_GT .rmHorizontal .rmItem .current {  background-position: center bottom;  background-image: url( 'Menu/main_menu_selected.gif' );  padding-bottom: 23px;  background-repeat: no-repeat;}
.RadMenu_GT .rmHorizontal .rmItem:hover .rmItem a{ background-image:none;}

.RadMenu_GT .rmHorizontal .rmItem:hover { }
.RadMenu_GT .rmHorizontal .rmItem:hover .rmItem a { padding-bottom:0px;  }
.RadMenu_GT .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_GT .rmVertical .rmItem {  }
.RadMenu_GT .rmVertical .rmLast { border-bottom: 0; }
.RadMenu_GT_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_GT .rmRootGroup .rmGroup .rmItem, .RadMenu_GT_Context .rmGroup .rmItem { border-right: 0; border-bottom: 0; }

.RadMenu_GT .rmGroup {  border-style: none solid solid solid; border-width: 1px; border-color: #BEBEBE; background-color: #fff; }
.RadMenu_GT .rmGroup .rmGroup  { border-style: solid solid solid solid; margin-left:1px; }

.RadMenu_GT .rmGroup .rmExpanded { z-index: 11; }

.RadMenu_GT .rmTopArrowDisabled, .RadMenu_GT .rmBottomArrowDisabled, .RadMenu_GT .rmLeftArrowDisabled, .RadMenu_GT .rmRightArrowDisabled { display: none; }

.RadMenu_GT .rmTopArrow, .RadMenu_GT .rmBottomArrow, .RadMenu_GT .rmLeftArrow, .RadMenu_GT .rmRightArrow { font-size: 0; line-height: 0; color: #fff; }

.RadMenu_GT .rmTopArrow, .RadMenu_GT .rmBottomArrow { height: 10px; width: 100%; background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center; }

.RadMenu_GT .rmBottomArrow { background-position: center -18px; }

.RadMenu_GT .rmLeftArrow, .RadMenu_GT .rmRightArrow { width: 10px; height: 100%; background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center; }

.RadMenu_GT .rmRightArrow { background-position: -18px center; }

.RadMenu_GT .rmItem .rmDisabled .rmText { color: #999; }

.RadMenu_GT .rmRootGroup .rmItem .rmDisabled { background: none; }

.RadMenu_GT .rmGroup .rmItem .rmDisabled { background-color: #fff; }

.RadMenu_GT .rmRootGroup .rmSeparator, .RadMenu_GT .rmGroup .rmSeparator { background: #8f8f8f; border-top: 1px solid #676767; border-bottom: 0; }

.RadMenu_GT .rmSeparator .rmText { display: none; }

.RadMenu_GT .rmHorizontal .rmSeparator { height: 20px; width: 1px; line-height: 20px; border: 0; }

.RadMenu_GT .rmVertical .rmSeparator { height: 1px; margin: 3px 0; border: 0; line-height: 1px; }

.RadMenu_GT .rmLeftImage { margin: 2px; }

.RadMenu_GT .rmSlide { margin: -24px 0 0 -1px; }

* html .RadMenu_GT .rmVertical .rmSlide { margin-left: 0px !important; }

* html .RadMenu_GT .rmHorizontal .rmSlide { margin-top: 0px !important; }

.RadMenu_GT_rtl .rmSlide { margin: -1px 0 0 2px !important; }

* html .RadMenu_GT_rtl .rmVertical .rmSlide { margin-left: 3px !important; }

* html .RadMenu_GT_rtl .rmHorizontal .rmSlide { margin-top: -2px !important; margin-left: 0 !important; }

.RadMenu_GT .rmItem .rmDisabled:hover { background: none; }

