/*
  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 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 19px;
  vertical-align: middle;
  text-align: center;
  float: left;
  border-right: 1px solid #3476b2;  
  border-left: 1px solid #6baae4; 
  height:43px;
  display: table; 
}

  ul.nice-menu li.first {
    border-left: none;
  }

  ul.nice-menu li.last {
    border-right: none;
  }

   ul.nice-menu li.active-trail {
       background: url('../images/background-main-menu-active.png') repeat-x center top;
  }

ul.nice-menu a {
  padding: 0 25px 0 25px; 
  color: #ffffff; 
  text-decoration: none;
  display: table-cell; 
  vertical-align: middle;   
}

	ul.nice-menu li:hover {
	 background: url('../images/background-main-menu-over.png') repeat-x center top;
	}

ul.nice-menu ul {

}

ul.nice-menu ul li {

}

ul.nice-menu ul li {

}


#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  visibility: visible;
}
/******************************
 HORIZONTAL (down) menus
******************************/

#nice-menu-wrapper {
  position: relative;
  width: 100%;
  background: url('../images/background-main-menu.png') repeat-x;
  height:43px;
  z-index: 300;
  top: 78px; 
  -moz-box-shadow:    0px 4px 10px 0px #000000;
  -webkit-box-shadow: 0px 4px 10px 0px #000000;
  box-shadow:         0px 4px 10px 0px #000000;
}

#nice-menu-content {

  position: relative;
  text-align: center;
}

ul.nice-menu-down {
  display: inline-block;
  position: relative;
  z-index: 600;
  text-align: center;
  height:43px;
  min-width: 780px;
}

ul.nice-menu-down li {

}

ul.nice-menu-down li li {
  width: auto;
  border-right: none;
  border-left: none;
  text-align: left;
  white-space:nowrap;
  display: table; 
  width: 100%;

}

ul.nice-menu-down li li a {
  display: table-cell; 
  vertical-align: middle;
  width: 100%;
}  

ul.nice-menu-down ul {
  background: rgb(249, 199, 73);
  background: rgba(249, 199, 73, .95);  
  z-index: 800;
  position: absolute;
  display: block;
  top:43px;
  left: 0px;
  opacity: 0;
  transition: opacity .2s ease-out-in;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out; 
  -o-transition: opacity .2s ease-in-out;  

}

ul.nice-menu-down ul li {
  transition: height .2s ease-out-in;
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out; 
  -o-transition: height .2s ease-in-out;  
  height: 0px;  
}

  ul.nice-menu-down li:hover>ul {
    opacity: 1;

  }

  ul.nice-menu-down li:hover>ul li {
    opacity: 1;
    height:43px

  }

ul.nice-menu-down .menuparent li:hover {
  background: rgb(248, 230, 186);
  background: rgba(248, 230, 186, .95);
  transition: all .2s ease-out-in;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out; 
  -o-transition: all .2s ease-in-out;    
}

ul.nice-menu-down li.menuparent {

}

ul.nice-menu-down li.menuparent a:hover ul {

}

ul.nice-menu-down li li.menuparent {

}

ul.nice-menu-down li li.menuparent:hover {

}



/**
 * HORIZONTAL (down) menus
 */
#header-region ul.nice-menu-down li ul li ul {

}

#header-region ul.nice-menu-down li.menuparent {

}

#header-region ul.nice-menu-down li.menuparent:hover {

}

#header-region ul.nice-menu-down li li.menuparent {

}

#header-region ul.nice-menu-down li li.menuparent:hover {

}

