a div {
	color: #66AA66;
	text-decoration: none;
}
a:hover div{
	background-color: #CCFFCC;
	color: #AAAAFF;
	font-weight: bold;
}
div.section_bar, div.copyright_bar {
	margin-top: 5px;
	width: 100%;
	min-width: 800px;
	width:expression(document.body.clientWidth < 800? "800px": "100%" );
	height: 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #EEFFEE;
}
div.section_bar div.section_menu, div.section_bar div.head_bar {
	width: 70px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
	float: left;
	border: 1px solid #eee;
	border-left: 0px;
	border-top: 1px solid #FFF;
}
div.head_bar {
	font-weight: bold;
	background-color: #BBEEBB;
	color: white;
}
div.copyright_bar {
	float: left;
	text-align: center;
	margin-top: 20px;
	height: auto;
}
a {
	color: #77bb77;
	text-decoration: none;
}
a:hover {
	color: #aaaaee;
	font-weight: bold;
	text-decoration: underline;
}