<!-- 
.menu  {
		font-size : 12px;
		font-family : Arial, Helvetica, sans-serif;
		color : #FFFFFF;
		font-weight: bold;
		background-color: #000099;
		width : 400px;
		height : 15px;
		border-bottom : 1px solid #000000;
		line-height : 15px;
		padding-top: 4px;
		padding-bottom: 4px;
padding-right: 4px; padding-left: 4px	; text-align: center; }
	.menu:hover  {
		color : #003366;
		background-color: #9999FF;
		text-decoration: none;
		}
-->