/* CSS Document */


#boutique-link {
  top: 90px;
}
#contact-link {
  top: 144px;
}
  

.residence-links {
  position: relative;
  width: 188px;
  height: 20px;
  background-position: top left;
  background-repeat: no-repeat;
}

.residence-links a {
  display: block; width: 100%; height: 100%;
  text-indent: -10000px;
  color: #000;
  background-position: top left;
  background-repeat: no-repeat;
}

#res1-link {  top: 60px; background-image: url(../images/res1-btn-hl.png); }
#res1-link a { background-image: url(../images/res1-btn-down.png); }
#res1-link a:hover { background: transparent none; }

#res2-link {  top: 61px; background-image: url(../images/res2-btn-hl.png); }
#res2-link a { background-image: url(../images/res2-btn-down.png); }
#res2-link a:hover { background: transparent none; }

#res3-link {  top: 61px; background-image: url(../images/res3-btn-hl.png); }
#res3-link a { background-image: url(../images/res3-btn-down.png); }
#res3-link a:hover { background: transparent none; }

#res4-link {  top: 61px; background-image: url(../images/res4-btn-hl.png); }
#res4-link a { background-image: url(../images/res4-btn-down.png); }
#res4-link a:hover { background: transparent none; }

#res5-link {  top: 61px; background-image: url(../images/res5-btn-hl.png); }
#res5-link a { background-image: url(../images/res5-btn-down.png); }
#res5-link a:hover { background: transparent none; }


