ul.nice-menu a {
  display: inline;
  /*Default to Blue, but override as necessary*/
  color: #999999;
}

ul.nice-menu a.active
,ul.nice-menu li.active-trail a{
  /*Default to Blue, but override as necessary*/
  color: #9669a0;
}

ul.nice-menu li.active-trail ul li a{
  /*Default to Blue, but override as necessary*/
  color: #fff;
}
/*
  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;
  border-top: 0px solid #ccc;
}

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

ul.nice-menu a {
  padding:0 0 0 0px;
}

ul.nice-menu ul {
  border: 0;
  border-top: 0px;
  margin-right: 0; /* LTR */
  /*width:197px; */
  white-space:nowrap;

}

.region-header .block ul.nice-menu ul li {
	list-style:url('../images/header-menu-arrow.png') inside circle !important;
	display:list-item;
	padding:3px 10px 3px 20px; 
}

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

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

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

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

.region-header .block  ul.nice-menu-down ul {
  left: 0; /* LTR */
  padding:10px 10px 10px 0;
  background:url(../images/dropdown_bg.png) right bottom no-repeat;
  /*width:177px;*/
}


ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}
ul.nice-menu-down > li {
	height:30px;
	background:none;
}

ul.nice-menu-down > li a {
  font-size:16px;
  line-height:30px;
  font-weight:bold;
  color:#999999;
  padding:0 15px 0 15px;
}

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

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

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




ul.nice-menu-down li ul li a {
  font-size:13px;
  line-height:20px;
  font-weight:bold;
  color:#fff;
  padding:0 0 0 0;
  }

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