/*
  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: 0;
  border-top: 0;
  float: left; /* LTR */
  background-color: #009933;
  height: 100%;
}

div#block-nice-menus-1 > div.content {
}

ul.nice-menu a {
  line-height: 200%;
  color: white;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 2px 2px 5px black;
  font-size: 130%;
  font-family: "Times New Roman",Georgia,Serif;
  white-space:nowrap;
}

ul.nice-menu ul {
  top: 100%;
  left: -1px; /* LTR */
  border: 0;
  border-top: 0px solid black;
  margin-right: 0; /* LTR */
}

ul.nice-menu ul li {
  min-width: 154px;
  width: 100%;
  padding: 0px 5px;
}

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

ul.nice-menu-down {
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

ul.nice-menu-down > li {
  border-left: 1px solid black;
  width: 155px;
}

ul.nice-menu-down > li.first {
  border-radius: 10px 0px 0px 10px;
}
ul.nice-menu-down > li.first > ul > li.first{
  border-radius: 10px 0px 0px 0px;
}

ul.nice-menu-down > li.last  > ul > li.first {
  border-radius: 0px 10px 0px 0px;
}

ul.nice-menu-down > li.last {
  border-right: 1px solid black;
border-radius: 0px 10px 10px 0px;
}

ul.nice-menu-down > li.last li {
  right: 40px;
}

ul.nice-menu-down li li {
  border-top: 0;
  border-top: 1px solid black;
  min-height: 110%;
}

ul.nice-menu-down li li.last {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

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: 14em; /* LTR */
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  text-align: center;
}

ul.nice-menu-down li.menuparent {
background: #5ce07a; /* Old browsers */
background: -moz-linear-gradient(top, #5ce07a 0%, #2ecc34 38%, #13a500 59%, #22965c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ce07a), color-stop(38%,#2ecc34), color-stop(59%,#13a500), color-stop(100%,#22965c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5ce07a 0%,#2ecc34 38%,#13a500 59%,#22965c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5ce07a 0%,#2ecc34 38%,#13a500 59%,#22965c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5ce07a 0%,#2ecc34 38%,#13a500 59%,#22965c 100%); /* IE10+ */
background: linear-gradient(to bottom, #5ce07a 0%,#2ecc34 38%,#13a500 59%,#22965c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3de03a', endColorstr='#12762c',GradientType=0 ); /* IE6-9 */}

ul.nice-menu-down li.menuparent:hover {
background: #22471d; /* Old browsers */
background: -moz-linear-gradient(top, #22471d 0%, #229626 42%, #13a500 59%, #12511e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22471d), color-stop(42%,#229626), color-stop(59%,#13a500), color-stop(100%,#12511e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* IE10+ */
background: linear-gradient(to bottom, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22471d', endColorstr='#12511e',GradientType=0 ); /* IE6-9 */
}

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

ul.nice-menu-down li li.menuparent:hover {
background: #22471d; /* Old browsers */
background: -moz-linear-gradient(top, #22471d 0%, #229626 42%, #13a500 59%, #12511e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22471d), color-stop(42%,#229626), color-stop(59%,#13a500), color-stop(100%,#12511e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* IE10+ */
background: linear-gradient(to bottom, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22471d', endColorstr='#12511e',GradientType=0 ); /* IE6-9 */
}

ul.nice-menu-down li li:hover {
background: #22471d; /* Old browsers */
background: -moz-linear-gradient(top, #22471d 0%, #229626 42%, #13a500 59%, #12511e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22471d), color-stop(42%,#229626), color-stop(59%,#13a500), color-stop(100%,#12511e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* IE10+ */
background: linear-gradient(to bottom, #22471d 0%,#229626 42%,#13a500 59%,#12511e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22471d', endColorstr='#12511e',GradientType=0 ); /* IE6-9 */
}

div#block-nice-menus-1 {
  z-index: 1000 !important;
  clear: both;
  height: 42px;
  width:1000px;
}
