#menuBox
{
    height: 4.0em;
    clear: both;
    font-size: 1.0em;
}


#menuBox ul
{
    margin: 0.5em 0.5em;
    padding: 0 0 0 1px;

    display: inline;
    float: left;

    border-width: 0 1px; 
    border-style: solid;
    border-color: #ffffff #1a344b #ffffff #ffffff;
}

#menuBox li
{
    margin: 0 1px 0 0;
    padding: 0.15em 0.5em 0.35em  0.5em;

    width: 6.0em;
    height: 2.5em;

    border-width: 0 1px; 
    border-style: solid;
    border-color: #ffffff #ffffff #ffffff #1a344b;

    display: inline;
    float: left;
}


#menuBox a
{
/*    font-weight: bold; */
    font-weight: regular;
    /*text-transform: uppercase;*/
/*    font-variant: small-caps; */

    text-decoration: none;
    color: #f0f0f0;
    background-color: transparent;
}


#menuBox a:hover
{
    text-decoration: underline;
    color: #ffffff;
    background-color: transparent;
}
