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