#menu {
	width:170px;
	min-height: 540px;
	height: 540px;
	background:url(imgserver/back/menuverlauf.jpg) no-repeat top #4673A2;
	padding-top: 40px;
	font-size: 11px;
	color: #003D7D;
	float: left;
}

#menu li {
	background:url(imgserver/menu/button.gif) no-repeat;
	/* height:20px; */
	width:170px;
	list-style: none;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu a {
	color:#003D7D;
	line-height:20px;
	width:169px;
	text-decoration:none;
	padding-left: 26px;
	display: block;
}

#menu .active {
	background:url(imgserver/menu/button_hover.gif) no-repeat;
}

#menu a:hover {
	background:url(imgserver/menu/button_hover.gif) no-repeat;
}	

#submenu {
	background:url(imgserver/menu/submenuverlauf.gif) repeat-x #DEE6EE;
	font-size:10px;
	color:#003D7D;
	width:169px;
	text-align: left;
	margin:0px;
	padding:0px;
}

*html #submenu {
	width:100px;
}
	
#submenu li {
	background: none;
	height:100%;
	width:169px;
	background: url(imgserver/menu/bullet.gif) no-repeat;
	margin-left: 15px;	
	padding-left:9px;
	padding-bottom:4px;
}

*html #submenu li {
	width:145px;	
}

#submenu a {
	padding-left: 0px;
	line-height:14px;
	display:block;
	width:145px;
}	
#submenu a:hover {
	text-decoration: underline;
	background: none;
}

#submenu .active {
	font-weight: bold;
	background: none;
}

	
