/* CSS Document */

div#menu1 {
	position:absolute;
	top:0;
	/*left:49px;*/
	left:33px;
	width:740px;
}

div#menu1 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

.li_top_padding_1 {
	padding-top:12px;
}

.li_top_padding_2 {
	padding-top:12px; /* vorher 5px */
}

.li_bottom_padding_1 {
	padding-top:15px;
}

.li_bottom_padding_1_active {
	padding-top:49px;
}

.li_bottom_padding_2 {
	padding-top:7px;
}

.li_bottom_padding_2_active {
	padding-top:41px;
}

.li_top_inactive {
	margin:0 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_top_inactive.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.li_top_active {
	margin:0 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_top_active.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.li_top_active_first {
	margin:0 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_top_active_first.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.li_top_active_last {
	margin:0 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_top_active_last.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.li_bottom_inactive {
	margin:312px 0 0 4px;
	height:45px;
	width:101px;
	background-image:url(../../statimg/menu_bottom_inactive.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.li_bottom_active {
	margin:278px 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_bottom_active.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.li_bottom_active_first {
	margin:278px 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_bottom_active_first.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.li_bottom_active_last {
	margin:278px 0 0 4px;
	height:79px;
	width:101px;
	background-image:url(../../statimg/menu_bottom_active_last.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

div#menu1 ul li ul {
	position:absolute;
	top:140px;
	left:615px;
	text-align:left;
	z-index:20;
	overflow-x:hidden;
	overflow-y:auto;
	height:215px;
	width:115px;
}

div#menu1 ul li ul li {
	white-space:nowrap;
}
div#menu1 ul li a{
	display:block;
	width:100%;
}
div#menu1 ul li ul li a{
	display:inline;
	width:auto;
}

