/* navbar*/
#site_menu_box {
  text-align: center;
  width: 1000px;
  height: 20px;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  z-index: 1000;
}
div#site_menu_box.wpadminbar-spacer {
	top: 28px;
}
* html #site_menu_box {
  position: absolute;
}
#site_menu { 
  width: 100%;
  float: left;
  z-index: 1010;
}
#site_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 115px;
  float: left;
}
#site_menu ul.doublewide {
	width: 230px;
}
#site_menu ul ul {
  width: 104px;
}
#site_menu ul.doublewide ul {
  width: 230px;
}
#site_menu li {
  margin: 0;
  padding: 0;
}
#site_menu a, #site_menu h3 {
  font: bold 12px/16px arial, helvetica, sans-serif;
  display: block;
  margin: 0;
  text-decoration: none;
}
#site_menu h3 {
  padding: 0;
}
#site_menu h3 a:link, #site_menu h3 a:visited, #site_menu h3 a:hover, #site_menu h3 a:active {
  color: #ff3;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  background: #0063bf;
}
#site_menu li.showgif h3 a {
  background: #0063bf url(/images/expand3.gif) no-repeat 105px 100%;
  _background: #0063bf;
}
#site_menu ul.doublewide li.showgif h3 a {
  background: #0063bf url(/images/expand3.gif) no-repeat 231px 100%;
  _background: #0063bf;
}
#site_menu ul li:hover.showgif h3 a {
  background: #0063bf;
}
#site_menu a:link, #site_menu a:visited, #site_menu a:hover, #site_menu a:active {
  color: #ff9;
  padding: 4px 5px;
  border: 1px solid #999;
  width: 100%;
  background: #0063bf;
}
#site_menu ul ul a {
  text-align: left;
}
#site_menu a:hover {
  color: #ffc;
  background: #0053af;
  text-decoration: underline;
}
#site_menu li {
  position: relative;
}
div#site_menu ul ul {
  display: none;
}
div#site_menu ul li:hover ul {
  display: block;
}
