/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for more information on using the CSS.
*/

/******************************
 Global CSS for ALL menu types
******************************/

/* modified nice-menus-white.css for Backdrop port */


/* styles added */

/*
.menu-dropdown ul {
  position: unset;
  display: flex;
  justify-content: space-between;
} */

.menu-dropdown li.leaf,
.menu-dropdown li.collapsed {
  list-style-image: unset;
  list-style-type: none;
}

.menu-dropdown li {
  display:block;
}

.menu-dropdown ul a {
  padding: 10px 10px;
}

.menu-dropdown ul a:hover, 
.menu-dropdown ul a:focus, 
.menu-dropdown ul a:active, 
.menu-dropdown ul a.highlighted {
  padding: 10px 10px;
}

/* end styles added */

ul.menu-dropdown,
ul.menu-dropdown ul {
  list-style: none;
  margin: 0;
  left:15px;	
  border-top: 1px solid #fff;
<<<<<<< HEAD
/*   font-family: Arial,Geneva,Verdana,sans-serif; */
  font-weight: 700;
=======
/*  font-family: 'ProximaNova-SemiBold',sans-serif,Arial,Geneva,Verdana; */
>>>>>>> Issue 67844 - Style updates - first pass
  font-size: 14px;
  text-transform: uppercase;
/*   letter-spacing: 2px;	 */
}

ul.menu-dropdown {
  display: flex;  
  justify-content: space-between;

}

ul.menu-dropdown li {
/*  border: 1px solid #fff; */
  border-top: 0;
  float: left; /* LTR */
  line-height: 12px;
/*   padding: 0 15 0 15; */
  background: #fff;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;	
  /* padding-right: 30px !important; */
}

ul.menu-dropdown a {
/*  padding: 0.3em 5px 0.3em 5px; */
  padding: 10px 10px 10px 10px;
  color: #333;
  border-bottom: 0px;
}

ul.menu-dropdown li a:hover {
  color: #f33;
/*   background: #666; */
}

ul.menu-dropdown ul {
/*   top: 1.8em; */
  top: 0;
  left: 5px; /* LTR */
  border: 0;
/*   border-top: 1px solid #ccc; */
  text-transform: initial;
/*  margin-right: 0; LTR */
}

ul.menu-dropdown ul li {
  background: #ccc;
  width: 15em;
  line-height: 14px;
  /* left: 7px; */
  letter-spacing: 0;
}

ul.menu-dropdown li li a {
  color: #000;
/*   background: #333; */
}

ul.menu-dropdown li li a:hover {
  color: #f33;
/*   background: #333; */
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.menu-dropdown-right,
ul.menu-dropdown-left,
ul.menu-dropdown-right li,
ul.menu-dropdown-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.menu-dropdown-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.menu-dropdown-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.menu-dropdown-right li.menuparent,
ul.menu-dropdown-right li li.menuparent {
  background: #eee url("arrow-right.png") right center no-repeat;
}

ul.menu-dropdown-right li.menuparent:hover,
ul.menu-dropdown-right li li.menuparent:hover {
  background: #ccc url("arrow-right.png") right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.menu-dropdown-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
  z-index:2;
}

ul.menu-dropdown-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.menu-dropdown-left li.menuparent,
ul.menu-dropdown-left li li.menuparent {
  background: #eee url("arrow-left.png") left center no-repeat;
}

ul.menu-dropdown-left li.menuparent:hover,
ul.menu-dropdown-left li li.menuparent:hover {
  background: #ccc url("arrow-left.png") left center no-repeat;
}

ul.menu-dropdown-left a,
ul.menu-dropdown-left ul a {
  padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.menu-dropdown-down {
  float: left; /* LTR */
  border: 0;
}

ul.menu-dropdown-down li {
  border-top: 1px solid #fff; 
/*  padding-right: 30px; */
  padding: 0 30px;
}

ul.menu-dropdown-down li li {
  border-top: 0;
}

ul.menu-dropdown-down ul {
  left: 12px; /* LTR */
  top: 35px;
}

ul.menu-dropdown-down ul li {
  left: -13px;
/*   left: 0; */
/*   border: 1px solid red;	 */
  clear: both;
}

ul.menu-dropdown-down li ul li ul {
  left: 17em; /* LTR */
/*   left: 60px; /* LTR */ 
  top: -35px;
}

ul.menu-dropdown-down li ul li ul li {
  border-left: 1px solid #fff;	
  top: -35px;
  background: #ddd;  
}

#header-region ul.menu-dropdown-down li.menuparent {
  /* background: #666; */ /* LTR */
  color: #f33;
}

#header-region ul.menu-dropdown-down li.menuparent:hover {
  /* background: #666; */ /* LTR */
  color: #f33;
}

ul.menu-dropdown-down li li.menuparent {
  /* background: #333; */ /* LTR */
  color: #f33;
}

ul.menu-dropdown-down li li.menuparent:hover {
  /* background: #333; */ /* LTR */
  color: #666;
}

/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */
ul.menu-dropdown li {
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

#header-region ul.menu-dropdown li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background: #eee;
}

#header-region ul.menu-dropdown ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0; /* LTR */
}

#header-region ul.menu-dropdown ul {
  top: 1.7em;
}

/**
 * HORIZONTAL (down) menus
 */
#header-region ul.menu-dropdown-down li ul li ul {
/*  left: 12.5em; */ /* LTR */
  top: -1px;
}
/*

#header-region ul.menu-dropdown-down li.menuparent {
  background: #eee url("./images/arrow-down.png") right center no-repeat;
}

#header-region ul.menu-dropdown-down li.menuparent:hover {
  background: #ccc url("./images/arrow-down.png") right center no-repeat;
}


#header-region ul.menu-dropdown-down li li.menuparent {
  background: #ccc url("arrow-right.png") right center no-repeat;
}

#header-region ul.menu-dropdown-down li li.menuparent:hover {
  background: #eee url("arrow-right.png") right center no-repeat;
}
*/

/*

ul.menu-dropdown-down li ul li ul {
 left: 12.5em; 
  top: -1px;
}
*/

ul.menu-dropdown-down li li.menuparent {
  background: #ccc url("arrow-right.png") right center no-repeat; 
}

ul.menu-dropdown-down li li.menuparent:hover {
  background: #eee url("arrow-right.png") right center no-repeat; 
}
<<<<<<< HEAD
=======

>>>>>>> Issue 67844 - Style updates - first pass
