.menutitle{
	cursor:pointer;
	/* width:150px;/* */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/grafik/LeftMenuBg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
a.menutitle:hover{
	background-image: url(../img/grafik/LeftMenuBg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
a.menutitle:active{
	background-image: url(../img/grafik/LeftMenuBg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

.menutitle:hover{
	background-image: url(../img/grafik/LeftMenuBg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.submenu{

	/*width: 150px;*/


}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
   /*	width: 150px;       */
	padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BDB9B3;
}
.sub:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FEF8E2;
}
.menuborder { 
	width: 235px;
	padding-bottom: 20px;
	background-color: #ffffff;
	z-index: 10;
	position: relative;
	left: 0px;
	top: 0px;
}


