.KDCMENU-parent {display: block;position: relative;float: left;line-height: 30px;} 
.KDCMENU-parent:hover > ul {display:block;position:absolute;}
.KDCMENU-child li a:hover {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}
.KDCMENU-child {display: none;}
.KDCMENU a {color: #000000}
.KDCMENU-child li {background-color: #E4EFF7;line-height: 30px; width:100%; border-bottom:#CCC 1px solid;border-right:#CCC 1px solid;}
.KDCMENU-child li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;

    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    /* border: 0; */

    background-color: #EEEEEE;
    /* background-clip: padding-box; */
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0.25rem;
}

.KDCMENU ul{list-style: none;margin: 0;padding: 0px; min-width:20em;}
.KDCMENU ul ul ul{left: 100%;top: 0;margin-left:1px;}
.KDCMENU-expand{font-size:12px;float:right;margin-right:5px;}
