.logo-bar {
  position: relative;
  height: 60px; width: 100%;
  /*background: url("/images/site_new/logo-bar-bg.png") repeat-x 0 0;
  border-bottom: 1px solid #ffffff;*/
}

.logo-bar a.logo {
  position: absolute;
  top: 50%;
  margin: -17px 0 0 0;
  width: 113px; height: 34px;
  background: url("/images/site_new/replacement/mdialog-logo.gif") no-repeat 0 0;
}

.logo-bar ul {
  float: right;
  margin: 30px 0 0 0;
}

.logo-bar ul li {
  display: inline;
  margin: 0 0 0 10px;
  font-weight: bold;
}

.logo-bar ul li a {
  color: #8a8a8a;
  text-decoration: none;
}

.logo-bar ul li a:hover {
  text-decoration: underline;
}

.logo-bar ul li a.sign-in {
  color: #434343;
}