#topbar{
	font-size:18px;
	padding:6px;
	overflow:hidden;
	height:100%;
	clear:both;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 60px;
}
#topbar a{
	color:#887768;
	text-decoration:none;
	height:25px;
	line-height:23px;
	float:left;
	display:block;
	width: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
a.active{
	height:25px;
	line-height:23px;
	padding-right:10px;
	background-image: url(../images/mb_a.png);
	background-repeat: no-repeat;
	background-position: right top;
}
a.active span{
	height:25px;
	display:block;
	padding-left:10px;
	background-image: url(../images/mb_span.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#middlebar{
	font-size:14px;
	padding:6px;
	overflow:hidden;
	height:1%;
	clear:both;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7D4C5;
	margin-right: 60px;
}
#middlebar a{
	color:#1A1610;
	text-decoration:none;
	padding-right:10px;
	height:25px;
	line-height:23px;
	display:block;
	float:left;
	background-image: url(../images/mb_a.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	width: auto;
}
#middlebar a span{
	height:25px;
	display:block;
	padding-left:10px;
	background-image: url(../images/mb_span.png);
	background-repeat: no-repeat;
	background-position: left top;
}
