div#page_header div#top_menu_spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  left: 200px;
  width: 830px;
  height: 134px;
  font-size: 0px;
}
div#page_header div#top_menu {
  margin: 0px;
  padding: 0px 5px;
  position: relative;
  display: block;
  left: 200px;
  width: 820px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
/*
  text-transform: uppercase;
  border: 1px solid #FF0000;
*/
}
ul#header_menu_list {
  margin: 0px;
  padding: 12px 5px;
  position: relative;
  display: table;
  width: auto;
  height: 26px;
}
ul#header_menu_list li {
  margin: 0px;
  position: relative;
  display: inline;
  float: left;
  clear: right;
  width: auto;
  line-height: 26px;
  font-weight: bold;
}
ul#header_menu_list li.header_menu {
  padding: 0px 7px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  background: transparent url("../../img/header_menu_bg.png") repeat-x center top;
}
ul#header_menu_list li.header_menu:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: transparent url("../../img/header_menu_bg.png") repeat-x center -52px;
}
ul#header_menu_list li.header_current {
  padding: 0px 7px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  background: transparent url("../../img/header_menu_bg.png") repeat-x center -26px;
}
ul#header_menu_list li.header_current:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: transparent url("../../img/header_menu_bg.png") repeat-x center -52px;
}
ul#header_menu_list li.header_menu_left_spacer {
  padding: 0px;
  width: 4px;
  background: transparent url("../../img/header_menu_spacer.png") no-repeat right center;
}
ul#header_menu_list li.header_menu_spacer {
  padding: 0px;
  width: 8px;
  background: transparent url("../../img/header_menu_spacer.png") no-repeat center center;
}
ul#header_menu_list li.header_menu_right_spacer {
  padding: 0px;
  width: 4px;
  background: transparent url("../../img/header_menu_spacer.png") no-repeat left center;
}









div#base_byline div#bottom_menu {
  margin: 0px;
  padding: 5px 20px;
  position: relative;
  display: block;
  width: 1010px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
ul#bottom_menu_list {
  margin: 0px;
  padding: 0px 10px;
  position: relative;
  display: table;
  width: auto;
  height: 20px;
}
ul#bottom_menu_list li {
  margin: 0px;
  padding: 0px 10px;
  position: relative;
  display: inline;
  float: left;
  clear: right;
  line-height: 20px;
  font-weight: bold;
}
li.bottom_menu {
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
li.bottom_menu:hover {
  color: #333333;
  text-decoration: underline;
}
li.bottom_current {
  cursor: pointer;
  color: #666666;
  text-decoration: underline;
}
li.bottom_current:hover {
  color: #333333;
  text-decoration: none;
}
li.bottom_menu_spacer {
  width: 1px;
  font-size: 0px;
  background: transparent url("../../img/footer_menu.gif") repeat-y center top;
}