ul#container_navi_main
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: White;
	float: none;
	height: 20px;
	font-family: Unit-RegularAlternate, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin-left: 59px;
}

ul#container_navi_main li { 
	display: inline;
	float: left;
}

ul#container_navi_main li a {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	float: left;
	height: 20px;
	padding: 0 20px;
}

ul#container_navi_main li a:hover {
	color: #00a6ca;
	margin: 0 1px;
	padding: 0 19px;
}

ul#container_navi_main li.active {
	color: #00a6ca;
	background-color: #5a5a5a;
	padding: 0 20px;
	height: 20px;
	border:  none;
}
/* NAVI LANGUAGE */

#navi_sprache {
font-family: Unit-RegularAlternate, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #00a6ca;
	text-decoration: none;
	top: 0;
	left: 0;
	display: inline;
}

#navi_sprache li li a {
	display: block;
	font-weight: normal;
	color: #00a6ca;
	padding: 0px;
	list-style-type: none;
}

#navi_sprache li li a:hover {
	padding: 0px;
}

#navi_sprache li {
	float: left;
	position: relative;
	width: 50px;
	text-align: center;
	cursor: pointer;
	list-style-type: none;
}

#navi_sprache li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;
}

#navi_sprache li>ul {
	top: 18px;
	left: -27px;
	z-index: 1000;
	border-top: 5px solid #303740;
}

#navi_sprache li li {
	width: 74px;
	display: block;
	float: none;
	background-color: #303740;
	border: 0;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
}

#navi_sprache li:hover ul, #navi_sprache li.over ul {
	display: block;
}

#navi_sprache img {
	margin-left: 18px;
	margin-top: 5px;
	margin-right: 6px;
}

/* NAVI SUB */
ul#container_navi_sub 
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: White;
	float: none;
	height: 20px;
	font-family: Unit-RegularAlternate, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin-left: 59px;
}

ul#container_navi_sub li { 
	display: inline;
	float: left;
}

ul#container_navi_sub li a
{
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	float: left;
	height: 20px;
	padding: 0 20px;
}

ul#container_navi_sub li a:hover
{
	color: #00a6ca;
	margin: 0;
}

ul#container_navi_sub li.active_sub
{
	color: #00a6ca;
	padding: 0 20px;
}

/* neues language menu */

#newlangmenu {height: 17px; background: #303740 url(../picts/newlangnavi/navmenu_arrowdown.gif) center right no-repeat;}

.naviframe .auswahl {position: relative; left:-999px;}

.naviframe .sfhover .auswahl, .naviframe #newlangmenu:hover .auswahl {position: relative; left:auto;}

#newlangmenu .de_on { color: #00beee; display: block; padding-left: 27px; width: 40px; background: url(../picts/newlangnavi/de_on.gif)  no-repeat; }
#newlangmenu .de_off { display: block; padding-left: 27px; width: 40px; background: url(../picts/newlangnavi/de_off.gif) 0px 2px no-repeat; }

#newlangmenu .gb_on { color: #00beee; display: block; padding-left: 27px; width: 40px; background: url(../picts/newlangnavi/gb_on.gif)  no-repeat; }
#newlangmenu .gb_off {display: block; padding-left: 27px; width: 40px; background: url(../picts/newlangnavi/gb_off.gif) 0px 2px no-repeat; }

#newlangmenu .eu_on { color: #00beee; display: block; padding-left: 27px; width: 40px; background: url(../picts/newlangnavi/eu_on.gif) no-repeat; }
#newlangmenu .eu_off {display: block; padding-left: 27px; width: 40px; background: url(../picts/newlangnavi/eu_off.gif) 0px 2px no-repeat; }

#newlangmenu .auswahl{
	padding-top: 3px;
	padding-bottom: 2px;
}
#newlangmenu .auswahl a{
	border-top: 1px solid #525961;
	padding-top: 2px;
	padding-bottom: 4px;
	width: 25px;
	background-color: #303740;
}
#newlangmenu a{	text-decoration: none;}

#newlangmenu .auswahl .de_off:hover{ background: #303740 url(../picts/newlangnavi/de_on.gif) 0px 2px no-repeat;}
#newlangmenu .auswahl .gb_off:hover{ background: #303740 url(../picts/newlangnavi/gb_on.gif) 0px 2px no-repeat;}
#newlangmenu .auswahl .eu_off:hover{ background: #303740 url(../picts/newlangnavi/eu_on.gif) 0px 2px no-repeat;}

