/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

#superfish .menu li li {
background: #666633;
}

#superfish .menu li li li {
background: #666633;
top: 0px;
}

#superfish .menu li.active-trail li {
background: #666633;
}

#superfish .menu li li:hover {
background: #666633;
}

#superfish .menu li li li:hover {
background: #666633;
}

h1 a, h1 a:visited, h1 a:hover, h2.site-name a, h2.site-name a:visited, h2.site-name a:hover {
  color: #336600;
}