/*
  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 {
	  	height: 50px;
	/*background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
	background-color:#006DB8;
	/*background: -moz-linear-gradient(top, #006DB8  0%,#006DB8  0%,#005897 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#005897),color-stop(0%,#006DB8 ),color-stop(100%,#005897));
	background: -webkit-linear-gradient(top, #006DB8  0%,#006DB8  0%,#005897 100%);
	background: -o-linear-gradient(top, #006DB8  0%,#006DB8  0%,#005897 100%);
	background: -ms-linear-gradient(top, #006DB8  0%,#006DB8  0%,#005897 100%);
	background: linear-gradient(top, #006DB8  0%,#006DB8  0%,#005897 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E96F15 ',endColorstr='#005897',GradientType=0 );
	*/
    margin: 0 auto;
    position: relative;
    width: 960px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

ul.nice-menu ul {
  /*list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;*/

}

ul.nice-menu li {
  border: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-top: 0;
  float: left; /* LTR 
  background-color: #fff;*/
}

ul.nice-menu a {
	font-size:16px;
	color:#FFF;
	padding-top: 14px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;  
}
ul.nice-menu li:hover a {
		color: #005897;
		background:#fff; 
}
ul.nice-menu li a.active {
		color: #fff;
		background:#005695; 
}


ul.nice-menu ul {
  top: 3.0em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin-right: 0; /* LTR */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  
}

ul.nice-menu ul li {
  width: 19.5em;
  font-size:14px;
  
  
}
ul.nice-menu ul li a:hover {
	color:#333;
  
}

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

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

ul.nice-menu-down li {
  border-top: 0px solid #ccc;
}

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

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: -15px;
}

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

ul.nice-menu-down li.menuparent {
  background: url(arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
  background:  url(arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent {
  background:  url(arrow-right.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover {
  background:url(arrow-right.png) right center no-repeat; /* LTR */
}

/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */
ul.nice-menu li {
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

#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: 3.0em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #fff;
  margin-right: 0; /* LTR */
}

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

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

#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: #ccc 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: #ccc url(arrow-right.png) right center no-repeat; /* LTR */
}


/*--------------------------------ADDED---------------*/

.menu-414 .menu-path-node-5  {
	  border: 0px solid #e9e9e9;
	
}

