#navcontainer {	height: 70px;}ul#topNav {	padding-left: 0;	margin-left:70px;	padding-top:0px;}#topNav li {	display: inline;	list-style-type: none;}#topNav a {	padding: 0px 10px;}#topNav a:link, #topNav a:visited {	float:left;	display:block;	font-size:18px;	text-decoration:none;	color:#E10C18;	margin-top:30px;	font-weight:bold;	height:28px;}#topNav a:visited {	float:left;	display:block;	font-size:18px;	text-decoration:none;	color:#E10C18;	font-weight:bold;	height:28px;}#topNav a:hover {	text-decoration:none;	background-image: url(../images/triangle.gif);	background-position: center bottom;	background-repeat: no-repeat;}#current {	background-image: url(../images/triangle.gif);	background-position: center bottom;	background-repeat: no-repeat;}/* footer nav styles */ul#footerNav {	margin-left: 0;	margin-top:0px;	padding-left: 0;	white-space: nowrap;}#footerNav li {	display: inline;	list-style-type: none;}#footerNav a {	padding: 0px 15px 0px 0px;	color: #666666;	font-weight:normal;}#footerNav a:link, #footerNav a:visited {	font-size:90%;	color: #666666;	text-decoration: none;	font-weight:normal;}#footerNav a:hover {	color: #999999;	text-decoration: none;	font-weight:normal;}