/* RadMenu Default skin */

.RadMenu_English 
{
	
	text-align:center;
	z-index:100;
	
}



.RadMenu_English .rmLink img
{
	/*border-right: solid 1px #d6d6d6;*/
	line-height:12px;
	color: #707070;
	text-decoration:none;
	cursor:pointer;

}
.RadMenu_English .rmLink
{
	border-right: solid 1px #d6d6d6;
	
	color: #bbbbbb;
	text-decoration:none;
	padding-right: 11px;

}

.RadMenu_English .rmLink:hover,
.RadMenu_English .rmFocused,
.RadMenu_English .rmExpanded
{
	color: #FFF;
	text-decoration:none;
	background: #ececec url('Menu/menu-bg-selected.jpg') repeat-x;
	
}

.RadMenu_English .rmText
{
	padding-left: 18px;	
	padding-right: 18px;
	font-family: Arial;
	font-size: 11px;
	cursor:pointer;
}

.RadMenu_English .rmGroup
{
	background: #161616;
	border: solid 1px #272727;
	padding-top: 10px;
}

.RadMenu_English .rmGroup .rmLink
{
	background: #161616;
	line-height:25px;
	border-top: solid 1px #272727;
	border-bottom: solid 1px #272727;
	border-left: 0px;
	border-right: 0px;
	min-width: 150px;
	text-align: left;
	
}

* html .RadMenu_English .rmGroup .rmLink
{
    width: 150px;
}

.RadMenu_English_rtl .rmGroup .rmLink
{
	text-align: left;
	cursor:pointer
}

.RadMenu_English .rmGroup .rmText
{
	/*border-top: solid 1px #272727;
	border-bottom: solid 1px #272727;
*/
	padding-left: 12px;
}


.RadMenu_English_rtl .rmGroup .rmText
{
	padding-left: 12px;
	padding-right: 12px;
}

.RadMenu_English .rmGroup .rmLink:hover,
.RadMenu_English .rmGroup .rmFocused,
.RadMenu_English .rmGroup .rmExpanded
{
	background: #080808 url(Menu/menu-bg-selected.jpg) repeat-x;
	font-weight: normal;
}

.RadMenu_English .rmLeftArrow,
.RadMenu_English .rmRightArrow,
.RadMenu_English .rmTopArrow,
.RadMenu_English .rmBottomArrow,
.RadMenu_English .rmLeftArrowDisabled,
.RadMenu_English .rmRightArrowDisabled,
.RadMenu_English .rmTopArrowDisabled,
.RadMenu_English .rmBottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_English .rmTopArrow,
.RadMenu_English .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_English .rmBottomArrow,
.RadMenu_English .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_English .rmRightArrow,
.RadMenu_English .rmLeftArrow
{
	height:100%;
}

.RadMenu_English .rmRightArrow,
.RadMenu_English .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_English .rmVertical .rmSeparator .rmText
{
	padding-top: 3px;
	background: #080808 url(Menu/Separator.gif) no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_English .rmExpandLeft,
.RadMenu_English .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
	cursor:pointer
}

.RadMenu_English_rtl .rmExpandLeft,
.RadMenu_English_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_English .rmLink:hover .rmExpandLeft,
.RadMenu_English .rmLink:hover .rmExpandRight,
.RadMenu_English .rmFocused .rmExpandLeft,
.RadMenu_English .rmFocused .rmExpandRight,
.RadMenu_English .rmExpanded .rmExpandLeft,
.RadMenu_English .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_English_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_English_rtl .rmLink:hover .rmExpandRight,
.RadMenu_English_rtl .rmFocused .rmExpandLeft,
.RadMenu_English_rtl .rmFocused .rmExpandRight,
.RadMenu_English_rtl .rmExpanded .rmExpandLeft,
.RadMenu_English_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}