.menu1 {
  text-align: center;
  font-family: Times New Roman;  
}

.menu1 ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.menu1 ul ul {
  display: none;
}

.menu1 ul li:hover > ul {
  display: block;
  position: absolute;
  text-align: left;
  background: white;
  border-style:solid;
  border-width:1px;
  padding-top:3px;
  padding-bottom:3px;
  padding-right:5px;
  padding-left:5px;
  line-height:140%
}

.menu1 a:link {text-decoration:none; font-weight:bold; color:rgb(193, 96, 0);} 
.menu1 a:visited {text-decoration:none; font-weight:bold; color:rgb(193, 96, 0);} 
.menu1 a:hover {text-decoration:none; font-weight:bold; color:black;}
.menu1 a:active {text-decoration:none; font-weight:bold; color:black;}

.sbanner {
  text-align: center;
  font-family: Times New Roman;
  background-color: rgb(217, 190, 25);
}

.sleft {
text-align: left;
font-family: Arial;
width: 67%;
vertical-align: top;
}

.sright {
text-align: left;
font-family: Arial;
font-size: small;
width: 33%;
background-color: rgb(204, 204, 204);
vertical-align: top;
}

.pagemap {
text-align: left;
font-family: Arial;
font-size: small;
}

body {
margin:0 auto;
width: 960px;
text-align: left;
font-family: Arial
}
