/* css for nice-menus -- some copied from the headlines style in template.css */
ul.nice-menu { /* .headlines in template.css*/
  text-align:left;
  display: block;
  height: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  height:auto;
}

ul.nice-menu li a:hover { /* .headlines a:hover in template.css */
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color:#5F7F68;
}
ul.nice-menu li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #666666;
/*   text-transform: uppercase; */
  text-transform: capitalize;
}
/* get rid of some borders */
ul.nice-menu,
ul.nice-menu ul,
ul.nice-menu li {
  border: 0;
}
ul.nice-menu li {
  background-color: inherit;
  background: url(../images/arrow.gif) left center no-repeat;
  border-bottom: 1px dashed #A7C2D5;
  padding-left: 5px;
}
/* menus with submenus */
ul.nice-menu-right li.menuparent {
  background-color: inherit;
  /*background: url(../images/arrow.gif) left center no-repeat; */

}
/* make link to the current page that you're on bold */
ul.nice-menu li a.active {
/*   font-weight: bold; */
 color: #660000;
}

/* width for vertical menus */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li{
  width: 185px;
}

/* submenus */
ul.nice-menu li.menuparent ul li {
  background-color: #D2DFCD;
  width: 185px;
}
