html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
/*body {
    font-size: 92%;
}*/

#menu_container {
	padding-top: 2px;
	/*padding-bottom: 10px; //original 10-29-07*/
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}
#sub_nav {
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left; /* Contain floated list items */
	background-color: #59ACAC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	text-align: center;
}


#sub_nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#sub_nav a {
  float: left;
  width: 145px;
  color: #FFF;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #FFF;
}
#sub_nav #sub_nav_con a {
  border: none;
}
#sub_nav a:hover {
	background-color: #006666;
}
#body_hom #sub_nav_hom a, #body_map #sub_nav_map a,
    #body_jou #sub_nav_jou a,#body_his #sub_nav_his a,
    #body_ref #sub_nav_ref a,
    #body_con #sub_nav_con a {
	color: #1A1303;
	font-weight: bold;
	background-color: #FF9933;
}
#sub_nav hom {

	background-color: #006666;
}
