#submenu {
  position: absolute;
  top: 149px;
  left: 41px;
  padding: 0px;
  margin: 0px;
  height:11px;
}

#submenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#submenu ul li {
  float: left;
  margin-right: 30px;
}


#left_menu_wrap{
	width:220px;
	margin-top:3px;
	margin-left:3px;
	margin-right:0px;
	margin-bottom:7px;
	height:222px;
}
#left_menu{
	background:url('../img/dotted.gif') repeat-x bottom left;
	padding-bottom:1px;

}

.left_menu_entry_wrap{
	background:url('../img/dotted.gif') repeat-x top left;
	height:26px;
	line-height:26px;
}

.left_menu_entry{
	height:26px;
}
.left_menu_entry a{
	color:#646464;
	text-decoration:none;
	display:block;
	text-indent:20px;

}

.left_menu_entry a:hover {
	background:url('../img/subdot2.gif') no-repeat;
	background-position: 10px 12px;
	padding:0px;


}
.left_menu_entry_act{
	height:26px;
	background:url('../img/verlauf220.jpg') no-repeat top;
	background-position: 0px 1px;
	padding:0px;

}
.left_menu_entry_act a{
	color:#646464;
	text-decoration:none;
	display:block;
	text-indent:20px;
	background:url('../img/subdot2.gif') no-repeat;
	background-position: 10px 12px;
}
.left_menu_entry_head{
	height:26px;
	background:url('../img/verlauf220.jpg') no-repeat top;
	background-position: 0px 1px;
	padding:0px;

}
.left_menu_entry_head a{
	color:#646464;
	text-decoration:none;
	display:block;
	text-indent:10px;
}

/* SELECT MENU */

.select_line {
		background:url('../img/dotted.gif') repeat-x left;
		background-position:0px 5px;
		height:11px;
		line-height:11px;
		display:block;
		
}
.selectmenu{
	margin-top:15px;
	margin-left:14px;
	width:196px;
	
}
select.mselect {
	width:196px;
	border-collapse:collapse;
	border:0px;
	padding-left:10px;
	background:#eeeeee url('../img/sel_back.gif') no-repeat right;
	color:#646464;
	font-size:10px;
}