/**************** menu coding *****************/
#menu {
height: 18px;
background: #eee;
float: left;
position: relative;
z-index: 10;
}

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

#menu a, #menu h2 {

display: block;
border: 1px #666666 solid;

margin: 0;
padding: 1px;
}

#menu h2 {
color: #000;
background: #efefef;
text-decoration: none;
font-size: 9pt;
height: 16px;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
}

#menu a:hover {
color: #a00;
background: #fff;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
}

#menu li {
position: relative;
white-space: nowrap ;
}

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

#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;}

.menu_flags {
    font-size: 8pt;
    text-align: middle;
    background-color: transparent;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}

.menu_flags a {
    margin-right: 4px;
}
