
/* r.a.d.menu - Icon + Text */

/* Left to Right */


.RadMenu_IconAndTextLtr
{
	padding-left: 12px;
	border:0;
	/*background-image:url(../../../../images/English/bgr_TopMenu.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:780px;*/
}

.RadMenu_IconAndTextLtr_Context
{
	/*background: none;*/
	border:0;
	
}

.RadMenu_IconAndTextLtr .item
{
	line-height: 54px;
}

.RadMenu_IconAndTextLtr .link
{
	text-decoration:none;
	color: #688036;
	font-weight: normal;
	background: url('/images/english/icon_top_menu.gif') right right no-repeat;
	font-size: 12px;
}

.RadMenu_IconAndTextLtr .link:hover,
.RadMenu_IconAndTextLtr .focused,
.RadMenu_IconAndTextLtr .expanded
{
	cursor: pointer;
}

.RadMenu_IconAndTextLtr .text
{
	padding-left: 40px;	
	padding-right: 40px;
	text-align: left;
}

.RadMenu_IconAndTextLtr .group
{
	border: 0px;
}

.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 1px #688036;
	border-right: solid 1px #688036;
	cursor: pointer;
	background: #ffffff;
	line-height: 20px;
}

.RadMenu_IconAndTextLtr .group .item .first
{
	border-top: solid 1px #688036;
}

.RadMenu_IconAndTextLtr .group .link
{
	line-height: 20px;
	color: #688036;
	border-top: solid 3px #688036;
	border-bottom: solid 1px #688036;
	text-align: left;
	background: url('/images/space.gif') left left repeat-x;
}
.RadMenu_IconAndTextLtr .group .text
{
	padding-left: 10px;	
	text-align: left;
	
}

.RadMenu_IconAndTextLtr .group .link:hover,
.RadMenu_IconAndTextLtr .group .focused,
.RadMenu_IconAndTextLtr .group .expanded
{
	background: #688036;
	border-bottom-color: #688036;
	color:#FFFFFF;
}


