.KMenu_RootMenu{
	width:220px;
	padding:0px;
	margin-bottom:5px;
	margin-top:10px;
	-moz-box-sizing:border-box;
}
.KMenu_RootMenu .KMenuItem{
	padding-left:30px;
	padding-right:0px;
    margin:0px 0px 2px 0px;
	cursor:hand;
    	height:auto;
    	background-image:url(../images/menuBg.jpg);
    	-moz-box-sizing:border-box;
}
.KMenu_RootMenu .KMenuItem .KLabel{
	padding-top:6px;
    display:block;
	padding-bottom:6px;
	padding-left:0px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	color:#ffffff;
	font-family:Arial;
	height:auto;
	width:100%;
	-moz-box-sizing:border-box;
}
.KMenu_RootMenu .KMenuItemOver{
	padding-left:30px;
	padding-right:1px;
	margin:0px 0px 2px 0px;
	cursor:hand;
	height:auto;
	background-image:url(../images/menuBg.jpg);
	-moz-box-sizing:border-box;
}
.KMenu_RootMenu .KMenuItemOver .KLabel{
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:0px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	color:#000000;
	font-family:Arial;
	height:auto;
	width:100%;
	-moz-box-sizing:border-box;
}
.KMenu_RootMenu .KMenuItemSelected{
	padding-left:30px;
	padding-right:1px;
	margin:0px 0px 2px 0px;
	cursor:hand;
	height:auto;
	background-image:url(../images/menuBg.jpg);
	-moz-box-sizing:border-box;
}
.KMenu_RootMenu .KMenuItemSelected .KLabel{
	padding-top:6px;
		display:block;
	padding-bottom:6px;
	padding-left:0px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	color:#000000;
	font-family:Arial;
	height:33px;
	width:100%;
	-moz-box-sizing:border-box;
}

.KPopupGroup_RootMenu{
	width:200px;
	border:1px solid lightgrey;
	padding:0px;
}
.KPopupGroup_RootMenu .KMenuItem{	
	background-color:#008AC8;
	padding:2px 5px 0px 5px;
	cursor:default;
	height:18px;
}
.KPopupGroup_RootMenu .KMenuItem .KLabel{
	font-weight:normal;
	font-size:8pt;
	color:#ffffff;
	font-family:Verdana;
}
.KPopupGroup_RootMenu .KMenuItemOver{
	background-color:#008AC8;
	padding:2px 5px 0px 5px;
	cursor:default;
	height:18px;
	/*background-color:#000000;*/
}
.KPopupGroup_RootMenu .KMenuItemOver .KLabel{
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	font-family:Verdana;
}
.KPopupGroup_RootMenu .KMenuItemSelected{
	background-color:#008AC8;
	padding:2px 5px 0px 5px;
	cursor:default;
	height:18px;
	/*background-color:#000000;*/
}
.KPopupGroup_RootMenu .KMenuItemSelected .KLabel{
	font-weight:bold;
	font-size:8pt;
	color:#000000;
	font-family:Verdana;
}
