table
{
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    height: 100%; /*margin: auto;*/
}
table tr
{
    height: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}


#nav > ul
{
    text-align: center;
    padding: 10px;
    margin: 0px;
}
#nav > ul > li
{
    text-align: center;
    background: #ccc;
    width: 100px;
    line-height: 25px;
    list-style-type: none;
    border-bottom: 1px solid #808080;
    border-right: 2px solid #808080;
}
#nav > ul > li > a
{
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: Black;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#nav > ul > li:hover > a
{
    color: #fff;
    background-color: #FF9900;
}







