.centered
{
    position: relative;
    text-align:center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 800;
    height: 600;
    background-image: url("images/mnhbackground.jpg");
    background-position: 50%;
    background-repeat: repeat-y;
    margin: 0 auto;
}

div.spacer
{
    float: left;
    width: 150px;
    clear: both;
}

#ccontent
{
    width:800px;
    margin-right:auto;
    margin-left:auto;
    padding:0px;
    text-align:left;
}

#content
{
    position:relative;
    float:left;
    top:-420px;
    width: 640px;
}

#menu
{
    float: left;
    position: relative;
    top: -470px;
    left: 0px;
    width: 800px;
    height: 2em;
    font-family: sans-serif;
    font-size: 11pt;
    background-color: #293077;
    display:block;
    z-index:2;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
/*    width: 7.5em; */
    float: left;
}

#menu a, #menu h2
{
    font: bold 11pt arial, helvetica, sans-serif;
    display: block;
    margin: 0;
    padding:0.3ex 0.4ex;
    background: #293077;
    color: #ffffff;
}

#menu a
{
    color: #ffffff;
    border: none;
    text-decoration: none;
}

#menu a:hover
{
    background: #5359e3;
}

#menu li {position: relative;}

#menu ul ul
{
    position: absolute;
}

#menu ul ul ul
{
    top: 0;
    left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
    display: block;
    font-size: 10pt;
    width: 15em;
    border: none;
    padding: 2px;
}
