/* tab area */
#container, .menu ul li a:hover, .menu ul li a.tabactive,
.menu ul li a.tabactive strong
{
    background-color: #5f5947;
}

/* the links and text in the header next to the logo */
#top_header .adverttext, #top_header .adverttext a, .adverttext a:hover
{
    color: #88ac7e;
}

/* the font color of the tabs */
.menu ul strong
{
    color: Gray;
}

.searchArea
{
    background-image: none;
    border: 1px solid #5f5947;
    background-color: #d3cdc1;
}

.searchArea span
{
    color:#5f5947;
}

a.nobg
{
    color: Black;
}

/* links */
h1 a, .side-nav-header, a.main_navigation_1_name_selected
{
    color:#88ac7e !important;
}
