﻿.MenuGroup
{
  background-color: #34383f; 
}

.MenuItem, .TMenuItem
{
  background-color:#34383f;
  border-color:#34383f;
}


.MenuItemHover, .MenuItem:hover, .TMenuItem:hover
{
  background-color:#6b7381; 
}


.MenuItemDown, MenuItem:active
{
  background-color:#6b7381;  
}

#headerLogo
{   
  background-color: #223f22;            
}

h2, h4
{
    color: #34383f;
}

h1, ul, .navMenuSelected a
{    
    color: #007E3A;  
}

#footer
{
    border-top: Solid 1px #007E3A;
    background: #ffffff url(../images/bg/footer_bg.gif) repeat-y center top;
}



