html {
	font: small/1.4 "Helvetica", Tahoma, sans-serif;
}
body {
	font-size: 92%;
}
#vert {
 	margin: 0;
	padding: 0;
	background: #FFFFFF;
	list-style-type: none;
	width: 160px;
	float: left; /* Contain floated list items */
}
#vert li {	
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}
#vert a {
	display: block;  /* to increase clickable areas as a's default to inline */
	font-size: 9pt;
	color: #1F39FF;
	text-decoration: none;
	padding: 0 12px;
      line-height: 1.6;
	text-align: right; 
	border-bottom: 2px solid #BDDEFF;
	border-right: 2px solid #BDDEFF;
	border-left: 2px solid #BDDEFF;
}
#vert #vert_con a {
	border: none;
}
#vert a:hover {
	background: #FFFFFF;
	color: #D40112;
}
#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: #BDDEFF;
color: #1F39FF;
font-weight: bold;
}


