/* HOVER EFFECTS */
#pmenu li a:hover + ul,
#pmenu li ul:hover {
  display: block;
  padding: 0;
}
#pmenu li a:hover {
  filter: none;
}
/* MENU POSITIONING */
#navWrapper {
  text-align: center;
}
#navWrapper ul {
  list-style-type: none;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#pmenu {
  display: inline-block;
  height: 26px;
  margin: 0;
  max-width: 940px;
  overflow: hidden;
  *display: inline;
  zoom: 1!important;
  width: 100%;
}
/* MENU BORDERS */
#pmenu > li {
  border-width: 0 0 0 1px;
  border-style: solid;
  float: left;
  overflow: hidden;
  /* For IE9 Border Trick */
}
#pmenu > li:first-child {
  border-left: none !important;
}
#pmenu > li:last-child {
  border-right: none !important;
}
#pmenu ul li:last-child,
#pmenu ul li:last-child a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* MAIN MENU */
#pmenu a {
  display: block;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 125px;
}
/* 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: 8px;
  text-align: left;
  width: 175px;
}