
#menu_top {
	background: #5062A1;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 620px;
}
#menu_top li {
	float: left;
	font: 77.5% "Trebuchet Unicode MS", "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu_top a {
	/* background: #333 url("../images/seperator.gif") bottom right no-repeat; */
	background: #5062A1 url("../images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px;
/*	padding: 8px 12px; */
	text-decoration: none;
}
#menu_top a:hover {
	background: #88C77C url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 6px;
/*	padding-bottom: 8px; */
}


#menu_btm {
	background: #5062A1;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu_btm li {
	float: left;
	font: 77.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu_btm a {
	background: #5062A1;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px;
/*	padding: 8px 12px; */
	text-decoration: none;
}
#menu_btm a:hover {
	background: #6DC773 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 6px;
/*	padding-bottom: 8px; */
}