/**
 * Style sheet HoTaNa
 */
/* Horizontale Tabellen Navigation */
#hotana table
{
	width:600px;
	height:20px;
	left:180px;
	position:absolute;
	margin:0 auto;
	text-align:center;
}

/* Horizontale Tabellen Navigation */
#hotana
{
	top:145px;
	position:absolute;
	overflow:visible;
	margin:0;
	text-align:center;
	background-color:#1e2456;
}

/* Horizontale Tabellen Navigation */
#hotana td
{
	width:120px;
	margin:0;
	text-align:center;
	background-color:#ffffff;
}

/* Horizontale Tabellen Navigation */
#hotana a
{
	font-weight:bold;
	font-size:12px;
	color:#1e2456;
	line-height:13px;
}

