#masthead a:link, #masthead a:visited {
		color: #000168;
		text-decoration: none;
		}

#masthead a:hover {
		text-decoration: underline;
		}

#masthead ul {
		list-style-type: none;
		}

#navigationContainer {
		background: url(/graphics/navigation-background-top.gif) no-repeat;
		}

ul#navigation {
		background: url(/graphics/navigation-background-right.gif) no-repeat 100% 0;
		}

ul#navigation ul {
		background: url(/graphics/navigation-item-separator.gif) 0 1px no-repeat;
		font-size: 1.3em;
		height: 3em;
		line-height: 3em;
		display: table;
		margin: 0 auto;
		padding-left: 3px;
		}

ul#navigation ul li {
		display: table-cell;
		}

ul#navigation ul a {
		background: url(/graphics/navigation-item-separator.gif) 100% 1px no-repeat;
		display: block;
		height: 3em;
		padding: 0 12px 0 9px;
		}

ul#navigation ul a:hover {
		background-color: #ff6600;
		}

.sectionHome #masthead #navHome a,
.sectionWalk #masthead #navWalk a,
.sectionSobell #masthead #navSobell a,
.sectionRegister #masthead #navRegister a,
.sectionSponsorship #masthead #navSponsorship a,
.sectionContact #masthead #navContact a
 {
		background: #fff url(../graphics/navigation-item-highlight.gif) repeat-x;
		color: #000168;
		margin-left: -3px;
		padding-left: 12px;
		}