ul.nice-menu, ul.nice-menu ul {
	list-style: none;
}

ul.nice-menu li {
	border: 1px solid #ffffff;
	float:left;
}

ul.nice-menu li a {
	text-decoration: none;
	color: #f1ac27;
}

ul.nice-menu li a:hover {
	font-weight: bold;
	color:#c78404;
}

ul.nice-menu li a.active {
	color: #c78404;
	font-weight: bold;
}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
	margin: 0;
	text-align:center;
    padding-top: 1px;
	padding-bottom: 1px;
}


/******************************
HORIZONTAL (downdown) menus
******************************/

ul.nice-menu-downdown {
  width: 77em; /* width of the 2nd level menu horizontal line - if you have more items in the menu, you may need to change this value so they all fit in one horizontal line*/
}

ul.nice-menu-downdown li {
}

ul.nice-menu-downdown ul {
  width: 68.5em;  /* width of the 2nd level menu horizontal line - if you have more items in the menu, you may need to change this value so they all fit in one horizontal line*/
  left: -5em; /* change if you want the 2nd level menu to be shifted to the right/left */
}


*html ul.nice-downdown{
width: 68.5em;
}
*html ul.nice-menu-downdown ul {
  width: 68.5em;  /* width of the 2nd level menu horizontal line - if you have more items in the menu, you may need to change this value so they all fit in one horizontal line*/
  left: -5em; /* change if you want the 2nd level menu to be shifted to the right/left */
}


