/*Logo Link*/
#asdaHeader {
  margin-top: 5px;
  position: relative;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  height: 333px;
  clear: both;
}
.homeLink {
  height:39px;
  left:15px;
  position:absolute;
  top:46px;
  width:390px;
}
.homeLink2 {
  position:absolute;
  margin-left:10px;
  font-weight:bold;
  bottom:4px;
  font-size:12px;
  color:#63BB19;
}
.homeLink2 a {
  color:#63BB19;
  font-size:12px;
  font-weight:bold;
}
.homeLink2 a:hover {
  text-decoration: underline;
  color:#63BB19;
}

/* top links */
#asda-top-links {
  background-color: #63BB19;
  width: 100%;
}
#asda-top-links ul {
  list-style-type: none;
  float: right;
}
#asda-top-links ul li {
  background:transparent url(/images/links-divider.gif) no-repeat scroll 0 6px;
  float:left;
  padding:0 5px 0 10px;
}
#asda-top-links ul li.first {
  background:none;

}
#asda-top-links ul li a {
  color: #63BB19;
  font-size: 12px;
}

