@charset "UTF-8";

#fp_main_menu {
	position: absolute; /*--Important--*/
	left:-5px;
	top:-1px;
}
ul#fp_main_menu {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#fp_main_menu li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#fp_main_menu li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 40px;
}
ul#fp_main_menu li:hover a, ul#fp_main_menu li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#fp_main_menu a.news {
	background: url(../images/header/index_header_06.gif) no-repeat;
	width: 82px;
}
ul#fp_main_menu a.fanclub {
	background: url(../images/header/index_header_07.gif) no-repeat;
	width: 120px;
}
ul#fp_main_menu a.gladiators {
	background: url(../images/header/index_header_08.gif) no-repeat;
	width: 158px;
}
ul#fp_main_menu a.saison {
	background: url(../images/header/index_header_09.gif) no-repeat;
	width: 98px;
}
ul#fp_main_menu a.fanzone {
	background: url(../images/header/index_header_10.gif) no-repeat;
	width: 121px;
}
ul#fp_main_menu a.archiv {
	background: url(../images/header/index_header_11.gif) no-repeat;
	width: 99px;
}
ul#fp_main_menu a.intern {
	background: url(../images/header/index_header_12.gif) no-repeat;
	width: 95px;
}
ul#fp_main_menu a.community {
	background: url(../images/header/index_header_community_06.gif) no-repeat;
	width: 149px;
}
ul#fp_main_menu a.pucktipp {
	background: url(../images/header/index_header_community_07.gif) no-repeat;
	width: 125px;
}
ul#fp_main_menu a.logout {
	background: url(../images/header/index_header_community_08.gif) no-repeat;
	width: 115px;
}

ul#fp_main_menu li .sub {
	position: absolute; /*--Important--*/
	top: 38px; left: 0;
	z-index: 99999;
	background: #3880a9 url(../images/menu/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	border: solid #FFFFFF 2px;
	/*border-top: 0 !important;*/
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
display: none; /*--Hidden for those with js turned off--*/
}
ul#fp_main_menu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#fp_main_menu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#fp_main_menu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#fp_main_menu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
ul#fp_main_menu .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #FFAE00;
}
ul#fp_main_menu .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#fp_main_menu .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

