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