#logo {
  background:url("/assets/images/legacy/logo.gif?04052012") no-repeat left center;
}
#tabs,
#tabs ul ,
#tabs a,
#tabs a {        
  background-color: #64b9e4;
}
#tabs a:hover,
#tabs .current a
{
     background-color: #94e9f4;
}

.subMenu {
    border: 1px solid #64b9e4;
    border-top: none;
}

.subMenu a:hover
{
    background-color: #94e9f4 !important;
    color: white !important;
}