/* RadMenu Compilator skin */

.RadMenu_Compilator
{
	/*border: solid 1px #dadada;*/
	border-bottom: 0px;
}

.RadMenu_Compilator .rmLink
{
	text-decoration: none;
	font-weight: bolder;
	color: black;
	line-height: 26px;
}

.RadMenu_Compilator_Context
{
	background: none;
	border: 0;
}

.RadMenu_Compilator .rmLink:hover,
.RadMenu_Compilator .rmFocused,
.RadMenu_Compilator .rmExpanded
{
	color: white;
	background: #4291ec url(Menu/MainItemBackgroundHvr.jpg) repeat-x;
}

.RadMenu_Compilator .rmText
{
	font-size: 11px;
	padding: 0px 9px;
	font-family: Arial, Verdana, Sans-Serif;
}

.RadMenu_Compilator .rmGroup
{
	background: white url(Menu/MenuItemBackground.gif);
	border-bottom: solid 1px #dadada;

}

.RadMenu_Compilator .rmGroup .rmLink
{
	background: none;
	float: left;
	_width: 140px; /* IE6 */
	min-width: 140px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: #333;
}

.RadMenu_Compilator .rmGroup .rmText
{
	padding-left: 12px;
}

.RadMenu_Compilator .rmGroup .rmLink:hover,
.RadMenu_Compilator .rmGroup .rmFocused,
.RadMenu_Compilator .rmGroup .rmExpanded
{
	/*background: #326dc8 url(Menu/MenuItemBackgroundHvr.gif) repeat-x;*/
	background-color: #0270B6;
	color: white;
}

.RadMenu_Compilator .rmLeftArrow,
.RadMenu_Compilator .rmRightArrow,
.RadMenu_Compilator .rmTopArrow,
.RadMenu_Compilator .rmBottomArrow,
.RadMenu_Compilator .rmLeftArrowDisabled,
.RadMenu_Compilator .rmRightArrowDisabled,
.RadMenu_Compilator .rmTopArrowDisabled,
.RadMenu_Compilator .rmBottomArrowDisabled
{
	background: #326dc8 url(Menu/left.gif) center center no-repeat;
	width: 15px;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_Compilator .rmTopArrow,
.RadMenu_Compilator .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width: 100%;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_Compilator .rmBottomArrow,
.RadMenu_Compilator .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_Compilator .rmRightArrow,
.RadMenu_Compilator .rmLeftArrow
{
	height:100%;
}

.RadMenu_Compilator .rmRightArrow,
.RadMenu_Compilator .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Compilator .rmVertical .rmSeparator
{
	padding: 0;
	background:	#d0d2d4;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 0;
	border-bottom:0;
}

.RadMenu_Compilator .rmRootGroup .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Compilator .rmExpandLeft,
.RadMenu_Compilator .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_Compilator .rmLink:hover .rmExpandLeft,
.RadMenu_Compilator .rmLink:hover .rmExpandRight,
.RadMenu_Compilator .rmFocused .rmExpandLeft,
.RadMenu_Compilator .rmFocused .rmExpandRight,
.RadMenu_Compilator .rmExpanded .rmExpandLeft,
.RadMenu_Compilator .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Compilator .rmRootGroup .rmDisabled,
.RadMenu_Compilator .rmRootGroup .rmDisabled:hover
{
    color:#999;
}

.RadMenu_Compilator .rmRootGroup .rmDisabled:hover
{
    background:#E9E9E9 url(Menu/MainItemBackground.gif) repeat-x;
}

.RadMenu_Compilator .rmGroup .rmDisabled,
.RadMenu_Compilator .rmGroup .rmDisabled:hover
{
    background: transparent;
    border: none;
    color: #999;
}

/* right to left */

.RadMenu_Compilator_rtl *
{
    text-align:right !important;
}

.RadMenu_Compilator_rtl .rmRootGroup
{
    width:100%;
}

.RadMenu_Compilator_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_Compilator_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_Compilator_rtl .rmVertical .rmFocused .rmText,
.RadMenu_Compilator_rtl .rmVertical .rmExpanded .rmText
{
	background:transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
}

.RadMenu_Compilator_rtl .rmExpandLeft,
.RadMenu_Compilator_rtl .rmExpandRight
{
	background: transparent url(Menu/left.gif) left center no-repeat;
}