.navcontainer {
	width: 80px;
	text-align: center;
}
.navcontainer ul {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000066;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
}
.navcontainer a {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 0px;
	width: 80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-image:  url("../images/clouds.jpg");
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000066;
	border-left-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.navcontainer a:link {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.navcontainer a:visited {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
navcontainer a:active {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.navcontainer a:hover {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image:  url("../images/blue_fade.jpg");
	font-weight: bold;
	text-align: center;
}
