table.menu1 {
	font-family: Arial, Helvetica, Tahoma,  Verdana, Geneva,  Sans-Serif;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	border: 0px auto 0px auto;
	border-collapse: collapse;
}

td.menu1item1 {
	text-align: center;
	padding-right: 1.2em; 
}

td.menu1item2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em 1.5em 0em 0em;
}

a.menu1 {
	outline: none;
	text-decoration: none;
	color: #000000;
}

a.menu1:hover {
	color: #be2824;
	text-decoration: none;

}

a.menu1current {
	outline: none;
	text-decoration: none;
	color: #be2824;
}

a.menu1current:hover {
}

a.menu1sub {
	outline: none;
	text-decoration: none;
	color: #000000;
}

a.menu1sub:hover {
	color: #d47700;
	text-decoration: none;

}

a.menu1subcurrent {
	outline: none;
	text-decoration: none;
	color: #d47700;
}

a.menu1subcurrent:hover {
}

