html>body div.outerbox {
    margin: 8px 0 0;
    padding: 0 5px 5px 0;
}
html>body div.outerbox div.shadowbox1 {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 5px;
    height: 100%;
    background: url(images/f/menu/myshadow.png) no-repeat right top;
}
html>body div.outerbox div.shadowbox2 {
    position: absolute;
    bottom: 0;
    right: 5px;
    height: 5px;
    width: 100%;
    background: url(images/f/menu/myshadow.png) left bottom;
}
html>body div.outerbox div.shadowbox3 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    width: 5px;
    background: url(images/f/menu/myshadow.png) no-repeat right bottom;
}
html>body .innerbox {
    margin: 0;
    display: inherit;
}

#root-menu-div ul {
    /*border: 1px solid #000;*/
}
#root-menu-div li {
    margin: 0 0 1px;
    background-color: #002d71;
    border: 1px solid #002d71;
    white-space:nowrap;
}
* html #root-menu-div li {
    height: 1.5em; /* fixing ie6 problem */
}
/*ul.menu {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}*/
#root-menu-div ul {
    /*background-color: #fff;*/
    margin: 0 !important;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}
li.menu-separator.active {
    background-color: transparent;
}
#root-menu-div ul li.active {
    background-color: #005cc9;
    border: 1px solid #002d71;
}
#root-menu-div ul ul li {
    border: 1px solid #005cc9;
}
.activetarget {
    background-color: white;
}

* html div.menu-item {
    display: inline; /* fixes problem in ie6 */
}

/*li.menumain {
    float: left;
    padding: 0 10px;
}*/
div.menu-item {
    /*padding: 1px 10px 1px 4px;*/
    padding: 0;
}
div.menu-item a {
    display: inline-block;
    width: 100% !important;
    width: auto;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: hand;
}
div.menu-item a:hover {
    color: #fff;
    text-decoration: none;
}
div.menu-item a span {
    display: block;
    width: auto !important;
    width: 100%;
    padding: 5px 24px 5px 16px !important;
    padding: 5px 16px;
    font-size: 10px;
}
img.menu-item-arrow {
    position: absolute;
    right: 4px;
    top: 8px;
}
li.menu-separator {
    border-bottom: 1px solid #000;
    font-size: 0; /* for ie */
    height: 0;
    line-height: 0; /* for ie */
    margin: 2px 0;
}