#centermenu {
width: 50em;
margin: 0 auto;
}


#menu {
width: 100%;
background: #FFF;
float: left;
}
#menu ul {
text-align:center;
list-style: none;
width: 5.4em;
margin: 0;
padding: 0;

float: left;
}

#menu a, #menu h2, #menu h3 {
font: bold 10px arial, helvetica, sans-serif;
display: block;
border-width: 2.5px;
border-style: solid;
border-color: #FFF #FFF #FFF #FFF;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
font: bold 10px arial, helvetica, sans-serif;
color: #ffff;
background: #FFC125;
text-transform: uppercase;
}

#menu h3 {
font: bold 11px arial, helvetica, sans-serif;
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #ffe9b2;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #ffdb80;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block; text-align: center}

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;}