
/* r.a.d.menu - Icon + Text */

/* Left to Right */


.RadMenu_IconAndTextLtr
{
	padding-left: 10px;
	border:0;
}

.RadMenu_IconAndTextLtr_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextLtr .item
{
	line-height: 36px;
}

.RadMenu_IconAndTextLtr .link
{
	text-decoration:none;
	color: #ffffff;
	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: 20px;	
	padding-right: 20px;
	text-align: left;
}

.RadMenu_IconAndTextLtr .group
{
	border: 0px;
}

.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 1px #adc6e7;
	border-right: solid 1px #adc6e7;
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
}

.RadMenu_IconAndTextLtr .group .item .first
{
	border-top: solid 1px #adc6e7;
}

.RadMenu_IconAndTextLtr .group .link
{
	line-height: 20px;
	color: #666666;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #adc6e7;
	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: #f4f8fc;
	border-bottom-color: #adc6e7;
}

