#BuSl {
	position: relative;
	width: 100%;
	height: 20px;
	left: 0px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0A062;
	border-bottom-color: #C0A062;
}

.demoDiv{
background-color: #000;
width: 166px;
height: auto; 
overflow: hidden;
}
.hiddenElement{
display:none;
/* Fix IE floating bug */
position: absolute;
top: 47px;
}
