.KMenu_RootMenu{
    width:900px;
	padding:0px;
	margin-bottom:5px;
	margin-top:10px;
}
.KMenu_RootMenu .KMenuItem{
	padding-left:1px;
	padding-right:1px;
    	margin:0px;
	cursor:hand;
    	height:27px;
}
.KMenu_RootMenu .KMenuItem .KLabel{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:30px;
	text-align:left;
	font-weight:normal;
	font-size:12pt;
	text-transform:uppercase;
    color:#FFFFFF;
    font-family:Arial;
    height:27px;
	width:100%;
}
.KMenu_RootMenu .KMenuItemOver{
	padding-left:1px;
	padding-right:1px;
    margin:0px;
	cursor:hand;
    height:27px;
}
.KMenu_RootMenu .KMenuItemOver .KLabel{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:30px;
	text-align:left;
	font-weight:normal;
	font-size:12pt;
	text-transform:uppercase;
    color:#cdcdcd;
    font-family:Arial;
    height:27px;
	width:100%;
}
.KMenu_RootMenu .KMenuItemSelected{
	padding-left:1px;
	padding-right:1px;
    margin:0px;
	cursor:hand;
    height:27px;
}
.KMenu_RootMenu .KMenuItemSelected .KLabel{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:30px;
	text-align:left;
	font-weight:normal;
	font-size:12pt;
	text-transform:uppercase;
    color:#cdcdcd;
    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:#520805;
}
.KPopupGroup_RootMenu .KMenuItem .KLabel{
    font-weight:normal;
	font-size:8pt;
	color:#ffffff;
	font-family:Verdana;
}
.KPopupGroup_RootMenu .KMenuItemOver{
	background-color:whitesmoke;
	padding:2px 5px 0px 5px;
    cursor:default;
    height:18px;
    background-color:#8C2924;
}
.KPopupGroup_RootMenu .KMenuItemOver .KLabel{
    font-weight:normal;
	font-size:8pt;
	color:#ffffff;
	font-family:Verdana;
}
.KPopupGroup_RootMenu .KMenuItemSelected{
	background-color:whitesmoke;
	padding:2px 5px 0px 5px;
    cursor:default;
    height:18px;
    background-color:#8C2924;
}
.KPopupGroup_RootMenu .KMenuItemSelected .KLabel{
    font-weight:bold;
	font-size:8pt;
	color:#ffffff;
	font-family:Verdana;
}