.top_menu{
	float: left;
	height: 27px;
	width: 557px;
	padding: 4px 8px 0px 0px;
	border-right: 3px solid #00AEEF;
	white-space: nowrap;
}

.top_menu A{
	display: table-cell;
	padding: 0px 10px 0px 10px;
	color: #253C98;
	background-color: #FFFFFF;
	text-decoration: none;
}

.top_menu A:hover{
	text-decoration: underline;
}

.top_right_menu{
	float: right;
	height: 27px;
	width: 191px;
	padding: 4px 16px 0px 0px;
}

.top_right_menu A{
	color: #253C98;
	text-decoration: none;
	font-weight: bold;
}

.top_right_menu A:hover{
	text-decoration: underline;
}

