/* RadMenu Plain skin */

.RadMenu_News 
{
	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_News_Context
{
	background: none;
	border:0;
}

.RadMenu_News .rmLink,
.RadMenu_News .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_News .rmTemplate .rmText:hover,
.RadMenu_News .rmLink:hover,
.RadMenu_News .rmFocused,
.RadMenu_News .rmExpanded
{
	color: #000;
}

.RadMenu_News .rmText
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.RadMenu_News_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_News .rmGroup
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
	background: #f7f7f7;
}

.RadMenu_News .rmGroup .rmLink,
.RadMenu_News .rmGroup .rmTemplate .rmText
{
	background: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_News_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_News_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_News .rmGroup .rmTemplate .rmText:hover,
.RadMenu_News .rmGroup .rmLink:hover,
.RadMenu_News .rmGroup .rmFocused,
.RadMenu_News .rmGroup .rmExpanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_News .rmLeftArrow,
.RadMenu_News .rmRightArrow,
.RadMenu_News .rmTopArrow,
.RadMenu_News .rmBottomArrow,
.RadMenu_News .rmLeftArrowDisabled,
.RadMenu_News .rmRightArrowDisabled,
.RadMenu_News .rmTopArrowDisabled,
.RadMenu_News .rmBottomArrowDisabled
{
	background: #ededed url(Menu/left.gif) center center no-repeat;
	width:15px;
}

.RadMenu_News .rmTopArrow,
.RadMenu_News .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_News .rmBottomArrow,
.RadMenu_News .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_News .rmRightArrow,
.RadMenu_News .rmLeftArrow
{
	height:100%;
}

.RadMenu_News .rmRightArrow,
.RadMenu_News .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_News .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_News .rmExpandLeft,
.RadMenu_News .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_News_rtl .rmExpandLeft,
.RadMenu_News_rtl .rmExpandRight
{
	background: url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_News .rmLink:hover .rmExpandLeft,
.RadMenu_News .rmLink:hover .rmExpandRight,
.RadMenu_News .rmFocused .rmExpandLeft,
.RadMenu_News .rmFocused .rmExpandRight,
.RadMenu_News .rmExpanded .rmExpandLeft,
.RadMenu_News .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_News_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_News_rtl .rmLink:hover .rmExpandRight,
.RadMenu_News_rtl .rmFocused .rmExpandLeft,
.RadMenu_News_rtl .rmFocused .rmExpandRight,
.RadMenu_News_rtl .rmExpanded .rmExpandLeft,
.RadMenu_News_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_News a.rmDisabled,  
.RadMenu_News .rmDisabled:hover  
{  
    background: none;  
    color: #ccc;  
}  
