.menu {
	width: 110px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 145px;
	left: 74px;
	text-align: center;
	list-style-type: none;
}
.menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #191167;
	display: block;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	font-variant: normal;
	text-transform: capitalize;
}
.menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
.menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
.menu a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

