/* MENU POSITIONING */
#navWrapper {
  width: 100%;
  height: 26px;
}
#navWrapper ul {
  list-style-type: none;
  padding: 0;
}
#pmenu {
  box-shadow: none;
  display: inline-block;
  height: 26px;
  margin: 0;
  max-width: 940px;
  overflow: hidden;
  *display: inline;
  zoom: 1!important;
}
/* MENU BORDERS */
#pmenu > li {
  border-width: 0;
  border-style: none !important;
  float: left;
  overflow: hidden;
  /* For IE9 Border Trick */

}
#pmenu > li:first-child {
  border-left: none !important;
}
#pmenu > li:last-child {
  border-right: none !important;
}
/* MAIN MENU */
#pmenu a {
  display: block;
  height: 18px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 4px 20px;
  border-bottom: 1px solid;
  text-align: center;
  text-decoration: none;
}
#pmenu a.main {
  border: 0;
}
#pmenu .main {
  font-weight: bold;
}
/* SUB MENUS */
#pmenu ul {
  display: none;
  position: absolute;
  z-index: 2147483647;
}
#pmenu ul li {
  background-image: none;
  float: none;
}
#pmenu ul a {
  font-weight: lighter;
  padding-left: 20px;
  text-align: left;
  width: 175px;
}
/* HOVER EFFECTS */
#pmenu li:hover ul {
  display: block;
  padding: 0;
}
#pmenu li:hover a {
  filter: none;
}
/* Navigation related properties */
#pmenu {
  border: none;
}
#pmenu > li {
  border: none;
}
/* Home Page has top touch nav, unlike other pages.*/
.page-type-HomePage .page header {
  padding-bottom: 0px;
}