body 
{
    background-color: #ebebca;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 70%;
    margin: 0 0 0 0 auto;
    padding: 5px 0 0 0;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'trebuchet ms', helvetica, arial, sans-serif;
}

a 
{ 
    color: #598A92; 
}

a:hover 
{ 
    color: #235961; 
}

a:visited 
{ 
    color: #000; 
}

.menuContainer
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 20em;
}

.subMenuTitle
{  
    background: darkseagreen;
    border: 1px solid gray;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 2px 0;
    text-align: center;
}

.subMenuTitle a
{
    border: 0 none;
    color: #000;
    display: block;
    height: 100%;
    text-decoration: none;
}

.subMenuTitle a:hover 
{
    background: #eee;
}

.subMenuContainer
{
    border: 1px solid gray;
    height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
}