#menuList {
    border-bottom: 1px solid #566;
    margin: 0px auto;
    width: 720px;
    padding-left: 10px;
    padding-top: 10px;
    z-index: -1;
}

#menuDiv>#menuList {
    padding-bottom: 19px;
}

#menuList a:link, #menuList a:visited	{
    background: #e8ebf0;
    border: 1px solid #566;
    border-bottom: none;
    color: #666666;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList a:link.active, #menuList a:visited.active	{
    background: #ffffff;
    border-bottom: 1px solid #ffffff !important;
    color: #000000;
}

#menuList a:hover	{
    color: #ff0000;
}

#menuList li.selected a {
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    color: black !important;
    font-weight: bold !important;
    z-index: 2000;
    position: relative;
    top: 1px;
}

#menuList>li.selected a {
    top: 0px;
}

#menuList li.selected ul.submenu {
    display: inline !important;
    position: absolute;
    margin: 0px auto;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    top: 35px;
}

#menuList li.selected ul.submenu a {
    background: #ffffff;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000 !important;
}

#menuList ul a:hover, #menuList ul.submenu a:hover {
    color: #ff0000 !important;
}

#menuList ul, #menuList li	{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuList ul.submenu {
    padding-top: 10px;
    display: none;
    width: 90%;
}

