﻿.siteMenuBg
{
    background-color: #A0CD64;
    height: 36px;
}

.siteMenuBgLeft
{
    background-color: #A0CD64;
    height: 36px;
    color: #485C2B;
}

.siteMenuBgRight
{
    background-image: url(images/newTitle/SiteMenuBg.gif);
    background-repeat: no-repeat;
    background-color: #A0CD64;
    height: 36px;
}

.siteMenuShadow
{
    background-image: url(images/newTitle/SiteMenuShadowBg.gif);
    background-repeat: repeat-x;
    background-color: white;
    height: 16px;
}

.searchTextBox
{
    width: 230px;
    margin-left: 2px;
    margin-right: 0.5em;
}

.siteMenuButton
{
    border: 1px solid #485C2B;
    background-color: #66833D;
    color: white;
    font-family: Arial, Sans-Serif;
    font-weight: bold;   
}

.newSiteMenu a
{
    color: #485C2B;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #A0CD64;
}

.newSiteMenu a:hover
{
    text-decoration: none;
    background-color: #C2DF99;
    color: #0B4163;
    border: 1px solid #C2DF99;
}