ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

a:link, a:visited {
	display:block; 
	width:172px; 
	font-weight:bold; 
	color:#FFFFFF;
	background-color:#696969;
	text-align:center; 
	padding:4px;
        text-decoration:none; 
	text-transform:uppercase;
}

a:hover, a:active {
	background-color:#383838;
}

.nav li {
	float:left;
}

.scheduleButton a:link, .scheduleButton a:visited {
	width:154px;
	padding:4px;
}
