#menu {
	margin-bottom: 170px;
	font-weight: bold;
	position: relative;
}
#menu table {
	left: -9999px;
	position: absolute;
}
#menu table.click {
	top: 5px;
	left: 385px;
}

#menu table.click td {
	font-size: 24px;
	padding-left: 13px;
	background: url(images/menu_line.gif) left 7px no-repeat;
}
#menu table.click td.blank {
	background: none;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #888888;
}

#menu p {
	width: 385px;
	padding-left: 13px;
	font-size: 38px;
	font-weight: bold;
	background: url(images/menu_line.gif) left 12px no-repeat;
}
#menu table.click td.international {
	background: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

