.menu {
    text-align: center;
    margin:9px auto; padding: 0px;
    /*border-top: 1px solid #E5E5E5;*/
    text-decoration: none;
    font: bold 11px 'Trebuchet MS', Tahoma, Sans-serif;
    width:170px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
width:170px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */

.menu_bg1 li { position:relative; background: url(../images/shared/fiji_links_bg.gif) center repeat-x; }
.menu_bg2 li { position:relative; background: url(../images/shared/fiji_packages_bg.gif) center repeat-x; }

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
width:170px;
color:#fff;
padding:3px 0px 4px 0px;
}
.menu a:hover { color: #383d44; }

/* style the link hover */
* html .menu_bg1 a:hover {color:#000; background: url(../images/shared/fiji_links_bg.gif) center repeat-x; width:170px; w\idth:169px;}
.menu_bg1 :hover > a{ color:#000; background: url(../images/shared/fiji_links_bg.gif) center repeat-x; }

/* style the link hover */
* html .menu_bg2 a:hover {color:#000; background:url(../images/shared/fiji_packages_bg.gif) center repeat-x; width:170px; w\idth:169px;}
.menu_bg2 :hover > a{ color:#000; background: url(../images/shared/fiji_packages_bg.gif) center repeat-x; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:4px;
left:-170px;z-index:100
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible; background-color:#fff;
}