/* RadMenu Plain skin */

.RadMenu_English 
{
	/*background: #ececec url(Menu/MenuItemBackground.gif) repeat-x;
	border-top: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;*/	
}

.RadMenu_English_Context
{
	background: none;
	border:0;
}
.rmItem 
{
	margin-right:38px;
	_margin-right:26px;
} 
.RadMenu_English .rmLink,
.RadMenu_English .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_English .rmTemplate .rmText:hover,
.RadMenu_English .rmLink:hover,
.RadMenu_English .rmFocused,
.RadMenu_English .rmExpanded
{
	color: #000;
	cursor:pointer;	

}
.RadMenu_English .rmText
{
	font-size:16px;
	color:#8c8c8c;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align: left;	
	padding-left:10px;

}

.RadMenu_English_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;		
}


.RadMenu_English .rmGroup
{
	/*border: solid 1px #bbbbbb;*/
	border-right: 0px;
	border-bottom: 0px;
	/*background: #f7f7f7;*/
	background: #fff;
	width:200px;		
}
.RadMenu_English .rmLevel1 .rmText
{
	font-size:12px;
	color:#8c8c8c;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;	
	padding-left: 10px;			
}
.RadMenu_English .rmLevel1 .rmLink .rmText:hover
{
	color:Orange;
}
.RadMenu_English .rmLink .rmText:hover
{
	color:Orange;
}
.RadMenu_English .rmGroup .rmLink,
.RadMenu_English .rmGroup .rmTemplate .rmText
{
	background: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	width:200px;
	height:25px;
	padding-top:5px;	
}

.RadMenu_English_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_English_rtl .rmGroup .rmLink
{
	text-align: right;
		
}

.RadMenu_English .rmGroup .rmTemplate .rmText:hover,
.RadMenu_English .rmGroup .rmLink:hover,
.RadMenu_English .rmGroup .rmFocused,
.RadMenu_English .rmGroup .rmExpanded
{
	/*background: #ededed;*/
	background: #f7f7f7;
	border-bottom-color: #d7d7d7;
	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
{
	background: #ededed url(Menu/left.gif) center center no-repeat;
	width:15px;
	
}

.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
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_English .rmExpandLeft,
.RadMenu_English .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_English_rtl .rmExpandLeft,
.RadMenu_English_rtl .rmExpandRight
{
	background: 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;
}