#closer, #cityLinks, #hotelLinks, #furtherOffers {
position:absolute;
z-index:1;
visibility:hidden;
left:0px;
top:0px;
}

#cityLinks, #hotelLinks {
z-index:3;
border:solid 1px #36E200;
border-bottom:none;
background-color:#DBE0D0;
}

#cityLinks a, #hotelLinks a{
display:block;
border-bottom:solid 1px #36E200;
font:bold 9pt Arial;
color:#008000;
text-decoration:underline;
text-align:center;
padding:2px 0px 2px 0px;
width:108px;
}

#cityLinks a:hover, #hotelLinks a:hover {
background-color:#A5FF89;
color:#000000;
}

#furtherOffers {
z-index:3;
}