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