.navcontainer {
	width: auto;
	border-top-color: #333399;
}
.navcontainer ul {
	font-family: "Century Gothic", Verdana;
	font-size: 18px;
	color: #333399;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
.navcontainer a {
	font-family: "Century Gothic", Verdana;
	font-size: 18px;
	color: #333399;
	text-decoration: none;
	background-color: #3399FF;
	display: block;
	padding: 3px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	list-style-image: none;
}
.navcontainer a:link {
	font-family: "Century Gothic", Verdana;
	font-size: 18px;
	color: #333399;
	text-decoration: none;
}
.navcontainer a:visited {

	font-family: "Century Gothic", Verdana;
	font-size: 18px;
	color: #333399;
	text-decoration: none;
}
.navcontainer a:active {


	font-family: "Century Gothic", Verdana;
	font-size: 18px;
	color: #333399;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: "Century Gothic", Verdana;
	font-size: 18px;
	color: #333399;
	text-decoration: none;
	background-color: #33FFFF;
}
