/* RadMenu Default skin */

.RadMenu_lsus 
{
	border: 1px solid #828282;
	background: #fff;
	width: 195px;
	height: 330px;
	overflow: auto;
}

.RadMenu_lsus a
{
	text-decoration: none;
}

.RadMenu_lsus .rmLeftImage
{
	margin: 2px;
}

.RadMenu_lsus .rmText 
{
	font: normal 12px Arial, sans-serif;
	padding: 2px 20px 2px 20px;
}

.RadMenu_lsus .rmDisabled .rmText 
{
	color: #999;
	background: #fff;
}

.RadMenu_lsus .rmLink
{
	color: #fff;
	line-height: 24px;
	background: #0905B0;
/*
	position: relative;
	float:left;
*/
}

.RadMenu_lsus .rmLink:hover
{
	cursor: hand;
	color: #000;
	background: #d3d3d3;
}

.RadMenu_lsus .rmDisabled:hover
{
	cursor: default;
}

.RadMenu_lsus .rmItem 
{ 
	width: 100%;
	border-bottom: 1px solid #353535; 
	white-space:normal;
}

.RadMenu_lsus .rmLast 
{ 
	/* border-bottom: 0; */
	border-bottom: 1px solid #353535;
}

.RadMenu_lsus .rmRootGroup 
{
	/* width if list length does not creates scrollbar. */
	width: 195px;

	/* width if list length creates scrollbar. (= above - 16px) */
	/* width: 179px; */
}
