/* RadMenu Mac skin */

.RadMenu_Mac
{ border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #13317C; border-right-color: #13317C; border-bottom-color: #13317C; border-left-color: #13317C; }

.RadMenu_Mac .link
{ text-decoration: none; font-weight: bold; color: #FFFFFF; line-height: 22px; background-color: #314689; background-image: url(img/MainItemBackground.gif); background-repeat: repeat-x; }

.RadMenu_Mac .link:hover,
.RadMenu_Mac .focused,
.RadMenu_Mac .expanded
{ color: #FFFFFF; background-color: #13317C; background-image: url(img/MainItemBackgroundHvr.gif); background-repeat: repeat-x; }

.RadMenu_Mac .text
{
	font-size: 11px;
	padding: 0px 9px;
	font-family: Arial, Verdana, Sans-Serif;
}

.RadMenu_Mac .group
{ border: solid 1px #dadada; background-color: #13317C; background-image: url(img/MenuItemBackground.gif); }

.RadMenu_Mac .group .link
{
	background: none;
	float: left;
	_width: 140px; /* IE6 */
	min-width: 140px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: #333;
}

.RadMenu_Mac .group .text
{
	padding-left: 12px;
}

.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded
{ background: #326dc8 url('img/MenuItemBackgroundHvr.gif') repeat-x; color: #333333; }

.RadMenu_Mac .leftArrow,
.RadMenu_Mac .rightArrow,
.RadMenu_Mac .topArrow,
.RadMenu_Mac .bottomArrow,
.RadMenu_Mac .leftArrowDisabled,
.RadMenu_Mac .rightArrowDisabled,
.RadMenu_Mac .topArrowDisabled,
.RadMenu_Mac .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_Mac .topArrow,
.RadMenu_Mac .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_Mac .bottomArrow,
.RadMenu_Mac .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Mac .rightArrow,
.RadMenu_Mac .leftArrow
{
	height:100%;
}

.RadMenu_Mac .rightArrow,
.RadMenu_Mac .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Mac .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Mac .expandLeft,
.RadMenu_Mac .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Mac .link:hover .expandLeft,
.RadMenu_Mac .link:hover .expandRight,
.RadMenu_Mac .focused .expandLeft,
.RadMenu_Mac .focused .expandRight,
.RadMenu_Mac .expanded .expandLeft,
.RadMenu_Mac .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Mac .rootGroup .disabled,
.RadMenu_Mac .rootGroup .disabled:hover
{
    color:#999;
}

.RadMenu_Mac .rootGroup .disabled:hover
{
    background:#E9E9E9 url(img/MainItemBackground.gif) repeat-x;
}

.RadMenu_Mac .group .disabled,
.RadMenu_Mac .group .disabled:hover
{
    background: transparent;
    border: none;
    color: #999;
}

/* right to left */

.RadMenu_Mac_rtl *
{
    text-align:right !important;
}

.RadMenu_Mac_rtl .rootGroup
{
    width:100%;
}

.RadMenu_Mac_rtl .vertical .link:hover .expandLeft,
.RadMenu_Mac_rtl .vertical .link:hover .expandRight,
.RadMenu_Mac_rtl .vertical .focused .text,
.RadMenu_Mac_rtl .vertical .expanded .text
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
}

.RadMenu_Mac_rtl .expandLeft,
.RadMenu_Mac_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
}

