.rightBarHeader {
    margin: 0px;
    padding: 3px 5px 3px 3px;
    text-align: right;
}


.rightBarTile {
    margin-left: 0px;
    padding: 0px;
}


.rightBarTile .service {
    margin: 0px;
}

.rightBarTile .service .serviceName {
    padding: 4px;
    font-weight: bold;
    color: #4b598e;
    text-align: right;
    border-bottom: solid 1px #4b598e;
    margin-right: 5px;
}

.rightBarTile  .service  {
    list-style: none;
    margin-left: 4px;
    padding: 0px;
    clear: both;
}

.rightBarTile .service .name {
    background: url('/boiro/images/link.png') no-repeat left center; 
    font-weight: bold;
    padding-left: 7px;
}

.rightBarTile .service  .address {
    background: url('/boiro/images/envelope.png') no-repeat left center; 
    padding: 4px 10px 4px 20px;
}

.rightBarTile .service  .phone {
    background: url('/boiro/images/phone.png') no-repeat left center; 
    padding: 4px 10px 4px 20px;
}


.rightBarTile .service  .image {
    text-align: center;
    margin-left: 3px;
    min-height: 100px;
    height: 1%; /* Fix for MSIE peekaboo bug */		
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.rightBarTile .service  .image img {
    width: 100px;
}


.rightBarTile ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.rightBarTile ul .menuHeader {
    text-align: right;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
}

.rightBarTile ul .menuHeader a {
    color: white;
    text-decoration: none;
}


.rightBarTile ul .menuItem {
    padding: 3px;
    padding-left: 10px;
}


