#left .panel,
#right .panel {
}

#left .panel .title,
#right .panel .title,
#left .panel .title_gr,
#right .panel .title_gr {
	background: transparent url(../_images/title.gif) left top no-repeat;
	color: #4d6153;
	font-family: Times, serif;
	font-size: 1.5em;
	height: 29px;
	margin-top: -5px;
	padding: 8px 0px 0px 8px;
	position: absolute;
	vertical-align: middle;
	width: 172px;
}

#left .panel .title_gr,
#right .panel .title_gr {
	background-image: url(../_images/title2.gif);
	color: #edfdc6;
}

#left .panel .body, 
#right .panel .body {
	padding-top: 40px;
	padding-bottom: 11px;
}

#left .panel .body ul,
#right .panel .body ul {
	margin: 0px;
	padding: 0px;
}

#left .panel .body li,
#right .panel .body li {
	background: transparent url(../_images/arrow.jpg) 10px center no-repeat;
	border-bottom: 1px dashed #ccc;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 25px;
}
