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