#MenuBody {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 10pt;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relativ;
top: 0;
left: 0;
width: 175px;
}
#menu dt {
color: #ffffff;
cursor: pointer;
margin: 0px 0;
height: 21px;
line-height: 21px;
text-align: left;
padding-left: 10px;
font-weight: normal;
border: 0px solid gray;
background-image: url('../images/menu_haupt_hh.jpg');
}
#menu dt a:link, #menu dt a:visited {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a:active {
color: #FF9900;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a:hover {
color: #FFFFFF;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: left;
padding-left: 30px;
background: #ffffff;
background-image: url('../images/menu_sub_hh.jpg');
cursor: pointer;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: normal;
}
#menu dd li a:link, dd li a:visited {
color: #666666;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dd li a:hover {
color: #666666;
}
#menu dd li a:active, dd li a:focus {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}