	#TopNav{
		position:relative;
		width:946px;
		margin-bottom:2px;
		overflow: hidden;
	}

			#TopNav-List
			{
				width:946px;
				list-style-type: none;
				margin: 0;
				padding-left: 100px;
			}
			
			#TopNav-List li
			{
				border-left: 2px solid #9a0216;
				float: left;
				line-height: 1em;
				margin: 0 .5em 0 -.5em;
				padding: 0 .5em 0 .5em;
			}
			#TopNav-List li a, TopNav-List li a:link, TopNav-List li a:active, TopNav-List li a:visited
			{
				text-decoration:none;
				font-weight:bold;
				color:#000000;
			}
			#TopNav-List li a:hover {
				color:#9a0216;
				text-decoration:none;
			}



	#Menu{
		position:relative;
		width:940px;
		height:86px;
		background:transparent url(images/nav/Navigation.jpg) top no-repeat;
	}
		#Menu ul{
			list-style:none;
		}
			#Menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0;
			}
				#Menu li a{
					display:block;
					float:left;
				}
					#Menu li a:hover{
					}
						#Menu li a span{
							display:none;
						}
				#Menu li a.current{
					display:block;
					float:left;
					color:#fff;
					background:#da6800 url(images/nav/menu_039_h.gif) repeat-x left;
					font-size:11px;
					font-weight:bold;
					line-height:66px;
					text-decoration:none;
					padding:0 25px;	
				}
					#Menu li a:hover.current{
						color:#fff;
					}
				#Menu li a.home{
					background:url(images/nav/nav_homeUP.jpg) no-repeat;
					width:71px;
					height:86px;
				}
					#Menu li a:hover.home{
						background:url(images/nav/nav_homeDOWN.jpg) no-repeat;
					}
				#Menu li a.history{
					background:url(images/nav/nav_historyUP.jpg) no-repeat;
					width:77px;
					height:86px;
				}
					#Menu li a:hover.history{
						background:url(images/nav/nav_historyDOWN.jpg) no-repeat;
					}
				#Menu li a.run{
					background:url(images/nav/nav_runUP.jpg) no-repeat;
					width:115px;
					height:86px;
				}
				#Menu li a:hover.run{
						background:url(images/nav/nav_runDOWN.jpg) no-repeat;
					}
				#Menu li a.parade{
					background:url(images/nav/nav_paradeUP.jpg) no-repeat;
					width:145px;
					height:86px;
				}
					#Menu li a:hover.parade{
						background:url(images/nav/nav_paradeDOWN.jpg) no-repeat;
					}
				#Menu li a.results{
					background:url(images/nav/nav_resultsUP.jpg) no-repeat;
					width:130px;
					height:86px;
				}
					#Menu li a:hover.results{
						background:url(images/nav/nav_resultsDOWN.jpg) no-repeat;
					}
				#Menu li a.arts{
					background:url(images/nav/nav_artsUP.jpg) no-repeat;
					width:89px;
					height:86px;
				}
					#Menu li a:hover.arts{
					background:url(images/nav/nav_artsDOWN.jpg) no-repeat;
					}
				#Menu li a.food{
					background:url(images/nav/nav_foodUP.jpg) no-repeat;
					width:64px;
					height:86px;
				}
					#Menu li a:hover.food{
						background:url(images/nav/nav_foodDOWN.jpg) no-repeat;
					}
				#Menu li a.items{
					background:url(images/nav/nav_itemsUP.jpg) no-repeat;
					width:84px;
					height:86px;
				}
					#Menu li a:hover.items{
						background:url(images/nav/nav_itemsDOWN.jpg) no-repeat;
					}
				#Menu li a.photos{
					background:url(images/nav/nav_photosUP.jpg) no-repeat;
					width:80px;
					height:86px;
				}
					#Menu li a:hover.photos{
						background:url(images/nav/nav_photosDOWN.jpg) no-repeat;
					}
				#Menu li a.contact{
					background:url(images/nav/nav_contactUP.jpg) no-repeat;
					width:85px;
					height:86px;
				}
					#Menu li a:hover.contact{
					background:url(images/nav/nav_contactDOWN.jpg) no-repeat;
					}



#SubNavContainer {
	background-color: #d0d0d0;
	border-top: solid 1px #eae3d9;
	border-bottom: solid 1px #eae3d9;
	margin-bottom: 4px;
}

	#SubNavContainer ul {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #7b7b7b;
		text-align: center;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	#SubNavContainer ul li {
		display: inline;
		margin-left: -4px;
	}
	
		#SubNavContainer ul li a {
			padding: 5px 10px 5px 10px;
			text-decoration: none;
			border-right: 1px solid #ffffff;
		}
		
		#SubNavContainer ul li a:hover {
			background-color: #9a0316;
			color: #ffffff;
		}
		#SubNavList {
		}
		
		#SubNavActive a { 
			background-color: #9a0316;
			color: #ffffff;
		}
