#topnavigation {
	height: 40px;
	background-image: url(../images/topnavigation/bg_topnavigation.png);
}

#topnavigation table {
	width: 100%;
	height: 33px;
}

#topnavigation td {
	white-space: nowrap;
}

#topnavigation td a {
	display: block;
	padding: 8px 7px 14px;
	height: 11px;
	text-align: center;
  border: none!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

* html #topnavigation td a {
	padding: 8px 4px 14px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

#topnavigation td.top_first a#topanchor {
	background-image: url(../images/topnavigation/topnavi_left_out.gif);
}

#topnavigation td.top_first a#topanchor:hover {
	background-image: url(../images/topnavigation/topnavi_left_current.gif);
}

#topnavigation td.top_first a#topanchor.current, #topnavigation td.top_first a#topanchor.current:hover {
	background-image: url(../images/topnavigation/topnavi_left_current.gif);
}

* html #topnavigation td a#topanchor {
	font-weight: bold;
}

#topnavigation td.top_middle a#topanchor {
	background-image: url(../images/topnavigation/topnavi_middle_out.gif);
}

#topnavigation td.top_middle a#topanchor:hover {
	background-image: url(../images/topnavigation/topnavi_middle_current.gif);
}

#topnavigation td.top_middle a#topanchor.current, #topnavigation td.top_middle a#topanchor.current:hover {
	background-image: url(../images/topnavigation/topnavi_middle_current.gif);
}

#topnavigation td.top_last a#topanchor {
	background-image: url(../images/topnavigation/topnavi_right_out.gif);
	background-position: top right;
}

#topnavigation td.top_last a#topanchor:hover {
	background-image: url(../images/topnavigation/topnavi_right_current.gif);
}

#topnavigation td.top_last a#topanchor.current, #topnavigation td.top_last a#topanchor.current:hover {
	background-image: url(../images/topnavigation/topnavi_right_current.gif);
}