.mainDiv
{
    width: 960px;
    margin: 0 auto;
    border: 1px solid gray;
}

ul.dropdown
{
    font-family: arial,sans;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    top: 0px;
    left: 0px;
    width: 100%;
}

ul.dropdown li
{
    padding: 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: white;
    text-align: left;
    width: 113.1px;
    text-align: center;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    background-color: #3B81BF;
    color: White;
}

ul.dropdown a:link, ul.dropdown a:visited
{
    color: White;
    text-decoration: none;
}

ul.dropdown a:hover
{
    color: White;
}

ul.dropdown a:active
{
    color: #ffa500;
}

/* -- level mark -- */

ul.dropdown ul
{
    width: 150px;
    margin-top: 1px;
}

ul.dropdown ul li
{
    font-weight: normal;
}

ul.dropdown *.dir
{
    padding-right: 3px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 112px;
    text-align: center;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir
{
    padding-right: 3px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.dropdown-upward *.dir
{
    background-image: url(../images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir
{
    background-image: url(../images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir
{
    padding-right: 10px;
    padding-left: 15px;
    background-image: url(../images/nav-arrow-left.png);
    background-position: 0 50%;
}

