
/***************************************************
 D Logo branding
 ***************************************************/

a.D {
  float: right;
  width: 30px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -10px;
  background: url(../images/D_logo.gif) no-repeat 0 0;
}

a:hover.D  {
  background-position: -30px 0;
}
