.page {
	text-align: left;
	background-image: url(bg1.jpg); 
	background-repeat: repeat;
	position: relative;
	left: 0px;
	float: left; 
	width: 670px;
	max-width: 670px;
}

.pageLayout {
	background-image: url(bg1.jpg); 
	background-repeat: repeat;
	position: relative;
	width: 670px;
	max-width: 670px;
}

.menu {
	background-color: #E0C060;
	border-color: #FFC060;
	border-style: ridge;
	border-width: 1;
	text-align: left;
	z-index: 10;
	font-size: 10pt;
	style: white-space: nowrap;
}

.menu A:link {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.menu A:visited {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.menu A:active {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.menu A:hover {
	font-size: 10pt;
	text-decoration: underline overline;
	font-weight: bold;
	color: #000000;
}

table.menu {
	font-size: 10pt;
	position:absolute;
	visibility:hidden;
}


td.menu {
	text-align: center;
	background-color: #E0C060;
	font-size: 10pt;
	width: 600px;
}






.menuTa2ble {
    align: center;
    border: 2px;
    border-color: red;
    rules: none;
    cellspacing: 0;
    cellpadding: 0;
    width: 670px;
    max-width: 670px;
    vertical-align: top;
    position: relative;
    left: 10px;
    float: left; 
    z-index: 1;
}
