/* H1 fix, part of text was cut off from the bottom on IE7 */

h1 {
    height: 77px;
    line-height: 52px;
    padding-top: 27px;
}


/* Highlight region heading fix, part of text was cut off from the bottom on IE7 */

.region-highlight .block h2.title {
    height: 77px;
    line-height: 34px;
}

/* User block backgrounds with single bg image
.logged-in #navigation .block-user {
    background: url(../images/ferrariclub_userblock_bg.jpg) repeat-x top right;
}

.logged-in #navigation .block-user h2 {
    background: url(../images/ferrariclub_userblock_bg_le.jpg) no-repeat top left;
}

.logged-in #navigation .block-user li {
  background: url(../images/ferrariclub_userblock_bg_di.jpg) no-repeat top left;
}

.logged-in #navigation .block-user li.last {
  background: url(../images/ferrariclub_userblock_bg.jpg) no-repeat top left;
} */