/*
  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 li a.active {
    color: #fff!important;
    text-decoration: none!important;
}

ul.nice-menu {
height: 50px!important;
}




ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
 /* border-top: 1px solid #0079c1;*/
}

ul.nice-menu li {
 /* border-right: 1px solid #fff;*/

  float: left; /* LTR */
  background-color: #0079c1!important;
}
ul.nice-menu li:hover {
  border-right: 1px solid #fff;
  background-color:#3C99E0;}

ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
    text-decoration: none;
	color:#fff;
	border-right: 1px solid #fff;
}

ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  /*border-top: 1px solid #fff;*/
  margin-right: 0; /* LTR */
}

ul.nice-menu ul li {
  width: 12.5em;
}
ul.nice-menu ul li a {
	border:0;}

/******************************
 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;

}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;


}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  /*background: #eee url(arrow-right.png) right center no-repeat;*/
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  /*background: #3C99E0 url(arrow-right.png) right center no-repeat;*/
  text-decoration: none;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;

}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  	 	 border-right:1px solid #3C99E0; 

}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
 /* background: #eee url(arrow-left.png) left center no-repeat;*/
  	 	 border-right:1px solid #3C99E0; 
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
 /* background: #3C99E0 url(arrow-left.png) left center no-repeat;*/
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
  /*border-top: 1px solid #fff;*/
}

ul.nice-menu-down li:hover {
 /* float: left; */ /* LTR */
border: 0; 

 /*  background:#3C99E0 url(arrows_dx.png) right center no-repeat!important;*/

   
}

ul.nice-menu-down li li {

padding-top:5px!important;


}
ul.nice-menu li.menu-679, ul.nice-menu li.menu-2160, ul.nice-menu li.menu-3802, ul.nice-menu li.menu-3804, ul.nice-menu li.menu-3805, ul.nice-menu li.menu-3806, 
ul.nice-menu li.menu-3808, ul.nice-menu li.menu-3809, ul.nice-menu li.menu-3807, ul.nice-menu li.menu-3810,  ul.nice-menu li.menu-2111, ul.nice-menu li.menu-1993,
ul.nice-menu li.menu-471, ul.nice-menu li.menu-3811, ul.nice-menu li.menu-3812, ul.nice-menu li.menu-3813, ul.nice-menu li.menu-3814 {
	line-height:15px;}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
 
  padding-top:5px;



}
ul.nice-menu-down li ul li ul :hover{
 	 border-right:1px solid #3C99E0; 
}

ul.nice-menu-down .menuparent a {
  padding-right: 7px; /* LTR */
  padding-left:7px;
    text-decoration: none;
	color:#fff;
	 clear: both;
	 

	 

	 

}

ul.nice-menu-down li.menuparent {
  /*background:  url(arrow-down.png) right center no-repeat;*/ /* LTR */
}



ul.nice-menu-down li li.menuparent {

  	 padding-top:5px;


}



 


/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */
ul.nice-menu li {
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
  line-height:50%;
}

#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 #fff;
  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 */
  	 /*	 border-right:1px solid #3C99E0!important; */

}

#header-region ul.nice-menu-down li.menuparent {
  background: #eee url(arrow-down.png) right center no-repeat; /* LTR */
}

#header-region ul.nice-menu-down li.menuparent:hover {
  background: #3C99E0 url(arrow-down.png) right center no-repeat; /* LTR */
}

#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat; /* LTR */
}

#header-region ul.nice-menu-down li li.menuparent:hover {
  background: #3C99E0 url(arrow-right.png) right center no-repeat; /* LTR */
}
