.menu {
	position: absolute;
	display: none;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #010066;
	width: 162px;
}
.item2 {
	width: 130px;
	background-color: white;
	color:#010066; 
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	border-top: 1px solid #010066;
	border-left: 1px solid #010066;
	border-right: 1px solid #010066;
	font-weight: bold;
	cursor: pointer;
}
.aitem2 {
	width: 130px;
	background-color: #010066;
	color: white;
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	border-top: 1px solid #010066;
	border-left: 1px solid #010066;
	border-right: 1px solid #010066;
	font-weight: bold;
	cursor: pointer;
}
.item3 {
	width: 130px;
	background-color: white;
	color:#010066; 
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	border-top: 1px solid #010066;
	border-left: 1px solid #010066;
	border-right: 1px solid #010066;
	cursor: pointer;
	font-weight: bold;
}
.aitem3 {
	width: 130px;
	background-color: #010066;
	color: white;
	text-align: left;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	border-top: 1px solid #010066;
	border-left: 1px solid #010066;
	border-right: 1px solid #010066;
	cursor: pointer;
	font-weight: bold;
}
.mainmenu {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.mainitem {
	width: 129px;
	height: 23px;
	border-top: 1px solid #010066;
	border-bottom: 1px solid #010066;
	border-right: 1px solid white;
	border-left: 1px solid #010066;
	background-color: #010066; 
	color: white;
	float: left;
	margin-top:90px;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.amainitem {
	width: 129px;
	height: 23px;
	border-top: 1px solid #010066;
	border-right: 1px solid #010066;
	border-left: 1px solid #010066;
	border-bottom: 1px solid #010066;
	background-color: white;
	color: #010066; 
	float: left;
	margin-top:90px;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.amainitemfirst{
	width: 129px;
	height: 23px;
	border-top: 1px solid #010066;
	border-bottom: 1px solid #010066;
	border-right: 1px solid #010066;
	border-left: 1px solid #010066;
	background-color: white;
	color: #010066; 
	float: left;
	margin-top:90px;
	padding-top: 5px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.mainlink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mainlink:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.amainlink {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.amainlink:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

.link {
	color: #010066;
	text-decoration: none;
}
.link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.alink {
	color: #FFFFFF;
	text-decoration: none;
}
.alink:hover {
	color: #FFFFFF;
	text-decoration: none;
}