/* r.a.d.menu Plain skin */

.RadMenu_eng 
{
	width:100%;
}

.RadMenu_eng_Context
{
	background: none;
	border:0;
	width:100%;
	
}

.RadMenu_eng .link
{
	line-height: 20px;
	text-decoration:none;
	color: #000000;
	background-image: url('img/group_off.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:157px;
	direction:ltr;
	padding-bottom:2px;
	padding-left:10px;
}

.RadMenu_eng .link:hover,
.RadMenu_eng .focused,
.RadMenu_eng .expanded
{
	cursor:pointer;	
	line-height: 20px;
	padding-bottom:2px;
	text-decoration:none;
	color: #ffffff;
	background-image: url('img/group_on.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:157px;
	direction:ltr;	
	padding-left:10px;
}
.RadMenu_eng .linkSpecial
{
	line-height: 20px;
	text-decoration:none;
	color: #B0215F;
	background-image: url('img/group_off.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:157px;
	direction:ltr;
	padding-bottom:2px;
	padding-left:10px;
}









.RadMenu_eng .text
{
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align:left;
	padding-left:10px;
}

.RadMenu_eng .group
{
	border :solid 1px #B0215F;
	background-color:White;
    /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*IE*/
    /*-moz-opacity: 0.8; /*FireFox*/
    width:255px;

}

.RadMenu_eng .group .link
{
	text-align: left;
	background-image: url('img/dots_open.gif');
	background-position:left bottom;
	background-repeat:repeat-x;	
	line-height:19px;
	padding-right: 0px;	
	padding-left: 0px;	
	cursor:pointer;
	font-weight: normal;
	width:255px;
	
}

.RadMenu_eng .group .link:hover,
.RadMenu_eng .group .focused,
.RadMenu_eng .group .expanded
{
	background: #B0215F;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color:White;
	width:255px;
}

.RadMenu_eng .leftArrow,
.RadMenu_eng .rightArrow,
.RadMenu_eng .topArrow,
.RadMenu_eng .bottomArrow,
.RadMenu_eng .leftArrowDisabled,
.RadMenu_eng .rightArrowDisabled,
.RadMenu_eng .topArrowDisabled,
.RadMenu_eng .bottomArrowDisabled
{
}

.RadMenu_eng .topArrow,
.RadMenu_eng .topArrowDisabled
{
}

.RadMenu_eng .bottomArrow,
.RadMenu_eng .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:255px;
}

.RadMenu_eng .rightArrow,
.RadMenu_eng .leftArrow
{
	width:255px;
}

.RadMenu_eng .rightArrow,
.RadMenu_eng .rightArrowDisabled
{
}


.RadMenu_eng .expandLeft,
.RadMenu_eng .expandRight
{
	/*background: transparent url(img/left.gif) center center no-repeat;*/
	background: url(img/arrow_out.gif) right center no-repeat;
}

.RadMenu_eng_rtl .expandLeft,
.RadMenu_eng_rtl .expandRight
{
	background: url(img/arrow_out.gif) right center no-repeat;
}

.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/arrow_over.gif) right center no-repeat;
}

.RadMenu_eng_rtl .link:hover .expandLeft,
.RadMenu_eng_rtl .link:hover .expandRight,
.RadMenu_eng_rtl .focused .expandLeft,
.RadMenu_eng_rtl .focused .expandRight,
.RadMenu_eng_rtl .expanded .expandLeft,
.RadMenu_eng_rtl .expanded .expandRight
{
	background:transparent url(img/arrow_over.gif) right center no-repeat;
}