
/* r.a.d.menu - Icon + Text */

/* Left to Right */


.RadMenu_IconAndTextLtr
{
	border:0;
}

.RadMenu_IconAndTextLtr_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextLtr .item
{
	line-height: 31px;
	float:left;
}

.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: center;
}

.RadMenu_IconAndTextLtr .group
{
	border: 0px;
}

.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	cursor: hand;
	background: #f7f7f7;
	line-height: 20px;
}

.RadMenu_IconAndTextLtr .group .item .first
{
	border-top: solid 1px #d6d6d6;
}

.RadMenu_IconAndTextLtr .group .link
{
	line-height: 20px;
	color: #000000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	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: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

