* {
	padding:0;
	margin:0
}

a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
#container {
	margin: 0 auto 0 auto;
	width: 100%;
	position: relative;
	text-align: left;
}
#top_nav {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 31px;
	background-image: url(../images/nav-back.jpg);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#top_nav ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/nav_back_on.jpg);
	float: left;
	display: inline;
	width: 900px;
}
#top_nav ul li {
	display: inline;
	margin: 0;
	right: 25px;
	background-image: url(../images/nav_off.jpg);
	background-repeat: repeat-x;
}
#top_nav ul li a {
	float:left;
	width: auto;
	text-decoration:none;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 3.2mm;
	font-weight: bold;
	padding-bottom: 0px;
	background-image: url(../images/nav_off.jpg);
	background-position: right 0px;
	background-repeat: repeat-x;
	padding-left: 10px;
	color: #4e4e4e;
	text-align: center;
	padding-right: 10px;
	height: 24px;
	margin-bottom: 0px;
	padding-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #fcad00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
		background-image: url(../images/nav_on.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #000000;
}
/*this changes the active link*/		
#home #nav-home a, #about #nav-about a, #services #nav-services a, #events #nav-events a, #history #nav-history a, #services #nav-services a, #links #nav-links a, #restorial #nav-restorial a, #choir #nav-choir a, #visitors #nav-visitors a, #contact #nav-contact a {
	background-image: url(../images/nav_on.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #4e4e4e;
}
/*this changes the hover link*/
#home #nav-home a:hover, #about #nav-about a:hover, #services #nav-events a:hover, #history #nav-history a:hover, #services #nav-services a:hover, #events #nav-events a:hover, #links #nav-links a:hover, #restorial #nav-restorial a:hover, #choir #nav-choir a:hover, #visitors #nav-visitors a:hover, #contact #nav-contact a:hover  #nav a:active {
	/*background-color: #C62274;*/
color: #4e4e4e;
	background-image: url(../images/nav_on.jpg);
}

