/* r.a.d.menu _MacHE skin */
.RadMenu_MacHE
{
	text-align:right;
}
.RadMenu_MacHE_Context
{
	border:0;
	text-align:right;
	direction:rtl;
}
.RadMenu_MacHE .link
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	line-height: 27px;
	cursor:pointer;
	font-size:11px;
	text-align:right;
}
.RadMenu_MacHE .link:hover,
.RadMenu_MacHE .focused,
.RadMenu_MacHE .expanded
{
	color: #ffffff;
	cursor:pointer;
	font-size:10px;
	background-color:black;
	font-weight:bold;
}

.RadMenu_MacHE .text
{
	font-size: 12px;
	font-weight:bold;
	font-family: Trebuchet MS,Verdana,arial;
}

.RadMenu_MacHE .group
{
	/*background-color:#165393;*/
	/*border: solid 1px #ffffff;*/
	/*background: url('img/bg.gif') center top repeat-x;*/
	border-left:solid 0px #ffffff;
	border-right:solid 0px #ffffff;
	background-color:White;
	border-bottom:solid 2px #0B596F;
	text-align:right;
	float:right;

}

.RadMenu_MacHE .group .link
{
	/*background-color:#165393;*/
	
	float: right;
	_width: 170px; /* IE6 */
	min-width: 170px; /* IE7, Mozilla, Opera */
	text-align:right;
	color: #095A6F;
	border-bottom:solid 1px #000000;
	background: url('img/dots_sep.gif') center bottom repeat-x;

}

.RadMenu_MacHE .group .text
{
	padding-left: 12px;
	padding-right: 12px;
	font-size:11px;
	font-family: Arial,Trebuchet MS,Verdana,arial;	
	font-weight:bold;
}

.RadMenu_MacHE .group .link:hover,
.RadMenu_MacHE .group .focused,
.RadMenu_MacHE .group .expanded
{
	/*background: url('img/over_rec.gif') left bottom repeat-x;*/
	color: #52A2BD;
}

.RadMenu_MacHE .leftArrow,
.RadMenu_MacHE .rightArrow,
.RadMenu_MacHE .topArrow,
.RadMenu_MacHE .bottomArrow,
.RadMenu_MacHE .leftArrowDisabled,
.RadMenu_MacHE .rightArrowDisabled,
.RadMenu_MacHE .topArrowDisabled,
.RadMenu_MacHE .bottomArrowDisabled
{
	/*background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;*/
}

.RadMenu_MacHE .topArrow,
.RadMenu_MacHE .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_MacHE .bottomArrow,
.RadMenu_MacHE .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MacHE .rightArrow,
.RadMenu_MacHE .leftArrow
{
	/*height:100%;*/
}

.RadMenu_MacHE .rightArrow,
.RadMenu_MacHE .rightArrowDisabled
{
	/*background-image: url('img/right.gif');*/
}

.RadMenu_MacHE .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_MacHE .expandLeft,
.RadMenu_MacHE .expandRight
{
	/*background:transparent url(img/groupImage.gif) right center no-repeat;*/
}

.RadMenu_MacHE_rtl .expandLeft,
.RadMenu_MacHE_rtl .expandRight
{
	/*background: transparent url(img/left.gif) left center no-repeat;*/
	
}

/* right to left */
.RadMenu_MacHE_rtl .group .link:hover .expandLeft,
.RadMenu_MacHE_rtl .group .link:hover .expandRight
{
	/*background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;*/
	
}

.RadMenu_MacHE .link:hover .expandLeft,
.RadMenu_MacHE .link:hover .expandRight,
.RadMenu_MacHE .focused .expandLeft,
.RadMenu_MacHE .focused .expandRight,
.RadMenu_MacHE .expanded .expandLeft,
.RadMenu_MacHE .expanded .expandRight
{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}
