
/* r.a.d.menu - Text Only */


/* Left to Right */


.RadMenu_ButtonLtr
{
	padding-left: 3px;
	/*padding-top:17px;*/
}

.RadMenu_ButtonLtr_Context
{
	background: none;
	border:0;
}

/* Top level items */

.RadMenu_ButtonLtr .item
{
	line-height: 30px;
	text-align: left;
}
.RadMenu_ButtonLtr .link 
{
	text-decoration:none;
	color: #717171;
	font-weight: bold;
	font-size: 13px;
	letter-spacing:-1px;
	background-image: url('/images/english/top_Button_Center.gif');
	padding-left: 3px;
	/*padding-right: 27px;*/
	width:83px;	
}

.RadMenu_ButtonLtr .link:hover,
.RadMenu_ButtonLtr .focused,
.RadMenu_ButtonLtr .expanded
{
	cursor: hand;
	color:#000000;
	background-image: url('/images/english/top_button_center_Over.gif');
	padding-left: 3px;
	width:83px;
	/*padding-right: 20px;*/
}
.CurrentRadMenuItem
{
	text-decoration:none;
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	background: url('/images/english/top_button_center_Down.gif') left top repeat-x;
	width:83px;
	padding-left: 3px;	
}
.Test1
{
	background-color:#FF0000;
	color:#FFFFFF;
}
.RadMenu_ButtonLtr .text
{
}
.RadMenu_ButtonLtr .separator .text
{
	padding-left: 0px;	
	padding-right: 0px;
}

/* Sub menu items */

.RadMenu_ButtonLtr .group
{
	border: 0px;
}

.RadMenu_ButtonLtr .group .item
{
	cursor: hand;
	line-height: 20px;
	width:81px;
}

.RadMenu_ButtonLtr .group .item .first,
{
	border-top:solid 1px #dcdcdc;
	padding-left:0px;
	width:81px;
}
.RadMenu_ButtonLtr .group .link
{
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
	color: #717171;
	font-size: 12px;
	font-weight: normal;
	border-bottom:solid 1px #dcdcdc;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	padding-left:3px;
	/*padding-right:19px;*/
	width:81px;
}
.RadMenu_ButtonLtr .group .text
{	
	text-align: left;

}

.RadMenu_ButtonLtr .group .link:hover,
.RadMenu_ButtonLtr .group .focused,
.RadMenu_ButtonLtr .group .expanded
{
	color:#000000;
	background: url('/images/space.gif') left left repeat-x;
	background-color:#efefef;
	padding-left:3px;
	/*padding-right:19px;*/
	width:81px;
}

