html {
	font: medium/1.4 "Times New Roman", Times, serif;
	top: 200px;
	text-decoration: none;
}
body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav {
  margin: 0;
  padding: 0;
  background: #FE0000;
  list-style-type: none;
  width: 767px;    
  float: left; /* Contain floated list items */
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav a {
	float: left;
	width: 127px;
	color: #FFF;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border: 1px none #FFF;
 
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background-color: #CECE0C;
  background-position: 0;
}
#body_hom #nav_hom a, #body_map #nav_map a,#body_jou #nav_jou a,#body_his #nav_his a,#body_ref #nav_ref a,#body_con #nav_con a {
  background-color: #FF9966;
  background-position: -254px 0;
  color: #1A1303;
  font-weight: bold;
}
