
/* 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: 30px;
}

.RadMenu_IconAndTextLtr .link
{
	text-decoration:none;
	color: #000000;
	font-weight:normal;
	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;
	background: url('/images/english/bgr_TopMenu_Over.gif') right right repeat-x;
}

.RadMenu_IconAndTextLtr .text
{
	padding-left: 12px;	
	padding-right: 12px;
	text-align: left;
	background: url('/images/English/top_button_left.gif') left no-repeat;
}

.RadMenu_IconAndTextLtr .group
{
	border: 0px;
}

.RadMenu_IconAndTextLtr .group .item
{
	border-left: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	cursor: hand;
	background: #C9C1A5;
	line-height: 22px;
}

.RadMenu_IconAndTextLtr .group .item .first
{
	border-top: solid 1px #ffffff;
}

.RadMenu_IconAndTextLtr .group .link
{
	color: #283532;
	font-weight:normal;
	border-top: solid 1px #D6CFBA;
	border-bottom: solid 1px #A89F66;
	text-align: left;
	font-size:12px;
	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: #A89F66;
}

