   a.menu_link,
a.menu_link:link,
a.menu_link:visited {
  outline: none;
  display: block;
  width: 110px;
  height: 25px;
  color: #057eb4;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(/img/menu_panel.gif) no-repeat top left;
}
a.menu_link:active,
a.menu_link:hover {
  outline: none;
  display: block;
  width: 110px;
  height: 25px;
  color: #f90;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(/img/menu_panel.gif) no-repeat top left;
}

a.menu_link_new,
a.menu_link_new:link,
a.menu_link_new:visited {
  outline: none;
  display: block;
  width: 110px;
  height: 25px;
  color: #057eb4;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(/img/menu_panel_new.gif) no-repeat top left;
}
a.menu_link_new:active,
a.menu_link_new:hover {
  outline: none;
  display: block;
  width: 110px;
  height: 25px;
  color: #f90;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(/img/menu_panel_new.gif) no-repeat top left;
}

H1 {
background: transparent;
color: #777471;
float: left;
font-size: 10px;
font-weight:bold;
letter-spacing: 0.5px;
margin: 0px;
padding: 3px 0 3px 0;
width: auto;
}


