.sbi_container{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	border-style: solid;
	border-width: 7px;
	border-color: #8b7f64;
	background:#8b7f64;
}
.sbi_panel{
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
}
.sbi_panel_img{
	position:absolute;
	height:100%;
	top:0px;
	background-repeat:no-repeat;
}
.sbi_label{
	display:block;
	width:100%;
	background:#8b7f64;
	text-align:center;
	height:40px;
	line-height:40px;
	position:absolute;
	top:0;
	left:0px;
	text-decoration:none;
	color:#000;
	outline:none;	
}
.sbi_label:hover{
}
.sbi_content{
	position:absolute;
	border-top:2px solid #000;
	top:40px;
	left:0px;
	width:100%;
	background:transparent url(../images/pattern.png) repeat top left;
	display:none;
	overflow:hidden;
}
.sbi_content ul{
	padding:10px;
}
.sbi_content ul a{
	display:block;
	color:#f0f0f0;
	font-size:16px;
	padding:4px 6px 4px 14px;
	background:transparent url(../images/triangle.png) no-repeat 3px 50%;
}
.sbi_content ul a:hover{
	background-color:#000;
	color:#fff;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
}