#header #menu { width: 585px; height: 30px; margin: 100px 0 0 0 }
	#menu ul { margin: 0 0 0 10px; padding: 0; list-style-type: none; font-family: Arial, Helvetica, sans-serif; font-size: 0.72em; letter-spacing: 1px; color: #ffd1b8; font-weight: bold }
		#menu ul li { display: block; float: left; height: 30px; line-height: 30px  }
			#menu ul li a, #menu ul li a:visited { display: block; color: #ffd1b8; text-decoration: none; padding: 0 10px }
			#menu ul li a:hover { background: url(../images/menu_over.gif) repeat-x; color: white; text-decoration: none }
		#menu ul li.selected { background-color: white; color: #6f6f6f }
			#menu ul li.selected a, #menu ul li.selected a:visited { display: block; background-color: white; color: #6f6f6f; text-decoration: none; }
			#menu ul li.selected a:hover { color: white; }

#footer #html-menu { width: 585px; height: 32px; line-height: 30px; text-align: right; background-color: #808080; color: #616161; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.625em; border-top: 2px solid black; overflow: hidden; }
	#html-menu div { float: right; }
		#html-menu ul { display: inline; margin: 0; padding: 0; list-style-type: none }
			#html-menu ul li { float: left; margin-right: 10px }
				#html-menu ul li a, #html-menu ul li a:visited { text-decoration: none; color: #616161 }
				#html-menu ul li a:hover { color: #c5c5c5 }
				#html-menu ul li.selected a, #html-menu ul li.selected a:visited { text-decoration: none; color: #000 }
				#html-menu ul li.selected a:hover { color: #c5c5c5 }

#sidebar #side-menu { text-align: right; width: 164px; margin-left: 21px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.625em; }
	#side-menu ul { margin: 0; padding: 0; list-style-type: none; }
		#side-menu ul li { padding: 5px 10px; margin: 0 0 5px 0 }
			#side-menu ul li a, #side-menu ul li a:visited { text-decoration: none; color: #b6b6b6 }
			#side-menu ul li a:hover { text-decoration: underline; color: white }
		#side-menu ul li.selected { cursor: default; color: #595959; background: url(../images/sub_selected.gif) no-repeat }
