/* CSS Expanding Menu */
body {
	background: white url(menu/nav_bg.gif) repeat-y left top;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
}

dl#menu {
width: 200px;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background-image: url(menu/navi_bg.gif);
}
dl#menu dd {
}
dl#menu li {
	text-align: left;
	background-color: #70C061;
	text-indent: 30px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
dl#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
dl#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url(menu/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 30px;
}

dl#menu dt a:hover {
	color: #727644;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url(menu/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 30px;
	background-image: url(menu/navi_pfeil_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
dl#menu dt a:active {
color: #727644;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url(menu/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 30px;
	background-image: url(menu/navi_pfeil_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

dl#menu li a:hover {
    color: #727644;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url(menu/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 30px;
background: url(menu/navi2_pfeil_aktiv.gif) no-repeat left top;
}

dl#menu li a:active {
color: #727644;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url(menu/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 30px;
	background-image: url(menu/navi_pfeil_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left top;