/* r.a.d.menu Mac skin */

.RadMenu_eng
{
	border: solid 0px #dadada;
	border-bottom: 0px;
	direction:ltr;
}

.RadMenu_eng .link
{
	cursor:pointer;
	text-decoration: none;
	/*font-weight: bold;*/
	color: White;
	line-height: 22px;
/*	background: #e9e9e9 url('img/MainItemBackground.gif') repeat-x;*/
}

.RadMenu_eng .link:hover,
.RadMenu_eng .focused,
.RadMenu_eng .expanded
{
	cursor:pointer;
	color:#E5C313;
	/*background: #4291ec url('img/MainItemBackgroundHvr.gif') repeat-x;*/
}

.RadMenu_eng .text
{
	font-size: 12px;
	padding: 0px 3px;
	font-family: Arial, Verdana, Sans-Serif;
	/*font-weight:bold;*/
}

.RadMenu_eng .group
{
	/*background-color:#F4F5EC;*/
	border: solid 1px #000000;
}

.RadMenu_eng .group .link
{
	float: left;
	_width: 120px; /* IE6 */
	min-width: 120px; /* IE7, Mozilla, Opera */
	text-align: left;
	color: #454D12;
	border-bottom:solid 1px #99A642;
	background-image: url('img/arrowL.gif');	
	background-position:left;
	background-repeat:no-repeat;
	background: #e9e9e9 url('img/MainItemBackground.gif') repeat-x;
}

.RadMenu_eng .group .text
{
	padding-left: 20px;
	padding-right:20px;
}

.RadMenu_eng .group .link:hover,
.RadMenu_eng .group .focused,
.RadMenu_eng .group .expanded
{
	cursor:pointer;
	background-color:#EBE183;
	color: #454D12;
	background-image: url('img/arrowL.gif');	
	background-position:left;
	background-repeat:no-repeat;
	
}

.RadMenu_eng .leftArrow,
.RadMenu_eng .rightArrow,
.RadMenu_eng .topArrow,
.RadMenu_eng .bottomArrow,
.RadMenu_eng .leftArrowDisabled,
.RadMenu_eng .rightArrowDisabled,
.RadMenu_eng .topArrowDisabled,
.RadMenu_eng .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_eng .topArrow,
.RadMenu_eng .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_eng .bottomArrow,
.RadMenu_eng .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_eng .rightArrow,
.RadMenu_eng .leftArrow
{
	height:100%;
}

.RadMenu_eng .rightArrow,
.RadMenu_eng .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_eng .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_eng .expandLeft,
.RadMenu_eng .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_eng_rtl .expandLeft,
.RadMenu_eng_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_eng_rtl .group .link:hover .expandLeft,
.RadMenu_eng_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_eng .link:hover .expandLeft,
.RadMenu_eng .link:hover .expandRight,
.RadMenu_eng .focused .expandLeft,
.RadMenu_eng .focused .expandRight,
.RadMenu_eng .expanded .expandLeft,
.RadMenu_eng .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
