#main
{
    margin-left: 210px;
    padding: 5px;
	
}

#navigation
{
    float: left;
    width: 100px;
    padding: 5px;
}

#navigation ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navigation a, li#current
{
    display: block;
    width: 150px;
    text-decoration: none;
    padding: 0px;
    /*border-bottom: #fff solid 1px;*/
    background-color: #000000;
    color: #fff;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, li#current
{
    background-color: #A48B40;
    color: #000;
}
