body {

      font-family: arial, helvetica, serif;

      } 

ul, ol, li {

      list-style-position: outside;

      list-style: none;

      padding: 0; 

      margin: 0;

      vertical-align: bottom; 

      } 

#nav, #nav ul {

      /* all lists */ 

      padding: 0; 

      margin: 0; 

      list-style: none; 

      line-height: 0;

      } 

#nav a { 

      display: block; 

      } 

#nav li {

      /* all list items */ 

      float: left; 

      /* width needed or else Opera goes nuts */

      } 

#nav li ul {

      /* second-level lists */ 

      position: absolute;  

      width: 107px; 

      left: -999em;
	  
	  background-color:#09265f;

      /* using left instead of display to hide menus because display: none isn't read by screen readers */

      } 

#nav li:hover ul, #nav li.sfhover ul {

      /* lists nested under hovered list items */ 

      left: auto;

      } 

#content { 

      clear: left; 

      color: #ccc;

      }