﻿body 
{   /* http://www.christianpinder.com/articles/menu-using-html-lists-and-css/  */
}
#menu ul
{
    /* margin: 0px;  */
    /* margin-left: 199px;  Use Centercontent Margin */
    
    padding: 0px;
    list-style-type: none;
}

#menu a
{
    display: block;
    width: 8em;
    color: white;
    background-color:Gray;   /*  #000099;*/
    text-decoration: none;
    text-align: center;
}

#menu a:hover
{
    background-color:GrayText   /* #6666AA; */
}
#menu li
{
    float: left;
    margin-right: 0.5em;
}
