
#mainbar {
   background-color: darkred;    /* Change this to set default background color for menu buttons */
   color: green;                 /* Change this to set default text color for non-link menu items */
   font-size: 11px;
   font-family: arial,helvetica,sans-serif;
   font-weight: bold;
   height: 19px;
   width: 526px;
   margin-top: 22px;
   padding: 0px;
}

#mainbar a {
   text-decoration: none;
   color: beige;                 /* Change this to set default link text color */
}

#submenu {
   height: 19px; width: 526px;
   color: beige;                 /* Change this to set default text color for submenu buttons */
   font-size: 11px;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   clear: both;
}

#submenu a:active {
   color: darkred;          /* submenu item text color while clicking */
   text-decoration: underline;
   background-color: beige;    /* submenu item background color while clicking */
}

#homemenu, #takemenu, #newsmenu, #joinmenu, #aboutmenu, #factsheetsmenu, #resourcesmenu,
#homeactive, #takeactive, #newsactive, #joinactive, #aboutactive, #factsheetsactive, #resourcesactive {
   float: left;
   height: 16px;
   vertical-align: middle;
   padding-top: 3px;
   padding-left: 8px;
   padding-right: 8px;
}

#homesubmenu, #takesubmenu, #newssubmenu, #joinsubmenu, #aboutsubmenu, #factsheetssubmenu, #resourcessubmenu,
#homesubmenu a, #takesubmenu a, #newssubmenu a, #joinsubmenu a, #aboutsubmenu a, #factsheetssubmenu a, #resourcessubmenu a { 
   color: midnightblue;                 /* Change this to set default text color for submenu buttons */
   font-size: 11px;
   font-family: Arial,helvetica,sans-serif;
   font-weight: normal;
}

#homesubmenu, #takesubmenu, #newssubmenu, #joinsubmenu, #aboutsubmenu,  #factsheetssubmenu, #resourcessubmenu {
   width: 526px;
   height: 19px;
}

#homesubmenu a, #takesubmenu a, #newssubmenu a, #joinsubmenu a, #aboutsubmenu a, #factsheetssubmenu a, #resourcessubmenu a {
   text-decoration: none;
}

#homesubmenu a:hover, #takesubmenu a:hover, #newssubmenu a:hover, #joinsubmenu a:hover, #aboutsubmenu a:hover, #factsheetssubmenu a:hover, #resourcessubmenu a:hover { 
   text-decoration: underline;
}

#homemenu:hover, #takemenu:hover, #newsmenu:hover, #joinmenu:hover, #aboutmenu:hover, #factsheetsmenu:hover, #resourcesmenu:hover {
   background-color: #592a8a;     /* Change this to set default mouse-over color for menu buttons */
   color: white;               /* Change this to set default font color for menu link mouse-overs */
}

#homeactive,#homesubmenu,#takeactive,#takesubmenu,#newsactive,#newssubmenu,#joinactive,#joinsubmenu,#aboutactive,#aboutsubmenu,#factsheetsactive,#factsheetssubmenu,#resourcesactive,#resourcessubmenu {
   background-color: beige;     /* Change this to set background color for present section */
}

div.submenuItem {
   padding-top: 3px;
   padding-left: 8px;
   padding-right: 8px;
   float: left;
}

.current {
   color: darkred;
   font-style: italic;
}

#mainbar a.notcurrent {
   color: midnightblue;           /* Color of link in top menu link when item is still current section */
   font-style: normal;
}
