/* RadMenu Default skin */

.RadMenu_cypress 
{
	border: 1px solid #828282;
	background: #fff;
	width: 200px;
	height: 250px;
	overflow: auto;
}

.RadMenu_cypress a
{
	text-decoration: none;
}

.RadMenu_cypress .rmLeftImage
{
	margin: 2px;
}

.RadMenu_cypress .rmText 
{
	color: #183463;
	font: normal 12px Arial, sans-serif;
	padding: 2px 20px 2px 20px;
}

.RadMenu_cypress .rmDisabled .rmText 
{
	color: #999;
	background: #fff;
}

.RadMenu_cypress .rmLink
{
	line-height: 24px;
	background: #9BB5C6;
/*
	position: relative;
	float:left;
*/
}

.RadMenu_cypress .rmLink:hover
{
	cursor: hand;
	background: #ff6600;
}

.RadMenu_cypress .rmDisabled:hover
{
	cursor: default;
}

.RadMenu_cypress .rmItem 
{ 
	width: 100%;
	border-bottom: 1px solid #353535; 
	white-space:normal;
}

.RadMenu_cypress .rmLast 
{ 
	/* border-bottom: 0; */
	border-bottom: 1px solid #353535;
}

.RadMenu_cypress .rmRootGroup 
{
	width: 200px;
/*
	--width if list length creates scrollbar.
	width: 268px;
*/
}
