/* RadMenu Mac skin */

.RadMenu_Mac
{
    position: relative;
    z-index: 1000;	

}

.RadMenu_Mac .link
{
	text-decoration: none;
	color: #999999;
	line-height: 20px;
}

.RadMenu_Mac .link:hover,
.RadMenu_Mac .focused,
.RadMenu_Mac .expanded
{
	color: #491B6D;
	background: url('img/hover.jpg') repeat-x;
	cursor: pointer;
}

.RadMenu_Mac .text
{
	font-size: 11px;
	padding: 0px 9px;
	font-family: tahoma, Verdana, Sans-Serif;
}

.RadMenu_Mac .group
{
    background: #F5F3F7;
    position: relative;
    z-index: 1000;	
    
}
.RadMenu_Mac .rootGroup .link 
{
    width: 200px;
}
.RadMenu_Mac .group .link
{
	background: none;
	float: left;
	_width: 140px; /* IE6 */
	min-width: 140px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: #999;
}

.RadMenu_Mac .group .text
{
	padding-left: 12px;
	    position: relative;
    z-index: 1000;	
}

.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded
{
	
	color: #491B6D;
}

.RadMenu_Mac .leftArrow,
.RadMenu_Mac .rightArrow,
.RadMenu_Mac .topArrow,
.RadMenu_Mac .bottomArrow,
.RadMenu_Mac .leftArrowDisabled,
.RadMenu_Mac .rightArrowDisabled,
.RadMenu_Mac .topArrowDisabled,
.RadMenu_Mac .bottomArrowDisabled
{

}

.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
{

}

.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;
}
