#menu
{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    overflow: auto;
    background-color: #555;
    border-right:1px solid #000;
    font-family: "trebuchet ms", verdana, tahoma, arial;
    font-size: 12px;
}

#menutop
{
    width: 200px;
    height: 200px;
    border-bottom:1px solid #808080;
    background-color: #444;
    /*background: transparent url("img/menu-top.gif") no-repeat;*/
}

.navcontainer { width: 200px; }

.navcontainer ul
{
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.navcontainer a
{
    display: block;
    padding: 3px 15px;
    width: 170px;
    background-color: #555;
    border-bottom: 1px dashed #999;
}

.navcontainer a:link, .navlist a:visited
{
    color: #EEE;
    text-decoration: none;
}

.navcontainer a:hover
{
    background-color: #444;
    color: #fff;
}

#topmenu
{
	border-top: 1px dashed #999;
}

.copy
{
    font-size: 10px;
    padding: 10px;
}
