.KMenu_RootMenu{
	width:220px;
	padding:0px;
	margin-bottom:5px;
	margin-top:10px;
}
.KMenu_RootMenu .KMenuItem{
	padding-left:1px;
	padding-right:1px;
    	margin:0px;
    	margin-bottom:2px;
	cursor:hand;
    	height:27px;
    	background-image:url(../images/menuBg.jpg);
}
.KMenu_RootMenu .KMenuItem .KLabel{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:30px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	color:#455660;
	font-family:Arial;
	height:27px;
	width:100%;
}
.KMenu_RootMenu .KMenuItemOver{
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	margin-bottom:2px;
	cursor:hand;
	height:27px;
	background-image:url(../images/menuBg.jpg);
}
.KMenu_RootMenu .KMenuItemOver .KLabel{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:30px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	color:#000000;
	font-family:Arial;
	height:27px;
	width:100%;
}
.KMenu_RootMenu .KMenuItemSelected{
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	margin-bottom:2px;
	cursor:hand;
	height:27px;
	background-image:url(../images/menuBg.jpg);
}
.KMenu_RootMenu .KMenuItemSelected .KLabel{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:30px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	color:#000000;
	font-family:Arial;
	height:27px;
	width:100%;
}

.KPopupGroup_RootMenu{
	width:200px;
	border:1px solid lightgrey;
	padding:0px;
}
.KPopupGroup_RootMenu .KMenuItem{	
	background-color:whitesmoke;
	padding:2px 5px 0px 5px;
	cursor:default;
	height:18px;
	background-color:#C6CFD6;
}
.KPopupGroup_RootMenu .KMenuItem .KLabel{
	font-weight:normal;
	font-size:8pt;
	color:#47515A;
	font-family:Verdana;
}
.KPopupGroup_RootMenu .KMenuItemOver{
	background-color:whitesmoke;
	padding:2px 5px 0px 5px;
	cursor:default;
	height:18px;
	background-color:#DCE1E5;
}
.KPopupGroup_RootMenu .KMenuItemOver .KLabel{
	font-weight:normal;
	font-size:8pt;
	color:#47515A;
	font-family:Verdana;
}
.KPopupGroup_RootMenu .KMenuItemSelected{
	background-color:whitesmoke;
	padding:2px 5px 0px 5px;
	cursor:default;
	height:18px;
	background-color:#DCE1E5;
}
.KPopupGroup_RootMenu .KMenuItemSelected .KLabel{
	font-weight:bold;
	font-size:8pt;
	color:#47515A;
	font-family:Verdana;
}