body
{
    background: url('/images/background.png') repeat;
    margin: 0;
    padding: 0;
}

.hidden
{
    position: absolute;
    visibility: hidden;
}

#page
{
    position:absolute;
    width:100%;
    min-height:100%;
}

#page > img
{
    position: absolute;
    width:100%;
    height:100%;
}

#page-ie
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

#innerbody
{
    position: relative;
    margin:0 auto 0 auto;
    padding:0;
    width:80%;
    height:100%;
}

#innerbody-ie
{
    position: absolute;
    background: #ffffff;
    margin:0 0 0 0;
    padding:0 0 0 0;
    left:10%;
    width:80%;
    height:100%;
}

div.header
{
    margin-bottom: 20px;
}

div.body
{
  margin: 50 0 0 0;
}

div.content
{
  margin-left:30px; /* To make room for the side menu */
  margin-right:30px; /* To move away from the background fade a little */
  padding:0;
}

div.menu-border
{
    position:relative;
    width:120%;
    left:-10%;
}

div.menu
{
    position:relative;
    width:120%;
    left:-10%;
}

div.menu-border-ie
{
    height: 2px;
    background: #008000;
}

div.menu-content-ie
{
    zoom: 1;
    background: #95F5CD;
}

div.menu-border > img
{
    width:100%;
    height: 2px;
}

div.menu > img
{
    position: absolute;
    width:100%;
    height:100%;
}

#top-menu
{
    position:relative;
    width:100%;
    left:0%;
    margin:1 0 0 0;
    padding:0;
    border:0;
    border-spacing:0;
}

#top-menu td
{
    text-align: center;
    width:25%;
    padding:0;
}

.menuitem
{
    width:100%;
    height:100%;
    text-decoration:none;
    font-weight:bold;
    padding:0;
}

a.menuitem
{
    color:blue;
}
a.menuitem:hover
{
    color:blue;
    text-decoration: underline; /* overline; */
}

span.menuitem
{
    color:green;
}
li
{
    display:inline;
}

