/* Site Navigation */
#TopNavListspt {
  list-style: none;
  padding-top:4px;
  padding-bottom:4px;
  float:right;
  background-color:white;
  margin-top:6px;
  margin-right:2px;
  
}

#TopNavListspt li {
  display: inline;
  border-right:1px solid rgb(60,175,101);
  border-left:1px solid rgb(60,175,101);
  padding: 0 0 0 5px;
  margin: 0 0 0 1px;
  font-size:14px;
  font-weight:bold;
  /*border-left: 1px solid #C8C8C8;*/
}

#TopNavList li a {
  color: #fff;
  font-weight: 900; 
  text-decoration: none;
}

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

/* The search navigation is the list of links next to the search box. */

#SearchNav {
  position: relative;
  float: right;
  text-align: right;
  color: #666;
  font-size: 0.9em;
  margin: 0px 0px 0px 0px;
  top: -11px;
  right: 209px;
  padding: 0;
}

#SearchNavList {
  list-style: none;
  margin: 0;
  padding: 0;
}

#SearchNavList li {
  padding: 0 0.5em 0 0.5em;
  display: inline;
  border-right: 1px solid #C8C8C8;
}

#SearchNavList li a {
  color: #666;
  text-decoration: none;
}

#SearchNavList li a:hover {
  color: #000;
}

/* Category Navigation */

#SideNav:before {
  line-height: 0.1;
  font-size: 1px;
  margin: 0;
  display: block;
}

#SideNav:after {
  line-height: 0.1;
  font-size: 1px;
  margin: 0;
  display: block;
}

#SideNav, #SideNav ul, #SideNav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.0em;
}

#SideNav {
  width: 150px;
  background-color: #F5F5F5;
  background-image: url(/layout/images/nav_tbl_top.png);
  background-position: top right;
  background-repeat: no-repeat;
}

#SideNav ul {
  background-image: url(/layout/images/nav_tbl_btm.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 10px 0 10px 0;
}

#SideNav ul ul {
  background: none;
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
  list-style: none;
}

#SideNav ul ul li {
  background: none;
  border: none;
}

#SideNav ul li {
  border-bottom: 1px solid #EFEFEF;
  margin: 0;
  padding-left: 12px;
  background-image: url(/layout/images/blt_gry_arrow.png);
  background-repeat: no-repeat;
  background-position: 12px 0.65em;
}

/* Uncomment when IE/Validator supports last-child

#SideNav ul li:last-child {
  border-bottom: 1px solid #F5F5F5;
}

*/

#SideNav ul li.last-child {
  border-bottom: 1px solid #F5F5F5;
}

#SideNav ul li.active {
  font-weight: bold;
}

#SideNav ul li.active span {
  display: none;
}

#SideNav ul li a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 3px 5px 3px 15px;
  margin: 0;
}

#SideNav ul ul li a.active {
  font-weight: bold;
}

/* Uncomment when IE/Validator supports last-child

#SideNav ul ul li:last-child {
  border-bottom: none;
}

*/

#SideNav ul ul li.last-child {
  border-bottom: none;
}

#SideNav ul ul li a {
  display: block;
  /* padding: 3px 5px 3px 12px; */
  padding-left: 12px;
  margin: 0;
}

#SideNav ul li a:hover {
  color: #333;
}
