/*
  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
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nice-menu li {
  border-top: 0;
  float: left; /* LTR */
}

ul.nice-menu a {
  padding: 0.75em 13px 0.75em 13px;
  text-decoration: none;
  color: #603813;
}

ul.nice-menu a:hover {
  color: #B15C11;
}

ul.nice-menu ul li a {
  color: #F6EFE5;
  padding: 0.2em 8px 0.2em 8px;
}

ul.nice-menu ul li a:hover {
  color:#F6EFE5;
}

ul.nice-menu ul {
  top: 2.65em;
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
}

ul.nice-menu ul li {
  width: 10em;
  padding: 0.5em 0;
}



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

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

ul.nice-menu-down li {
  font-family: 'Marcellus SC', serif;
  font-size: 1em;
  text-transform: uppercase;
}

ul.nice-menu-down li li {
  border-top: 0;
  font-size: 1em;
  background: #B15C11; /* LTR */
  opacity: 0.9;
  text-align: center;
}

ul.nice-menu-down li li:hover {
  background: #603813; /* LTR */
}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

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

.brown {
  background-color: #603813;
  -webkit-box-shadow: inset 0 0 10px #000;
  -moz-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
}

.brown:hover {
  background-color: #B15C11;
  -webkit-box-shadow: inset 0 0 10px #000;
  -moz-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
}


ul.nice-menu li.brown a {
  color:#F6EFE5;
}

