/*PROGRAMM Button*/
ul.topnav{
	list-style: none;
	width: 140px;
	float: left;
	font-size: 11px;
	font-family: Verdana;
	cursor: pointer;
	padding: 0 14px;
	background: #222 url(../img/navi__btn_bg.png) repeat-x;
	border:1px solid #E2E2E2;
	position: absolute;
	margin-left: 281px;
	margin-top: 5px;
}

/*PROGRAMM Button Mouseover*/
ul.topnav:hover{
	position: absolute;
	color: #FFF;
	z-index:99;
}

*+html ul.topnav:hover{
	height: 24px;
}

ul.fakenav{
	list-style: none;
	line-height: 24px;
	width: 140px;
	float: left;
	font-size: 13px;
	font-family: Verdana;
	padding: 0 14px;
	border:1px solid #E2E2E2;
	position: absolute;
	margin-left: 281px;
	margin-top: 5px;
	color: #FFF;
	height: 24px;	
}

*+html ul.fakenav{
	margin-left: 7px;
}

ul.fakepressnav{
	list-style: none;
	width: 140px;
	float: left;
	font-size: 13px;
	font-family: Verdana;
	padding: 0 14px;
	border:1px solid #E2E2E2;
	position: absolute;
	margin-left: 281px;
	margin-top: 5px;
}

ul.fakepressnav li a{
	line-height: 24px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

* html ul.topnav{
	margin-left: 7px;
}

*+html ul.topnav{
	margin-left: 7px;
}

#orange_arrow{
	color: #FF6600;
	padding-left: 48px;
}
#grey_arrow{
	color: #999;
	padding-left: 48px;
}

* html #orange_arrow,
* html #grey_arrow {
	font-size: 10px;
}

/*PROGRAMM Button Schrift*/
ul.topnav li a{
	line-height: 24px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

/*Unterer Part vom PROGRAMM BUTTON für Subnavis*/
ul.topnav li {
	float: left;
	margin: 0;
	position: relative;
}

/*Subnavi Menupunkte*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	top: 22px;
	padding: 25px 0 0 0;
	left: -15px;
	display: none;
	float: left;
}

*+html ul.topnav li ul.subnav {
	top: 0;
	z-index: 100;
	position: relative;
	top: 11px;
	padding: 11px 0 0 0;
}

/*Subnavi Menupunktschrift*/
html ul.topnav li ul.subnav li a {
	float: left;
	width:144px;
	background: url(../img/navi__btn_bg.png) repeat-x;
	padding-left: 24px;
	border-top: 1px solid #989898;
	border-right: 1px solid #2C2C2C;
	border-bottom: 1px solid #181818;
	border-left: 1px solid #6F6F6F;
}

/*Subnavi Menupunktschrift Mouseover*/
html ul.topnav li ul.subnav li a:hover {
	background: #222 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
}