﻿/* RadMenu Plain skin */

.RadMenu_Menu 
{
	z-index: 100 !important;
	width: 100%;
	background-image: url('img/BC_Menu_BG.gif');
	line-height: 30px;
	height: 23px;
	padding-top: 5px;
}

.RadMenu_Menu_Context
{
	background: none;
	border:0;
}

.RadMenu_Menu .rmLink,
.RadMenu_Menu .rmTemplate .rmText
{
	line-height: 20px;
	text-decoration:none;
	color: #acadac;
	text-transform: uppercase;
	border-left: 2px double transparent;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
}

.RadMenu_Menu .rmTemplate .rmText:hover,
.RadMenu_Menu .rmLink:hover,
.RadMenu_Menu .rmFocused,
.RadMenu_Menu .rmExpanded 
{
	color: #9b1c1c !important;
	background: white;
	border-left: 2px double #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	cursor: hand;
}

/* All cells with text */
.RadMenu_Menu .rmText
{
	padding: 0 20px 5px 10px;
	font-size: 12px;
	font-family: "Calibri";
	font-weight: bold;
}

.RadMenu_Menu_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
}

/* Sub Menu area */
.RadMenu_Menu .rmGroup
{
	padding: 10px;
	background: white; 
	border-left:4px solid #ccc; 
	border-right:4px solid #ccc; 
	border-bottom:4px solid #808080; 	
	border-top:4px solid #fff; 	

}

/* Sub Menu cells*/
.RadMenu_Menu .rmGroup .rmLink,
.RadMenu_Menu .rmGroup .rmTemplate .rmText
{
	background: none;
	text-align: left;
	color: #9b1c1c !important;
	text-transform: capitalize;
}

.RadMenu_Menu_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_Menu_rtl .rmGroup .rmLink
{
	text-align: right;
}

/* Sub Menu Rollover / Selected */
.RadMenu_Menu .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Menu .rmGroup .rmLink:hover,
.RadMenu_Menu .rmGroup .rmFocused,
.RadMenu_Menu .rmGroup .rmExpanded
{
	color: #fff !important;
	background-color: #9b1c1c !important;
	font-weight: normal;
	border: 0 red solid;
}

.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;
}

/* Sub Menu with additional children */
.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;
}

/* Sub Menu with additional children - Rollover / Selected */
.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;  
}  
