
/* r.a.d.menu - Icon + Text */

/* Left to Right */
.RadMenu_IconAndTextLtr
{
	padding-left: 18px;
	border:0;
}
.RadMenu_IconAndTextLtr_Context
{
	background: none;
	border:0;
}
.RadMenu_IconAndTextLtr .item
{
	line-height: 31px;
		background: url('/images/english/icon_top_menu.gif') left left no-repeat;
}
.RadMenu_IconAndTextLtr .first
{
	background:none;
}
.RadMenu_IconAndTextLtr .link
{
	text-decoration:none;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 12px;
}
.RadMenu_IconAndTextLtr .link:hover,
.RadMenu_IconAndTextLtr .focused,
.RadMenu_IconAndTextLtr .expanded
{
	cursor: hand;
}
.RadMenu_IconAndTextLtr .text
{
	padding-left: 20px;	
	padding-right: 25px;
	text-align: left;
}
.RadMenu_IconAndTextLtr .group
{
	border: 0px;
	border-top: solid 1px #ffe03f;
}
.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 1px #ffe03f;
	border-right: solid 1px #ffe03f;
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
}
.RadMenu_IconAndTextLtr .group .item .first
{
	border-top: solid 1px #ffe03f;
}
.RadMenu_IconAndTextLtr .group .link
{
	color: #3c3c3c;
	border-bottom: solid 1px #ffe03f;
	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: #ffe03f;
	color:#FFFFFF;
}

