#timeline {
	position: relative;
	height: 250px;
	width: 460px;
}
#timeline dt {
	float: left;
	color: #11609C;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 0 0;
	font-family: minion, times;
	border-top: 2px solid #11609C;
	border-bottom: 3px solid #11609C;
	background: #9BC6E7;
}
#timeline dt a {
	color: #11609c;
	text-decoration: none;
	display: block;
	background: #fff url(../img/bg_time.gif) center left no-repeat;
	padding: 0 7px;
	text-align: center;
	line-height: 28px;
}
* html #timeline dt a {
	padding: 0 7px;
	font-size: 15px;
}

#timeline dt.selected a,
#timeline dt a:hover { 
	background-color: #9bc6e7;
}
#timeline dt.selected {
	background: #9bc6e7 url(../img/bg_arrow.gif) center top no-repeat;
}

#timeline dt.tl1928 a {
	background-image: none;;
}

#timeline dd {
	position: absolute;
	top: 50px;
	width: 460px;
  left: 0;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 3px solid #11609C;
}

#timeline span {
	line-height: 1em;
	display: block;
	top: 0;
	left: 0;
	font-size: 59px;
	font-style: normal;
	font-weight: bold;
	font-family: Minion, times;
	color: #C3DDF1;
}

dt.tl1928 a { width: 40px; }
dt.tl1954 a { width: 39px; }
dt.tl1964 a { width: 40px; }
dt.tl1982 a { width: 40px; }
dt.tl1993 a { width: 41px; }
dt.tl1998 a { width: 41px; }
dt.tl2001 a { width: 41px; }
dt.tlPresent a { width: 63px; }

