#nav {
	padding: 0;
	/* 20 pixel margin at top */;
	margin-bottom: 35px;
	height: 11px;
}

#nav ul {
	border: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
/* centers navagation list */;
	margin: 0px auto 0px auto;
	width: 431px;
}

#nav ul li {
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0;
	position: relative;
/* makes navagation list horizonal */;
	margin: 0px;
}

#nav ul li a {
	display: block;
	background: #FFFFFF;
	color: #2a3f6f;
	text-decoration: none;
	text-align: center;
	width: 85px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0;
	margin: 0;
/* makes background green, text gray, centers text in boxes, width of boxes, puts borders on top bottom and left DO I NEED MARGINS, PADDING SPECIFIED */;
	font: 10px/16px Times New Roman, Times, serif;
	font: bold 10px/22px Times New Roman, Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navborderright {
	border-right: 1px solid #999999;
/* sets right border for far right navagation box (the "about" box in this case) */
	}

#nav ul li a:hover {
	color: #EEEEEE;
	background: #2A3F6F;
/* makes rollover color blue & text white - why does rollover color stick in safari?!! */;
}

#urhere a:link, #urhere a:visited, #urhere a:hover {
	color: #FFFFFF;
	background: #2A3F6F;
/* makes rollover color blue & text white - why does rollover color stick in safari?!! */;
}

