




/*
     FILE ARCHIVED ON 4:30:15 Oct 5, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:54:47 Apr 13, 2012.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/** MAIN NAVIGATION **/
ul#navlist {
	white-space: nowrap;
	width: 795px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 1.0em 13px .9em 12px;
	display: block;
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(http://web.archive.org/web/20081005043015/http://johnmilkovich.com/images/layout/nav_border.png) right no-repeat;
}
#navlist a:link, #navlist a:visited {
	color: #1a3c7b;
	background-color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	color: #aaa;
	text-decoration: none;
}
.selected {
	color: #782020 ! important;
	font-style: italic ! important;
}


/** FOOTER NAVIGATION **/
#navbottom ul {
	padding: 1em 0;
	line-height: 1;
}
#navbottom li {
	display: inline;
	list-style-type: none;
}
#navbottom a {
	padding: 0 16px 0 8px;
	font-size: 1em;
	background: url(http://web.archive.org/web/20081005043015/http://johnmilkovich.com/images/layout/bullet.png) right no-repeat;
}
#navbottom #last {
	background: none ! important;
}
#navbottom a:link, #navbottom a:visited {
	color: #b5bfd6;
	text-decoration: none;
}
#navbottom a:hover {
	color: #fff;
	text-decoration: none;
}

