/* RadMenu Default skin */

.RadMenu_actx 
{
	border: 1px solid #828282;
	background: #fff;
	width: 284px;
	height: 140px;
	overflow: auto;
}

.RadMenu_actx a
{
	text-decoration: none;
}

.RadMenu_actx .rmLeftImage
{
	margin: 2px;
}

.RadMenu_actx .rmText 
{
	color: #fff;
	font: normal 12px Arial, sans-serif;
	padding: 2px 20px 2px 20px;
}

.RadMenu_actx .rmDisabled .rmText 
{
	color: #888;
	background: #fff;
}

.RadMenu_actx .rmLink
{
	line-height: 24px;
	background: #999999;
/*
	position: relative;
	float:left;
*/
}

.RadMenu_actx .rmLink:hover
{
	cursor: hand;
}

.RadMenu_actx .rmDisabled:hover
{
	cursor: default;
}

.RadMenu_actx .rmItem 
{ 
	width: 100%;
	border-bottom: 1px solid #353535; 
	white-space:normal;
}

.RadMenu_actx .rmLast 
{ 
	border-bottom: 0; 
}

.RadMenu_actx .rmRootGroup 
{
	width: 268px;
}