/* NEW HEADER */ /*  top menu */
.header_top {   
	color: #fff;
	height: 33px; width: 275px;
	font-size: 9px;
}

.header_top a {   
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	border-right: 1px solid #fff;
	padding: 0 5px;
	line-height: 28px;
}

.header_top a:hover {color: #FFFFFF; text-decoration: underline; }

.header_bot {
	padding:0;
	margin:0;
	padding-left: 10px;
	height:40px;
	color: #005703;
	font-size: 12px;
	font-weight: bold;
	list-style-type:none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.header_bot a {
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #005703;
	font-weight:bold;
	padding: 0 6px;
	display: inline-block;
	font-size: 12px;
}

.header_bot a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #005703;
}
#time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003300;
	text-align: center;
}
/* END MEW HEADER */
