div#navigation1 ul#menu,
div#navigation2 ul#menu2 {
  width: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
ul#menu ol,
ul#menu2 ol {
  display: none;
  text-align: left;
  /*list-style-type: none;*/
   list-style-image: url(flaguk.jpg);
  margin: 0;
  padding: 5px;
  font-size: 95%;
}
 ul#menu li {
	background-color: #CCBBAA; /*#E0E0FF;*/
    list-style-type: none;
  font-family: verdana, sans-serif;
  font-size: 14px;
  color: #785a3c;
    padding: 3px;
border-top: groove;
border-width: 1;
border-color:  white;
font-size: 90%;
	}
  ul#menu2 li 
 {
	background-color: #FFFFC0;
    list-style-type: none;
  font-family: verdana, sans-serif;
  color: #9C6868; /*#785a3c;*/
    padding: 3px;
	border-top: groove;
	border-width: 1;
border-color: white;
font-size: 90%;
	}

	ul#menu2 li, 
  ul#menu2 a {
  background-color: #FFFFC0;
}

 ul#menu li,
 ul#menu2 li {
  line-height: 15px;
  list-style-type : none;
  list-style-position: inside;
}

 ul#menu ol li,
 ul#menu2 ol li {
  border-width: 1;
  border-color: white;
}

  ul#menu ol li:before,
 ul#menu2 ol li:before {
  content: "";
} 

 ul#menu a,
 ul#menu2 a
  {
  color: #554444;
  text-decoration: none;
  outline: none;
}
ul#menu2 a {
  color: #7D6565; /*#554444;*/
}

 ul#menu a:hover,
 ul#menu2 a:hover {
  color: #539dbc;
}
 ul#menu a.active,
 ul#menu2 a.active,
 a#active {
  color: #be5028;
  text-transform: uppercase;
}
li#upperroman {
list-style-type: upper-alpha;
font-weight: strong;
}
li#lowerroman {
list-style-type: lower-alpha;
font-weight: strong;
}


