#menu {margin-bottom: 3em; font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif; }
#menu p.menu { cursor: pointer; background: url('/images/singlebutton2.png'); padding: 7px; margin-top: 4px; height: 17px; background-repeat: no-repeat;}
#menu p.nochild { cursor: default; background: url('/images/singlebutton3.png'); padding: 7px; margin-top: 4px; height: 17px;}
#menu p.menuhilite {background: url('/images/singlebuttonred.png'); padding: 7px; margin-top: 7px; height: 17px;}
/*
#menu p.menu { background: url('/images/singlebutton2.png'); margin: 7px 0px 0px 0px; padding: 5px; background-repeat: no-repeat;}
#menu p.nochild { background: url('/images/singlebutton3.png'); padding: 7px; background-repeat: no-repeat;}
*/
#menu a:link { text-decoration: none } 
#menu a:visited { text-decoration: none } 
#menu a:active { text-decoration: none } 
#menu a:hover { text-decoration: none} 
#menu a {cursor:pointer; color: white; font-weight: bold; }
#menu .submenu { background: #E6F1E5; margin-top: 0px;}
#menu .submenu a { color: rgb(67,84,51); font-weight: bold;}
#menu .submenu a:hover {color: rgb(49,106,175); cursor: pointer;}
#menu img { margin-bottom: 0px; }


