/* Creates right arrow which vanishes on rollover/expansion */
.dropdown-menu.menu-item--expanded>a:after{
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px05px5px;
border-left-color:#ccc;
margin-top:7px;
margin-right:-5px;
}
.dropdown-item{
padding:5px15px;
}
/* Remove margin and padding around each flyout's containing UL, so that there is no "gap" where hover does not function, and flyouts vanish as you roll over the gap */
ul.dropdown-menu{
padding:0;
margin:0;
}
/* Make sure links in the active trail reverse out to white so that they do not diappear when the LIs highlight */