#nav2 {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display:block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}
#nav2 a:link, #nav2 a:visited, #nav2 a:active {
	width:102px;
	display: block;
	font-family: "Comic Sans MS", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 105%;
	padding: 5px 0 5px 0;
	
}
#nav2 a:hover  {
	background-color:#FFFFFF
}
.menuitem {
	width:102px;
	display:block;
}
.current {
	background-color:#FFFFFF;
	width:102px;
	display:block;
	text-align:center;
}

#home {
	float:left;
	text-align: center;
	width: 14%;
}
#board {
	float:left;
	text-align: center;
	width: 14%;
}
#work {
	float:left;
	text-align: center;
	width: 14%;
}
#notice {
	float:left;
	text-align: center;
	width: 14%;
}
#papers {
	float:left;
	text-align: center;
	width: 14%;
}
#contact {
	float:left;
	text-align: center;
	width: 14%;
}
#links {
	float:left;
	text-align: center;
	width: 14%;
}
