.RadMenu_KVLV
{
	width:100%;
	white-space:normal;
	overflow:visible;
}

.RadMenu_KVLV .item
{
	background-color:#FFFFFF;
	padding:0px;
	min-height:25px;
	height:auto !important;
	height:25px;
	cursor:hand;
	width:100%;
}

.RadMenu_KVLV .rootGroup
{
	width:100% !important;
}

.RadMenu_KVLV .text
{
	line-height:25px;
	padding-left:5px;
	padding-right:5px;
	width:140PX;
	white-space:normal;
}

.RadMenu_KVLV .link
{
	vertical-align:middle;
	text-decoration:none !important;	
	white-space:normal !important;
}

.RadMenu_KVLV .link:active,
.RadMenu_KVLV .link:visited,
.RadMenu_KVLV .link
{
	cursor: hand;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
 	color:#4F6F19;
}

.RadMenu_KVLV .link:hover,
.RadMenu_KVLV .focused,
.RadMenu_KVLV .expanded
{
	background-color:#8B8D09 !important;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color:#FFFFFF !important;
	cursor:hand;
}

.RadMenu_KVLV .group .text
{
	width:auto !important;	
	white-space:nowrap !important;	
}

.RadMenu_KVLV .group .item .level2,
.RadMenu_KVLV .group .item .level3,
.RadMenu_KVLV .group .item .level4
{
	margin-top:-1px;
}

.RadMenu_KVLV .group .item
{
	min-height:23px;
	height:auto !important;
	height:23px;
}

.RadMenu_KVLV .group .link
{
	width:auto !important;	
	white-space:nowrap !important;	
	min-height:23px;
	height:auto !important;
	height:23px;
}

.RadMenu_KVLV .group
{
	white-space:nowrap !important;	
	border:1px solid #4F6F19 !important;
	z-index:1000;
	cursor: hand;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	color:#4F6F19;
}	

.RadMenu_KVLV .group .item
{
	width:100%;	
}