/* Navigation */#menu {	margin: 0px;	padding: 0px;	border: 0px;}#menu ul {	padding: 0px;	margin: 0px;	list-style-type: none;	text-align: center;	clear: left;}#menu ul li {	display: block;	float: left;	text-align: center;	margin: 0px;	padding: 0px;}/* this is when a link is all by itself */#menu ul li a {	background:; /* background properties... change the URL and the color */	width: 63px; /* width of each box */	height: 12px; /* this doesn't always work, because text size changes... make your image bigger */	border: 0px; /* if you want a border line: 1px solid #000; */	padding: 4px 0px 4px 0px; /* spacing around text in pixels: top, right, bottom, left */	margin: 0px;	color: #333333; /* color of text */	font-family: Arial, Helvetica, San-serif;	font-size: 9pt; /* size of the text */	text-decoration: none;	display: block;	text-align: center;	font-weight: normal;}/* this is when you are over a link */#menu ul li a:hover {	background:; /* background info */	color: #bce5f9; /* text color */}/* add class="selected" to a <a href> tag to do this part */#menu ul li a.selected {	background: #fff url(navon.jpg); /* background info */	color: #000; /* text color */	font-weight: bold;}/* Navigation */#submenu {	margin: 0px;	padding: 0px;	border: 0px;	}#submenu ul {	padding: 0px;	margin: 0px;	list-style-type: none;	text-align: center;	clear: left;	float: right;}#submenu ul li {	display: block;	float: left;	text-align: center;	margin: 0px;	padding: 0px;}/* this is when a link is all by itself */#submenu ul li a {	background:; /* background properties... change the URL and the color */	width: 75px; /* width of each box */	height: 20px; /* this doesn't always work, because text size changes... make your image bigger */	border: 0px; /* if you want a border line: 1px solid #000; */	padding: 4px 0px 4px 0px; /* spacing around text in pixels: top, right, bottom, left */	margin: 0px;	color: #CCCCCC; /* color of text */	font-family: Arial, Helvetica, San-serif;	font-size: 8pt; /* size of the text */	text-decoration: none;	display: block;	text-align: center;	font-weight: normal;}/* this is when you are over a link */#submenu ul li a:hover {	background:; /* background info */	color: #990000; /* text color */}/* add class="selected" to a <a href> tag to do this part */#submenu ul li a.selected {	background: #fff url(navon.jpg); /* background info */	color: #000; /* text color */	font-weight: bold;}