a:link {
	color: #132678;
	text-decoration: underline;
}
a:visited {
	color: #132678;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #B60514;
}
a:active {
	color: #132678;
	text-decoration: underline;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
		}
		
#navcontainer li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
		
#navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.09em;
	display: block;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	}
		
#navcontainer a:hover {
	background-color: #369;
	color: #FFF;
		}
		
#active a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	padding-right: 12px;
	background-image: url(../images/leftmark-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}

