
/* r.a.d.menu - Icon + Text */

/* Left to Right */


.RadMenu_IconAndTextLtr
{
	padding-left: 10px;
	padding-right: 10px;
	border:0;
	background-color:#ffffff;
	
	float:right;
}

.RadMenu_IconAndTextLtr_Context
{
	
	border:0;
	float:right;
}

.RadMenu_IconAndTextLtr .item
{
	line-height: 32px;
	float:right;
	width:71px;
}

.RadMenu_IconAndTextLtr .link
{
	text-decoration:none;
	color: #6b6b6b;
	font-weight: bold;
	background: url('/images/english/icon_top_menu.gif') left left no-repeat;
	font-size: 14px;
	text-align:right;
	float:right;
}

.RadMenu_IconAndTextLtr .link:hover,
.RadMenu_IconAndTextLtr .focused,
.RadMenu_IconAndTextLtr .expanded
{
	cursor: hand;
	float:right;
}

.RadMenu_IconAndTextLtr .text
{
	padding-left: 14px;	
	padding-right: 14px;
	text-align: left;
	float:right;
}

.RadMenu_IconAndTextLtr .group
{
	border: 0px;
	border-top: solid 1px #861235;
	float:right;
}

.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 1px #861235;
	border-right: solid 1px #861235;
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
	float:right;
	
}

.RadMenu_IconAndTextLtr .group .item .first
{
	border-top: solid 1px #861235;
	float:right;
}

.RadMenu_IconAndTextLtr .group .link
{
	color: #343434;
	border-bottom: solid 1px #861235;
	text-align: left;
	background: url('/images/space.gif') left left repeat-x;
	float:right;
}
.RadMenu_IconAndTextLtr .group .text
{
	padding-left: 10px;	
	text-align: left;
	float:right;
}

.RadMenu_IconAndTextLtr .group .link:hover,
.RadMenu_IconAndTextLtr .group .focused,
.RadMenu_IconAndTextLtr .group .expanded
{
	background: #861235;
	color: #ffffff;
	float:right;
}


