/* menu.css */

body {
 background-color: #0080c0;
 margin-top: 0;
 margin-left: -0.5em;
 }

#nav p {
 margin-left: -2.6em;
 }

* html #nav p {
 margin-left: -3.1em;
 }

#nav ul {
 list-style-type: none; 
 } 

#nav,#par li,a {
 font-family: Verdana,Arial,Helvetica;
 font-size: 9pt;
 font-weight: bold;
 line-height: 15pt;
 text-decoration: none;
 color: white;
 }

* html #nav li,a {
 margin-left: -1.0em;
 }

#nav li:hover, a:hover, li:active, a:active, li:focus, a:focus {
 color: maroon;
 }
