.footer {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
.footer a:link {
	color: #333333;
	text-decoration: none;
}
.footer a:active {
	color: #333333;
	text-decoration: none;
}
.footer a:visited {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #6699CC;
	text-decoration: none;
}
.menu {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
.menu ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
.menu li {
	margin: 0;
	background-image: url(../navBulletGif.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
}
.menu a:link {
	color: #333333;
	text-decoration: none;
}
.menu a:active {
	color: #333333;
	text-decoration: none;
}
.menu a:visited {
	color: #333333;
	text-decoration: none;
}
.menu a:hover {
	color: #6699CC;
	text-decoration: none;
}
