/* adjustment for IE5 */
body {
/* more specific to override imported rule */
    background:teal;
    font-size:    x-small;
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
}
html>body { /* be nice to Opera */
        font-size: small;
        }
/**/

#content {
/*      background-color:lightgrey; */
        background-color:#6495ed;
/*      background-color:#87ceeb; */
/*      background-color:blue; */
        border: 1px solid #E3CAA6;
        border-top: none;
}

/* below is the menus */

div.clearer {clear: left; line-height: 0; height: 0; font-size:0px;}

div#navmenu1 {
        float:left;
        padding: 0;
        margin: 0px 0px 5px 0px;
/*      background: cyan; */
        width:100%;
        border: none;
        border-bottom: 2px solid black;
        border-top: none;
        border-right: none;
        border-left: none;
        font-size: 110%;
}

ul.submenu{
        float:left;
        list-style: none;
        text-indent: 0;
        padding: 0;
        margin: 0 2px 0 0;
        width=100%
/*      background: cyan;  */
        background: 0x0000ff;
        border: 0;
        font-family:Georgia, Tahoma, Verdana, sans-serif;
        font-weight: bold;
}

ul.submenu li  {
        display: inline;
        list-style: none;
}


ul.submenu a {
/*      background: cyan;  */
        background-color: blue;
        padding: 2px 10px;
        margin: 4px 0 4px 0;
        color: white;
}

ul.submenu a,
ul.submenu a.here {
        float: left;
        text-align: center;
        border: none;
        border-right: 1px dotted black;
        text-decoration: none;
}



ul.submenu a.here,
ul.submenu a.here:hover {
/*      background: #008b8b;  */
        background-color: lightblue;
        color: black;
}

ul.submenu a:hover {
        background: white;
        color: black;
}


ul.submenu li:last-child a { border: none; }


