.tblTitle2 {
	font-weight: bold;
}
td#menu {
	width: 25%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
td#year {
	margin: 0px;
	padding: 0px;
}
td#menu a:link, a:visited, a:active {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 8px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	border: 2px solid #000066;
	background-color: #000066;
}
td#year p {
	font-size: 1.1em;
	color: #000066;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
td#menu a:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000066;
	background-color: #FFFFCC;
	color: #000066;
	background-image: url(../layout_images/dn_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}
td#menu a {
	display: block;
}
