#topNavBar {	display: block;	height: 30px;	width: 780px;	background-image: url(images/bkgd_topNav_o.jpg);	background-repeat: repeat-x;	background-position: 0px 0px;	background-color: #950101;	position: relative;	top: 200px;}#topNavBar ul {	overflow: hidden;	height: 30px;	display: inline;	white-space: nowrap;	list-style-type: none;	margin: 0px;	padding: 0px;	position: absolute;}li#menu1, li#menu2, li#menu3, li#menu4, li#menu5, li#menu6, li#menu7, li#menu8 {	font-size: 11px;	font-weight: normal;	display: inline;}li#menu1 a, li#menu2 a, li#menu3 a, li#menu4 a, li#menu5 a, li#menu6 a, li#menu7 a {	color: #FFF5E3;	text-decoration: none;	line-height: 28px;	text-transform: uppercase;	display: block;	height: 30px;	border-right-width: 1px;	border-right-style: dotted;	border-right-color: #820001;	text-align: center;	float: left;}li#menu1 a:hover, li#menu2 a:hover, li#menu3 a:hover, li#menu4 a:hover, li#menu5 a:hover, li#menu6 a:hover, li#menu7 a:hover {	border-right-style: solid;	background-image: url(images/bkgd_topNav.jpg);	background-repeat: repeat-x;}li#menu8 a {	color: #FFF5E3;	text-decoration: none;	line-height: 28px;	text-transform: uppercase;	display: block;	float: left;	height: 30px;	text-align: center;}li#menu8 a:hover {	margin-left: -1px;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #820001;	background-image: url(images/bkgd_topNav.jpg);	background-repeat: repeat-x;}