/* RadMenu Plain skin */

.RadMenu_DropDownButton 
{
   background: #ececec url(Menu/MenuItemBackground.gif) repeat-x;
	background: #aaaaaa;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
}

/* ---- Adjustions for right aligning the drop down arrow  
        and the support for radiobox - and checkbox menu items. ---- */

.RadMenu_DropDownButton .rmLeftImage 
{
   position:absolute;
   top:5px; /* depends on the height of the image and menu items*/
   right:5px;
   float:none;
   
}
.RadMenu_DropDownButton .rmLink
{
	line-height: 20px;

	text-decoration:none;
	color: #666;
	background: #ececec url(Menu/MenuItemBackground.gif) repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
   padding-left:5px;
}


.RadMenu_DropDownButton .Checked
{
   background: #f7f7f7 url(Menu/box_checked.gif) left center no-repeat !important;
}

.RadMenu_DropDownButton .UnChecked
{
    background: #f7f7f7 url(Menu/box_unchecked.gif) left center no-repeat !important;
}
.RadMenu_DropDownButton .CheckedRadio
{
    background: #f7f7f7 url(Menu/radio_on.gif) left center no-repeat !important;
}

.RadMenu_DropDownButton .UnCheckedRadio
{
    background: #f7f7f7 url(Menu/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. ---- */



.RadMenu_DropDownButton_Context
{
	background: none;
	border:0;
}


.RadMenu_DropDownButton .rmTemplate .rmText
{
	line-height: 20px;

	text-decoration:none;
	color: #666;
	background: #ececec url(Menu/MenuItemBackground.gif) repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
}
.RadMenu_DropDownButton .rmLink .Checked
{
	text-decoration:none;
   background: #f7f7f7 url(Menu/left.gif) left center no-repeat !important;
}

.RadMenu_DropDownButton .rmTemplate .rmText:hover,
.RadMenu_DropDownButton .rmLink:hover,
.RadMenu_DropDownButton .rmFocused,
.RadMenu_DropDownButton .rmExpanded
{
	color: #000;
}

.RadMenu_DropDownButton .rmText
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_DropDownButton_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_DropDownButton .rmGroup
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_DropDownButton .rmGroup .rmLink,
.RadMenu_DropDownButton .rmGroup .rmTemplate .rmText
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_DropDownButton_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_DropDownButton_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_DropDownButton .rmGroup .rmTemplate .rmText:hover,
.RadMenu_DropDownButton .rmGroup .rmLink:hover,
.RadMenu_DropDownButton .rmGroup .rmFocused,
.RadMenu_DropDownButton .rmGroup .rmExpanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_DropDownButton .rmLeftArrow,
.RadMenu_DropDownButton .rmRightArrow,
.RadMenu_DropDownButton .rmTopArrow,
.RadMenu_DropDownButton .rmBottomArrow,
.RadMenu_DropDownButton .rmLeftArrowDisabled,
.RadMenu_DropDownButton .rmRightArrowDisabled,
.RadMenu_DropDownButton .rmTopArrowDisabled,
.RadMenu_DropDownButton .rmBottomArrowDisabled
{
	background: #ededed url(Menu/left.gif) center center no-repeat;
	width:15px;
}

.RadMenu_DropDownButton .rmTopArrow,
.RadMenu_DropDownButton .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_DropDownButton .rmBottomArrow,
.RadMenu_DropDownButton .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_DropDownButton .rmRightArrow,
.RadMenu_DropDownButton .rmLeftArrow
{
	height:100%;
}

.RadMenu_DropDownButton .rmRightArrow,
.RadMenu_DropDownButton .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_DropDownButton .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_DropDownButton .rmExpandLeft,
.RadMenu_DropDownButton .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_DropDownButton_rtl .rmExpandLeft,
.RadMenu_DropDownButton_rtl .rmExpandRight
{
	background: url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_DropDownButton .rmLink:hover .rmExpandLeft,
.RadMenu_DropDownButton .rmLink:hover .rmExpandRight,
.RadMenu_DropDownButton .rmFocused .rmExpandLeft,
.RadMenu_DropDownButton .rmFocused .rmExpandRight,
.RadMenu_DropDownButton .rmExpanded .rmExpandLeft,
.RadMenu_DropDownButton .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_DropDownButton_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_DropDownButton_rtl .rmLink:hover .rmExpandRight,
.RadMenu_DropDownButton_rtl .rmFocused .rmExpandLeft,
.RadMenu_DropDownButton_rtl .rmFocused .rmExpandRight,
.RadMenu_DropDownButton_rtl .rmExpanded .rmExpandLeft,
.RadMenu_DropDownButton_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}