@charset "UTF-8";
/* CSS Document */

.normalmenu {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: none;
	padding: 0px;
	width: 110px;
	height: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.normalmenu:hover {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px;
	width: 110px;
	height: 19px;
	border: 1px none #374E9A;
}
.menu2 {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

