body {
    background: #ffffff;
    font-family: Verdana, Helvetica, Arial;
    font-size: 80%;
    color: #8b7355;
    margin: 10px;
    padding: 0px;
}

#content {
    background: #ffffff;
    border: 1px solid #8b7355;
    border-top: none;
    clear: both;
    margin: 0px;
    padding: 15px;
}


input {
    background: #eedc82;
    border: 1px solid #8b7355;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    color: #8b7355;
    margin: 1;
}
input:hover{
   border: 1px;
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

textarea {
    background: #eedc82;
    border: 1px solid #8b7355;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    color: #8b7355;
    margin: 1;
}

textarea:hover {
    background: #eedc82;
    border: 1px solid #8b7355;
    border-top-color:#c63;
    border-left-color:#c63;
    border-right-color:#930;
    border-bottom-color:#930;
    color: #8b7355;
    margin: 1;
}


#menuList {
    border-bottom: 1px solid #8b7355;
    color: #8b7355;
    margin: 0;
    padding-bottom: 19px;
    padding-left: 10px;
}

#menuList a:link, #menuList a:visited	{
    background: #eee8aa;
    border: 1px solid #666600;
    color: #8b7355;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList a:link.active, #menuList a:visited.active	{
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}

#menuList a:hover	{
    color: #ff0000;
}

#menuList li.selected a {
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

#menuList li.selected ul.submenu {
    #cd8162;
    display: inline;
    left: 10px;
    position: absolute;
    top: 35px;
}

#menuList li.selected ul.submenu a {
    background: #ffffff;
    border: none;
    border-left: 1px solid #666600;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000 !important;
}

#menuList ul a:hover, #menuList ul.submenu a:hover {
    color: #ff0000 !important;
}

#menuList ul, #menuList li	{
    display: inline;
    color: #8b7355;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuList ul.submenu {
    color: #8b7355;
    display: none;
    width: 92%;
}

#submenu.li, #submenu.li.a {
    color: #8b7355;
}

#submenu {
    color: #8b7355;
}

#indent0 {
    margin-left: 8px;
}


#indent1 {
    margin-left: 16px;
}

#indent2 {
    margin-left: 24px;
}

#indent3 {
    margin-left: 32px;
}

#indent4 {
    margin-left: 40px;
}

#indent5 {
    margin-left: 48px;
}
