#drop-down-menu
{
	font-size: 120%;
	position: absolute;
	right: 0px;
	height: 2.8em;
	padding-right: 3em;
}
#menubar * ul, #menubar ul {
    font-weight: bold;
    color: #ffffff;
    display: block;
    background: #666666;
    margin: 0 0 0 2em;
    padding: 0;
    list-style: none;
}
#menubar * ul li, #menubar ul li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 10px;
    padding-right: 40px;
    height: 20px;
}

#drop-down-menu * ul {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#drop-down-menu li ul, ul li ul li a {
    background-color: gray !important;
}

#menubar * li ul {
    display: none;
}
#menubar * ul li a {
    display: block;
    margin-left: 1px;
    text-decoration: none;
    color: #ffffff; /*border-top:1px solid #B75963;*/
    padding: 0.1em 0.3em 0.1em 0.3em; /* 5px 15px 5px 15px;*/
    white-space: nowrap;
}
#menubar * ul li li {
    height: 1.5em;
}

#menubar * li.hover ul {
    display: block;
    position: absolute;
    top: 2.3em;
    left: -2em;
}
#menubar * li.hover li {
    clear: left; /*width:24em;*/
}
#menubar * li.hover a {
    background: #666666;
    color: inherit;
}
#menubar * li.hover li.hover a {
    background: #666666;
    color: #dddddd;
    text-decoration: none;
}

.clear_all
{
	clear: both;
	height: 0.5em;
}

.hoverable {
    z-index: 99; /* set the z-index high enough so it will overlap the DayPilot */
}

#drop-down-menu > .hoverable:hover {
    background-color: gray;
}