#primary {
   background-color: #796c56;
}
#primary ul a {
   background-color: #796c56;
}
#primary ul a:hover {
   background-color: #999 !important;
}



#secondary {
   background-color: silver;
   border-bottom: 1px solid black;
   margin-bottom: 10px;
}

#secondary-menu-label {
   float: left;
   font-weight: bold;
   padding: 4px 12px !important;
}
#secondary .menu {
   width: 900px !important;
}
#secondary li {
}
#secondary li a {
   color: black !important;
   border:none;
   padding: 4px 7px !important; /* If right-left is greater than 7 the last item wraps in FF Windows */
}
#secondary li a:hover {
   background-color: white;
}

.view-content .views-field-title {
   margin-bottom: 0;
}

.ui-datepicker-calendar {
   background-color: white;
   border: solid 1px silver;
   padding: 8px !important;
}

.view-workshops .views-row {
   margin-bottom: 12px;
}
