div#box-left {
	float: left;
	width: 22%;
	margin-right: 4%;
}
div#box-right {
	float: left;
	width: 74%;
}
div#box-left p, div#box-right p {
	padding-left: 10px;
}
div#box-left ul.level_1 {
	padding-left: 0;
	list-style-type: none;
}
div#box-left ul.level_2 {
	padding-left: 0;
	list-style-type: none;
}
div#box-left ul li {
	padding-left: 12px;
	background: transparent url(../img/submenu-li.gif) no-repeat 0em .7em;
}

div#box-left ul a {
	font-size: 115%;
	font-weight: normal;
}
div#box-left ul a.current {
	color: #463820;
	font-weight: bold;
	text-decoration: none;
}
div#box-left ul a.submenu.trail {
	color: #463820;
	font-weight: bold;
}