/* RadMenu Plain skin */

.RadMenu_Menu 
{
	z-index: 100 !important;
	font-weight: bold;
	padding-left: 15px;
	font-size :12px;
}


.RadMenu_Menu RadMenu_MenuSub
{
	z-index: 100 !important;
	padding-left: 10px;
	color: #66b161;			
}

.RadMenu_Menu_Context
{
	background: none;
	border:0;
}

.RadMenu_SitefinityBlueBlue .rmLink,
.RadMenu_SitefinityBlueBlue .rmTemplate .rmText
{
	line-height: 30px;
	text-decoration: none;
	background: #CCC;	
}



.RadMenu_SitefinityBlue .rmTemplate .rmText:hover, /* ok */
.RadMenu_Menu .rmLink:hover,
.RadMenu_Menu .rmFocused,
.RadMenu_Menu .rmExpanded
{
	color: #fff !important;	
	text-decoration: none;
	cursor:pointer;
}

.MenuBottom .rmLink:hover,
.MenuBottom .rmFocused,
.MenuBottom .rmExpanded
{
	color: #000 !important;	
	text-decoration: none;
	cursor:pointer;
}

.RadMenu_Menu .rmGroup .rmLink 
{
	color: #000000;
}

MenuBottom .rmGroup .rmLink 
{
	color: #ffffff;
}

.selectedItem
{
	color: #fff !important;	
	text-decoration: none;	
}

.selectedItembottom
{
	color: #000 !important;	
	text-decoration: none;	
}

.RadMenu_Menu .rmGroup .rmLink selectedItem
{
	color: #FFFFFF;
}

.MenuBottom .rmGroup .rmLink selectedItembottom
{
	color: #000;
}

.RadMenu_Menu .rmLink
{
	color: #C0C0C0;
	text-decoration: none;
}

.MenuBottom .rmLink
{
	color: #666666;
	text-decoration: none;
}

.SubMenu .rmLink
{
	color:#66b161;
	text-decoration: none;	
}

.RadMenu_Menu .rmLast
{
	border-right-style: none;
}

.RadMenu_Menu li
{
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #C0C0C0;
}
.RadMenu_Menu .rmText
{
	padding: 0px 5px 0px 15px;
	
}



.RadMenu_Menu_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_Menu .rmGroup
{
	background: #000000;
	background-image: url(/Files/background_menu.png);
	line-height: 0px;
}

.RadMenu_Menu .rmGroup .rmLink,
.RadMenu_Menu .rmGroup .rmTemplate .rmText
{
	text-decoration: none;
	background: none;
	text-align: left;
	margin: 0px;
}



.RadMenu_Menu_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_Menu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Menu .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Menu .rmGroup .rmLink:hover,
.RadMenu_Menu .rmGroup .rmFocused,
.RadMenu_Menu .rmGroup .rmExpanded
{
	color: #FFFFFF;	
}

.MenuBottom .rmGroup .rmTemplate .rmText:hover,
.MenuBottom .rmGroup .rmLink:hover,
.MenuBottom .rmGroup .rmFocused,
.MenuBottom .rmGroup .rmExpanded
{
	color: #000000;	
	cursor:auto;	
}

.RadMenu_Menu .rmLeftArrow,
.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmBottomArrow,
.RadMenu_Menu .rmLeftArrowDisabled,
.RadMenu_Menu .rmRightArrowDisabled,
.RadMenu_Menu .rmTopArrowDisabled,
.RadMenu_Menu .rmBottomArrowDisabled
{
	background: #ededed url('Menu/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmTopArrowDisabled
{
	background-image:url('Menu/top.gif');
	width:100%;
}

.RadMenu_Menu .rmBottomArrow,
.RadMenu_Menu .rmBottomArrowDisabled
{
	background-image:url('Menu/bottom.gif');
	width:100%;
}

.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmLeftArrow
{
	height:100%;
}

.RadMenu_Menu .rmRightArrow,
.RadMenu_Menu .rmRightArrowDisabled
{
	background-image: url('Menu/right.gif');
}

.RadMenu_Menu .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_Menu .rmExpandLeft,
.RadMenu_Menu .rmExpandRight
{
	background: transparent url('Menu/groupImage.gif') right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Menu_rtl .rmExpandLeft,
.RadMenu_Menu_rtl .rmExpandRight
{
	background: url('Menu/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Menu .rmLink:hover .rmExpandLeft,
.RadMenu_Menu .rmLink:hover .rmExpandRight,
.RadMenu_Menu .rmFocused .rmExpandLeft,
.RadMenu_Menu .rmFocused .rmExpandRight,
.RadMenu_Menu .rmExpanded .rmExpandLeft,
.RadMenu_Menu .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_Menu_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Menu_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Menu_rtl .rmFocused .rmExpandLeft,
.RadMenu_Menu_rtl .rmFocused .rmExpandRight,
.RadMenu_Menu_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Menu_rtl .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Menu a.rmDisabled,  
.RadMenu_Menu .rmDisabled:hover  
{  
    background: none;  
    color: #ccc;  
}  