/*
  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{
  border-bottom: 1px solid #78acff;
  list-style:none;
  background: #017bab;
  font-family:'DINBold';
  font-size:13px;
  color:#FFF;
  font-weight:normal;
  text-align:left;
  margin:0 0;
} 

ul.nice-menu ul { 
  font-family:'DINMedium';
  background: #a9bcee !important;
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none;
}

ul.nice-menu ul li {
	background: #a9bcee;
	border-bottom: 1px solid #ccc;
	padding: 0 0;
}

ul.nice-menu li {
  border-right: 1px solid #78acff;
  float: left;
  padding: 5px 25px 10px;
}

ul.nice-menu ul li a:hover{
  background: #6290e3;
}


/* ul.nice-menu li.first {
  padding-left: 20px;
}
*/

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

ul.nice-menu li.menu-511 ul li{
  width: 100%;
}


ul.nice-menu a.active{
  color:#78acff;
}

ul.nice-menu a {
  padding: 5px 0px 0px 0px;
  color:#FFF;
  text-decoration:none;
}

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

ul.nice-menu p {
  padding: 7px 0px 0px 0px;
  margin: 0;
  color:#FFF; 
  text-decoration:none;
}

ul.nice-menu ul {
  top: 1.8em;
}

ul.nice-menu ul li {
  width: 12.5em;
}


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

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

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

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

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background:none;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  background:none;
}


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

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

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: none;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
  background:none;
}

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

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


ul.nice-menu-down {
  padding:0;
}

ul.nice-menu-down li {
  border-top:none;
}

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

ul.nice-menu-down li li a{
  color: #fff !important;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding: 5px 5px 5px 10px;
}

ul.nice-menu-down ul {
  left: 0; /* LTR */ 
  background:#a2b8f1;
  margin:10px 0 0 0;
}

ul.nice-menu-down ul li, ul.nice-menu-down ul li.first {
  border-right: 0px;
  cursor: pointer;
}

ul.nice-menu-down li ul li ul {
  left: 100%; /* LTR */
  top: -10px;
}

ul.nice-menu-down .menuparent a {
  padding-right:0px; /* LTR */
}

#header-region ul.nice-menu 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.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0; /* LTR */
}

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

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

ul.nice-menu .view-dynamic-menu li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.nice-menu li.menu-path-view {
  padding: 5px 0px 5px 10px;
  width: 12em;
}

ul.nice-menu li.menu-path-view:hover {
  background: #6290e3;
}

ul.nice-menu li.menu-588 {
  border-bottom: 0px;
}

.menu-path-view ul {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}



/*SPECIES & HABITAT Pages Css 28-3-2012*/

#nice-menu-2 {
  background: #017bab;
  border: 0 none;
  font-family:'DINMedium';
}

#nice-menu-2 li{
  background: #017bab url("../images/species-down-arrows.png") no-repeat 90% 80%;
  border-right: 0px;
  padding: 10px 55px 10px 15px;
  margin: 0 5px 0 0;
}

#nice-menu-2 li, #nice-menu-2 li a, #nice-menu-2 .menu-1057 p {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
}

#nice-menu-2 a:hover, #nice-menu-2 .menu-1057 p:hover {
  color:#78acff;
}

#nice-menu-2 ul li {
	background: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	clear: both;
}

#nice-menu-2 ul li:hover {
  background: #6290e3;
 }

#nice-menu-2 ul li a, #nice-menu-2 ul li p {
  font-family:'DINMedium';
  font-size: 15px;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  text-align: left;
}

#nice-menu-2 li li a, #nice-menu-2 li li p{
  color: #fff !important;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding: 5px 5px 5px 10px;
}

#nice-menu-2 ul {
  width: 15em;
  top: 40px;
}


#nice-menu-2 li li a{
   color: #FFFFFF;
   font-family: 'DINMedium';
   font-size: 15px;
}

#nice-menu-2 .view-dynamic-menu ul {
  display: block !important;
  top: -10px;
}

#nice-menu-2 li.menu-1057 ul {
  top: 40px;
}