/* nav */a#link1 {	background: url(../images/link01.jpg) no-repeat;	width: 199px;	height: 63px;}a#link1:hover {	background: url(../images/link01_hilite.jpg) no-repeat;	width: 199px;	height: 63px;}a#link1select {	background: url(../images/link01_hilite.jpg) no-repeat;	width: 199px;	height: 63px;}a#link1select:hover {	background: url(../images/link01.jpg) no-repeat;	width: 199px;	height: 63px;}a#link2 {	background: url(../images/link02.jpg) no-repeat;	width: 72px;	height: 63px;}a#link2:hover {	background: url(../images/link02_hilite.jpg) no-repeat;	width: 72px;	height: 63px;}a#link2select {	background: url(../images/link02_hilite.jpg) no-repeat;	width: 72px;	height: 63px;}a#link2select:hover {	background: url(../images/link02.jpg) no-repeat;	width: 72px;	height: 63px;}a#link3 {	background: url(../images/link03.jpg) no-repeat;	width: 99px;	height: 63px;}a#link3:hover {	background: url(../images/link03_hilite.jpg) no-repeat;	width: 99px;	height: 63px;}a#link3select {	background: url(../images/link03_hilite.jpg) no-repeat;	width: 99px;	height: 63px;}a#link3select:hover {	background: url(../images/link03.jpg) no-repeat;	width: 99px;	height: 63px;}a#link4 {	background: url(../images/link04.jpg) no-repeat;	width: 57px;	height: 63px;}a#link4:hover {	background: url(../images/link04_hilite.jpg) no-repeat;	width: 57px;	height: 63px;}a#link4select {	background: url(../images/link04_hilite.jpg) no-repeat;	width: 57px;	height: 63px;}a#link4select:hover {	background: url(../images/link04.jpg) no-repeat;	width: 57px;	height: 63px;}	a#link5 {	background: url(../images/link05.jpg) no-repeat;	width: 167px;	height: 63px;}a#link5:hover {	background: url(../images/link05_hilite.jpg) no-repeat;	width: 167px;	height: 63px;width: 167px;	height: 63px;}a#link5select {	background: url(../images/link05_hilite.jpg) no-repeat;	width: 167px;	height: 63px;}a#link5select:hover {	background: url(../images/link05.jpg) no-repeat;	width: 167px;	height: 63px;}a#link6 {	background: url(../images/link06.jpg) no-repeat;	width: 356px;	height: 63px;}a#link6:hover {	background: url(../images/link06_hilite.jpg) no-repeat;	width: 356px;	height: 63px;}a#link6select {	background: url(../images/link06_hilite.jpg) no-repeat;	width: 356px;	height: 63px;}a#link6select:hover {	background: url(../images/link06.jpg) no-repeat;	width: 356px;	height: 63px;}a#link7 {	background: url(../images/link07.jpg) no-repeat;	width: 427px;	height: 24px;}a#link7:hover {	background: url(../images/link07_hilite.jpg) no-repeat;	width: 427px;	height: 24px;}a#link7select {	background: url(../images/link07_hilite.jpg) no-repeat;	width: 427px;	height: 24px;}a#link7select:hover {	background: url(../images/link07.jpg) no-repeat;	width: 427px;	height: 24px;}a#link8 {	background: url(../images/link08.jpg) no-repeat;	width: 523px;	height: 24px;}a#link8:hover {	background: url(../images/link08_hilite.jpg) no-repeat;	width: 523px;	height: 24px;}a#link8select {	background: url(../images/link08_hilite.jpg) no-repeat;	width: 523px;	height: 24px;}a#link8select:hover {	background: url(../images/link08.jpg) no-repeat;	width: 523px;	height: 24px;}/* SUB NAVBAR */ul {	list-style-type: none;	margin-right: 0px;	margin-left: 0px;}#sub_navbar {	padding-top: 55px;	padding-left: 30px;}#sub_navbar a {	display: block;	text-decoration: none;	padding-top: 2px;	padding-bottom: 2px;}#sub_navbar li {	display: block;	}		#sub_navbar a:link, #sub_navbar a:visited {	text-decoration: none;	color: #AA9E8D;	text-align: left;	text-indent: 16px;	width: 250px;	font: 14px Arial, Helvetica, sans-serif;	}#sub_navbar ul li#current a {	color: #FB960B;}	#sub_navbar a:link.active, #sub_navbar a:visited.active, #sub_navbar a:hover {	color: #e68a09;	}
