
/* r.a.d.menu - Icon + Text */

/* Left to Right */


.RadMenu_IconAndTextLtr
{
	padding-left: 5px;
	border:0;
}

.RadMenu_IconAndTextLtr_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextLtr .item
{
	line-height: 26px;
}

.RadMenu_IconAndTextLtr .link
{
	text-decoration:none;
	color: #feeecd;
	font-weight: bold;
	background: url('/images/english/icon_top_menu.gif') left left no-repeat;
	font-size: 12px;
}

.RadMenu_IconAndTextLtr .link:hover,
.RadMenu_IconAndTextLtr .focused,
.RadMenu_IconAndTextLtr .expanded
{
	cursor: hand;
}

.RadMenu_IconAndTextLtr .text
{
	padding-left: 18px;	
	padding-right: 6px;
	text-align: left;
}

.RadMenu_IconAndTextLtr .group
{
	border: 0px;
}

.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 1px #9b7753;
	border-right: solid 1px #9b7753;
	cursor: hand;
	background: #e1ccae;
	line-height: 26px;
}

.RadMenu_IconAndTextLtr .group .item .first
{
}
.RadMenu_IconAndTextLtr .group .link
{
	line-height: 20px;
	color: #412b0d;
	border-bottom: solid 1px #9b7753;
	text-align: left;
	background: url('/images/english/icon_top_Submenu.gif') left left no-repeat;
	width:65px;
}
.RadMenu_IconAndTextLtr .group .text
{
	text-align: left;
	width:65px;
}

.RadMenu_IconAndTextLtr .group .link:hover,
.RadMenu_IconAndTextLtr .group .focused,
.RadMenu_IconAndTextLtr .group .expanded
{
	color:#9b7753;
	background: url('/images/english/icon_top_Submenu.gif') left left no-repeat;
	width:65px;
}

