﻿#mainMenu {
        left:70px;
        position:relative;
        top:-10px;
        width:180px;
        z-index:10000;
    }
    #where_to_visit_sub {
position:absolute;
top:19px;
left:173px;
background-image:url(../img/menu/visit_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:161px;
padding:2px 0px 0px 5px;
display:none;
z-index:10000;
}
#vacation_themes_sub {
position:absolute;
top:40px;
left:172px;
background-image:url(../img/menu/themes_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:215px;
padding:2px 0px 0px 5px;
display:none;
z-index:10000;
}
#what_to_do_sub {
position:absolute;
top:61px;
left:172px;
background-image:url(../img/menu/do_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:104px;
padding:2px 0px 0px 5px;
display:none;
z-index:10000;
}
#where_to_stay_sub {
position:absolute;
top:83px;
left:172px;
background-image:url(../img/menu/stay_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:142px;
padding:2px 0px 0px 5px;
display:none;
z-index:10000;
}
#travel_resources_sub {
position:absolute;
top:105px;
left:172px;
background-image:url(../img/menu/resources_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:144px;
padding:3px 0px 0px 7px;
display:none;
z-index:10000;
}
#about_jamaica_sub {
position:absolute;
top:127px;
left:172px;
background-image:url(../img/menu/about_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:161px;
padding:2px 0px 0px 5px;
display:none;
z-index:10000;
}
#meetings_sub {
position:absolute;
top:149px;
left:172px;
background-image:url(../img/menu/meetings_bg.png);
background-position:top left;
background-repeat:no-repeat;
width:161px;
height:138px;
padding:2px 0px 0px 5px;
display:none;
z-index:10000;
}
