.home_menu {
	background-image: url(../images/home_menu_bg.jpg);
	float: left;
	height: 38px;
	width: 987px;
}
.home_menu div {
	color: #005D8C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1D1DA;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}
.home_menu div a {
	color: #005D8C;
	text-decoration: none;
	margin-top: 12px;
	display: block;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.home_menu div a:hover {
	color: #18A0C8;
}

