#topNav {}

#topNav table {
	width:100%;
	height:42px;
	background-color:#0188CC;
	border:1px solid white;
	border-bottom:0px;
	border-right:0px;
}

#topNav td {
	text-align:center;
	text-align: center;
	border: 2px solid white;
}

#topNav a {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
	valign: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}
#topNav a:link,
#topNav a:visited {
	color: white;
	background-color: #0188CC;
	text-transform: capitalize;
}

#topNav span {
	border: 0px solid white;
	color: white;
	border-right: 0px;
}



