#tabbed_box_1 {
	
	width:100%;
	
}

.tabbed_area {
	background-image:url(../images/divbg.png);
	background-repeat:repeat-x;
	padding:8px; min-height:300px;
}

#testi { padding: 0; }
#testi li { display: inline; }
#testi li a { background: #e6decb; margin-right:2px; padding: 5px; float:left; border-right: 1px solid #999; border-left: 1px solid #999; border-top: 1px solid #999; border-bottom: none; text-decoration: none; color: #000; font-weight: bold;}
#testi li.active a { background: #f1eada; }
.content {clear: left;   border-top: none; border-left:1px solid #999; border-bottom:1px solid #999; background: #f1eada; padding: 10px 20px 20px; width: 90%; height:160px; }
.content h4{color: #800; font-size: 1.4em;  border-bottom: 1px dotted #800;  padding-top: 5px; margin-top: 0;line-height:35px; margin-bottom:10px; }
.content h5{color: #000; font-size: 1.1em;   padding-top: 5px; margin-top: 0;line-height:35px; margin-bottom:5px; }
.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	background:url(../images/arrow1.gif) no-repeat left ;
	border-bottom:1px solid #d6dde0;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	font-size:12px;
}
.content ul li a{ color:#990000; text-decoration:none;}
.content ul li a:hover{ color:#990000; text-decoration:none;}
.content ul li ul li {
	list-style: disc;
	border-bottom:none;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}
.content ul li:last-child {
	border-bottom:none;
}
