/* r.a.d.menu Web 2.0 skin */

.RadMenu_Web20 
{
	background: url(MenuWeb20/MenuItemBackground.gif);
	border-left: solid 1px #aeb1c9;
	z-index:2000; /* Bugfix: menu overlayed modal radwindows.*/ 
}

.RadMenu_Web20_Context
{
	background: none;
	border:0;
}


.RadMenu_Web20 .rmLink:hover,
.RadMenu_Web20 .rmFocused,
.RadMenu_Web20 .rmExpanded
{
	color: #006;
	background: transparent url(MenuWeb20/MainItemBackgroundHover.gif) repeat-x center;
}

.RadMenu_Web20 .rmText
{
	/*background: transparent url(MenuWeb20/RootGroupArrowDown.gif) no-repeat right center;*/
	padding-left: 8px;
	margin-right: 4px;
	font: 11px Verdana, Arial, Sans-serif;
	line-height: 22px;
	padding-right: 24px;
}

.RadMenu_Web20 .rmText
{
    background-image:none;
}

.RadMenu_Web20 .rmHorizontal .rmExpandBottom,  
.RadMenu_Web20 .rmHorizontal .rmExpandTop  
{  
  background: transparent url(MenuWeb20/RootGroupArrowDown.gif) no-repeat right center;  
} 

.RadMenu_Web20 .rmVertical .rmExpandLeft,
.RadMenu_Web20 .rmVertical .rmExpandRight  
{  
  background: transparent url(MenuWeb20/invertedGroupImage.gif) no-repeat right center;  
} 


.RadMenu_Web20 .rmSlide
{
	margin-top:-1px;
}

.RadMenu_Web20 .rmGroup
{
	border: solid 1px #adb1c8;
	background: #C1C6DB;
}

.RadMenu_Web20 .rmGroup .rmLink
{
	background: #C1C6DB;
	border: 0px;
	border-bottom: solid 1px #d1d4e4;
	color: #383E6E;
}

.RadMenu_Web20 .rmGroup .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0 !important;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 11px;
}

.RadMenu_Web20 .rmGroup .rmLink:hover,
.RadMenu_Web20 .rmGroup .rmFocused,
.RadMenu_Web20 .rmGroup .rmExpanded
{
	background: #e9eaf2;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
}

.RadMenu_Web20 .rmLeftArrow,
.RadMenu_Web20 .rmRightArrow,
.RadMenu_Web20 .rmTopArrow,
.RadMenu_Web20 .rmBottomArrow,
.RadMenu_Web20 .rmLeftArrowDisabled,
.RadMenu_Web20 .rmRightArrowDisabled,
.RadMenu_Web20 .rmTopArrowDisabled,
.RadMenu_Web20 .rmBottomArrowDisabled
{
	background: #e9eaf2 url(MenuWeb20/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#e9eaf2;
	overflow:hidden;
}

.RadMenu_Web20 .rmTopArrow,
.RadMenu_Web20 .rmTopArrowDisabled
{
	background-image: url(MenuWeb20/top.gif);
	width: 100%;
}

.RadMenu_Web20 .rmBottomArrow,
.RadMenu_Web20 .rmBottomArrowDisabled
{
	background-image:url(MenuWeb20/bottom.gif);
	width: 100%;
}

.RadMenu_Web20 .rmRightArrow,
.RadMenu_Web20 .rmLeftArrow
{
	height: 100%;
}

.RadMenu_Web20 .rmRightArrow,
.RadMenu_Web20 .rmRightArrowDisabled
{
	background-image: url(MenuWeb20/right.gif);
}

.RadMenu_Web20 .rmVertical .rmSeparator
{
	padding-top: 2px;
	background: #adb1c8;
	font-size: 1px;
	line-height: 1px;
}

.RadMenu_Web20 .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Web20 .rmExpandLeft,
.RadMenu_Web20 .rmExpandRight,
.RadMenu_Web20 .rmFocused .rmExpandLeft,
.RadMenu_Web20 .rmFocused .rmExpandRight,
.RadMenu_Web20 .rmExpanded .rmExpandLeft,
.RadMenu_Web20 .rmExpanded .rmExpandRight
{
	background: transparent url(MenuWeb20/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Web20 .rmGroup .rmExpandLeft,
.RadMenu_Web20 .rmGroup .rmExpandRight,
.RadMenu_Web20 .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Web20 .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Web20 .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_Web20 .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(MenuWeb20/groupImage.gif) right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_Web20 .rmLink.rmDisabled,
.RadMenu_Web20 .rmLink.rmDisabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #ccc;
	background: none;
}


/*right-to-left support*/

.RadMenu_Web20_rtl,
.RadMenu_Web20_rtl *
{
    text-align:right;
}

.RadMenu_Web20_rtl .rmRootGroup .rmText
{
	padding-left: 24px;
	padding-right: 8px;
	margin-right: 0;
	margin-left: 4px;
}

.RadMenu_Web20_rtl .rmGroup .rmText
{
	margin-left: 0 !important;
	padding-left: 40px;
	padding-right: 30px;
}


.RadMenu_Web20_rtl .rmHorizontal .rmExpandBottom,  
.RadMenu_Web20_rtl .rmHorizontal .rmExpandTop  
{  
  background-position:left center;  
} 

.RadMenu_Web20_rtl .rmVertical .rmExpandLeft,
.RadMenu_Web20_rtl .rmVertical .rmExpandRight  
{  
  background: transparent url(MenuWeb20/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_Web20_rtl .rmGroup .rmExpandLeft,
.RadMenu_Web20_rtl .rmGroup .rmExpandRight  
{  
  background: transparent url(MenuWeb20/groupImageRTL.gif) no-repeat 5px center;  
}

.RadMenu_Web20_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_Web20_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_Web20_rtl .rmVertical .rmFocused .rmExpandLeft,
.RadMenu_Web20_rtl .rmVertical .rmFocused .rmExpandRight,
.RadMenu_Web20_rtl .rmVertical .rmExpanded .rmExpandLeft,
.RadMenu_Web20_rtl .rmVertical .rmExpanded .rmExpandRight
{
	background: transparent url(MenuWeb20/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Web20_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Web20_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Web20_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Web20_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Web20_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_Web20_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(MenuWeb20/groupImageRTL.gif) 5px center no-repeat;
}

/* ---- Adjustions for right aligning the drop down arrow  
        and the support for radiobox - and checkbox menu items. ---- */

.RadMenu_Web20 .rmLeftImage 
{
   position:absolute;
   top:5px; /* depends on the height of the image and menu items*/
   right:5px;
   float:none;
   
}
.RadMenu_Web20 .rmLink
{
	line-height: 20px;
 
	text-decoration:none;
	color: #383E6E;
	background: #ececec url(MenuWeb20/MenuItemBackground.gif) repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
   padding-left:1px;
}


.RadMenu_Web20 .Checked
{
   background: url(MenuWeb20/box_checked.gif) left center no-repeat !important;
}

.RadMenu_Web20 .UnChecked
{
    background: url(MenuWeb20/box_unchecked.gif) left center no-repeat !important;
}
.RadMenu_Web20 .CheckedRadio
{
    background: url(MenuWeb20/radio_on.gif) left center no-repeat !important;
}

.RadMenu_Web20 .UnCheckedRadio
{
    background:  url(MenuWeb20/radio_off.gif) left center no-repeat !important;
}


/* ---- End of adjustions for right aligning the drop down arrow  
        and the support for radiobox - and checkbox menu items. ---- */
