/* overrides to shoehorn the new nav into the old design */

body                                          { font: normal 12px/130% 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif !important; }
#global-nav                                   { width: 1000px; margin: 0 auto; padding-bottom: 10px; position: relative; }
#global-nav h2                                { margin: 0; padding: 0; }
#global-nav a                                 { font-size: 13px !important; }

#global-country-select h3 span                { background: none !important; }

#main, #footer                                { background: none !important; }
#main                                         { width: 1000px; border: 1px solid #ddd; background: #fff !important; padding-bottom: 20px; }
#main                                         { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#footer ul, #footer p                         { background: none !important; }

#global-country-select                        { font-size: 12px !important; }
#global-country-select h3                     { font-size: 110% !important; font-weight: normal; padding-top: 0; }
#global-country-select li                     { font-size: 12px !important; }


#featureArea                                  { border: 1px solid #ccc; width: 1000px !important; padding: 0 !important; margin-bottom: 10px !important; }
#featureArea, 
#featureArea div                              { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#featureArea div                              { width: 1000px !important; border-bottom: 0 !important; }

.main-wrapper                                 { background-image: none !important; }

div.sideNav                                   { width: 200px !important; }
div.sideNav h4                                { padding-top: 12px !important; margin-bottom: 0 !important; }

  /* First Level Selected */
  ul.menu li.selected a { color: #fff; }
  ul.menu li.selected:hover a { color: #414141; }