/* RadMenu Default skin */

.RadMenu_MenuTheme 
{
	/*border: 0px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838;
	background: #444 url(Menu/MenuBackground.jpg) repeat-x;
	text-align: left;
	left:0px;*/
	height:53px;
		position: relative;
	z-index: 50000;
}

.RadMenu_MenuTheme_rtl
{
	text-align: right;
}

.RadMenu_MenuTheme_Context
{
	background: none;
	border: 0;
}

.RadMenu_MenuTheme a
{
	text-decoration: none;

}

.RadMenu_MenuTheme .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #000;
}

.RadMenu_MenuTheme .rmLink:focus,
.RadMenu_MenuTheme .rmFocused
{
	outline: 0;
}

.RadMenu_MenuTheme .rmExpanded
{
	position: relative;
	z-index: 1000 !important;
}

.rmExpanded
{
    position: relative;
	z-index: 20000 !important;
}

.RadMenu_MenuTheme .rmLink:hover,
.RadMenu_MenuTheme .rmFocused,
.RadMenu_MenuTheme .rmExpanded
{
	color: #333;
	/*background: #fff url(Menu/MenuBackground_white.jpg) repeat-x top left;*/
	cursor:pointer;
}

.RadMenu_MenuTheme .rmLink .rmText
{
	font: bold 16px Arial, sans-serif;
}

.RadMenu_MenuTheme .rmGroup
{
	background: #fff;
}

/*color of the dropdown menu items*/
.RadMenu_MenuTheme .rmGroup .rmLink
{
	text-decoration: none;
	color: #FFF;
}

.RadMenu_MenuTheme_rtl .rmGroup .rmLink
{
	text-align: right;
}

/*hover style of the dropdown menu item*/
.RadMenu_MenuTheme .rmGroup .rmLink:hover,
.RadMenu_MenuTheme .rmGroup .rmFocused,
.RadMenu_MenuTheme .rmGroup .rmExpanded
{
	color: #FFFFFF;
	background: #BCB6AA;
}

.RadMenu_MenuTheme .rmGroup .rmText
{
	padding: 3px 20px 5px;
}

.RadMenu_MenuTheme .rmGroup .rmLink .rmText
{
	font-size: 12px;
	/*padding: 4px 37px 5px 20px;*/
}

.RadMenu_MenuTheme_rtl .rmGroup .rmLink .rmText
{
	/*padding: 4px 20px 5px 37px;*/
}

/* <expand arrows styling> */

.RadMenu_MenuTheme .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_MenuTheme .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_MenuTheme .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_MenuTheme .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MenuTheme .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_MenuTheme .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_MenuTheme .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MenuTheme .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_MenuTheme .rmHorizontal .rmItem { border-right: 0px solid #353535; 
                                        padding-bottom:0px; 
                                        }
.RadMenu_MenuTheme .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_MenuTheme .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu_MenuTheme .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_MenuTheme_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_MenuTheme .rmRootGroup .rmItem
{
    padding-right:0px;
    padding-left:0px;
}

.RadMenu_MenuTheme .rmRootGroup .rmItem .rmItem
{
    padding-right:0px;
    padding-left:0px;
}

.RadMenu_MenuTheme .rmRootGroup .rmGroup .rmItem,
.RadMenu_MenuTheme_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; 
  	}


/*Controls the background color of the dropdown menu*/
.RadMenu_MenuTheme .rmGroup
{
	border: 1px solid #306897;
	background-color: #3E67C1;
	
}

.RadMenu_MenuTheme .rmGroup .rmExpanded
{
	position: relative;
	z-index: 10;
}

.RadMenu_MenuTheme .rmTopArrow,
.RadMenu_MenuTheme .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_MenuTheme .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_MenuTheme .rmLeftArrow,
.RadMenu_MenuTheme .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_MenuTheme .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_MenuTheme .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_MenuTheme .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_MenuTheme .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_MenuTheme .rmRootGroup .rmSeparator,
.RadMenu_MenuTheme .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_MenuTheme .rmSeparator .rmText
{
	display: none;
}

.RadMenu_MenuTheme .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_MenuTheme .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_MenuTheme .rmLeftImage
{
	margin: 0px;
}

/*Controls the padding of the dropdown*/
.RadMenu_MenuTheme .rmSlide
{
    margin: 0px 0 0 2px;
    
}
/*Controls the padding of the dropdown*/
.RadMenu_MenuTheme .rmHorizontal .rmSlide
{
	margin-top: 0px !important;
	
}

.RadMenu_MenuTheme_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_MenuTheme .rmGroup .rmSlide
{
	margin: 0 !important;
	position: relative;
	z-index: 1000 !important;
}

.RadMenu_MenuTheme .rmItem .rmDisabled:hover
{
	background: none;
}
