
/* r.a.d.menu - Text Only */


/* Left to Right */


.RadMenu_TextOnlyRtl
{
	padding-right: 0px;
	border:0;
	text-align:center;
}

.RadMenu_TextOnlyRtl_Context
{
	background: none;
	border:0;
}

/* Top level items */

.RadMenu_TextOnlyRtl .item
{
	line-height: 30px;
	
}

.RadMenu_TextOnlyRtl .link
{
	text-decoration:none;
	font-weight: bold;
/*	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat; */
	font-size: 19px;
	text-align:center;
}

.RadMenu_TextOnlyRtl .link:hover,
.RadMenu_TextOnlyRtl .focused,
.RadMenu_TextOnlyRtl .expanded
{
	
	cursor: hand;
}

.RadMenu_TextOnlyRtl .text
{
/*	width:125px;
	text-align: center; */
}

/* Sub menu items */

.RadMenu_TextOnlyRtl .group
{
	border: 0px;
	border-top: solid 1px #861235;
}

.RadMenu_TextOnlyRtl .group .item
{
	border-left: solid 1px #861235;
	border-right: solid 1px #861235;

	cursor: hand;
	background: #ffffff;
	line-height: 20px;
}

.RadMenu_TextOnlyRtl .group .item .first
{
	border-top: solid 1px #861235;
}

.RadMenu_TextOnlyRtl .group .link
{
	color: #343434;
	border-bottom: solid 1px #861235;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
}
.RadMenu_TextOnlyRtl .group .text
{
	padding-right: 10px;	
	text-align: right;
}

.RadMenu_TextOnlyRtl .group .link:hover,
.RadMenu_TextOnlyRtl .group .focused,
.RadMenu_TextOnlyRtl .group .expanded
{
	background: #861235;
	color: #ffffff;
}

