<style type="text/css">
html{

	
	}

#navi{
 width: 200px;
  float: left;
  text-align:left;


}
ul#menu {
  color: #000000; 
  background-color: #000000;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0 10 0 10;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0;
}

ul#menu li, 
  ul#menu a {
  font-family: "Copperplate Gothic Bold", Arial;
  font-size: 12px;
  color: #ffffff; 
  padding: 0 0 0 0;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 35px;
   
}

ul#menu ol li {
  color: #000000;
  line-height: 25px;
  border-bottom: none;
  
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #FF0000;
}

ul#menu a.active {
  color: #FF0000;
}
#addr{
width:200px;
font: 0.9em Verdana;
color: #FFFFFF;
margin-bottom: 0;
background-color:#CC9966;
text-align: center;
}
</style>