#menu {
width: 100%;
background: #000876;
background-image: url(/images/grapes2.gif);
background-repeat: no-repeat;
float: left;
}

#menuwrapper {
	width: 750px; /* 150 px times 5 */
	float: right;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 150px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;

margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
text-align: center;
padding-left: 35px;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#newzealandmenu {
	background-image: url(/images/5.png);
	background-repeat: no-repeat;

}

#americasmenu {
	background-image: url(/images/4.png);
}

#asiamenu {
	background-image: url(/images/3.png);
}

#australiamenu {
	background-image: url(/images/2.png);
}

#europemenu {
	background-image: url(/images/1.png);
}

#europemenu ul li {
	background-color: #fff;
}

.menubk {
	background-color: #000876;	
}