
#pillmenu {
  white-space: nowrap;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/top_menu_separator.jpg) top right no-repeat;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: BOLD;
	float:left;
  display:block;
  height: 22px;
  line-height: 24px;
  padding: 3px 20px;
  color: #fefefe;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #f1ba8c;
}

#pillmenu a#active_menu-nav {
	height: 28px;
	line-height: 21px;
	  color: #f1ba8c;
}
#pillmenu a#active_menu-nav {
  background: url(../images/top_menu_blue_bkg.jpg) top right repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}
