/* Site Navigation */

#pgTopNav {
  text-align: left;
  color: #666;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  height: 26px;
  background: url("../images/nav_middle.gif") top left repeat-x;  
  overflow: visible;
  margin-top: 2px;
}

#pgTopNavLeft {
  width: 12px;
  height: 26px;
  border: 0px;
  padding-right: 5px;
  margin: 0px;
  float: left;
}

#pgTopNavLeft img {
  border: 0px;
  margin: 0;
  padding: 0;
}

#pgTopNavRight {
  width: 12px;
  height: 26px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: right;
}

#pgTopNavRight img {
  border: 0px;
  margin: 0;
  padding: 0;
}

#pgTopNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

#pgTopNavList li {
  padding: 0 1em 0 1.2em;
  display: inline;
  border-left: 1px solid #C8C8C8;
}

#pgTopNavList li a {
  color: #FFFFFF;
  font-weight: bold; 
  text-decoration: none;
}

#pgTopNavList a:hover {
  color: #E5BCBA;
  font-weight: bold; 
  text-decoration: none;
  text-decoration: underline;
}

#pgTopNavList li.pgTopNavListSelected a {
  color: #E5BCBA;
  font-weight: bold; 
  text-decoration: none;
}

#pgTopNavList li.pgTopNavListSelected a:hover {
  color: #FFFFFF;
  font-weight: bold; 
  text-decoration: underline;
}

#pgTopNavList li:first-child {
  border-left: 0;
  padding-left: 0;
}


/* submenu navigation */
#subNav {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  height: 26px;
  overflow: visible;
  margin-top: 10px;
  border-bottom: 1px solid #CCCCCC;
}

#subNavLeft {
  width: 12px;
  height: 26px;
  border: 0px;
  padding-right: 0px;
  margin: 0px;
  float: left;
  background: url(../images/gray_bended_corner_left.gif) bottom left no-repeat;
}

#subNavRight {
  width: 12px;
  height: 26px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: right;
  align: bottom right;
  background: url(../images/gray_bended_corner_right.gif) bottom left no-repeat;
}

#subNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  border-top: 1px solid #CCCCCC;
}

#subNavList li {
  padding: 0 1em 0 1.2em;
  display: inline;
  border-left: 1px solid #999999;
}

#subNavList li a {
  color: #666666;
  font-weight: bold; 
  text-decoration: none;
}

#subNavList a:hover {
  color: #000000;
  font-weight: bold; 
  text-decoration: none;
  text-decoration: underline;
}

#subNavList li.subNavListSelected a {
  color: #000000;
  font-weight: bold; 
  text-decoration: none;
}

#subNavList li.subNavListSelected a:hover {
  color: #666666;
  font-weight: bold; 
  text-decoration: underline;
}

#subNavList li:first-child {
  border-left: 0;
  padding-left: 0;
}
