#years {
	position:absolute;
	left:665px;
	top:0px;
	background-image:url(../../inc/gfx/menu-bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	width:154px;
	height:41px;
}

.pulldown {
	font-family:Andale Mono, Lucida Console, LucidaTypewriter, Courier, monospace;
	font-size:10px;
	color:white;
	width:125px;	
    display: table-cell;
    margin-left: 15px;
    margin-right: auto;
	margin-top:11px;	
}

#years .pulldown {
	background-color:#ff6600;
}

#subtitle {
	position:absolute;
	left:0px;
	top:0px;	
}

#content {
	position:absolute;
	left:0px;
	top:50px;
	font-family: Andale Mono, Lucida Console, LucidaTypewriter, Courier, monospace;
	color: #ffffff;
}

#content .title {
	font-size: 12px;
}

#content .text {
	font-size: 10px;
}

table.overview {
	table-layout:fixed;
	border-spacing:7px;
}

table.overview td {
	//background-image:url(../../inc/gfx/menu-bg.gif);
	background-color:#fff;
	padding:5px 5px 3px 5px;
}