div#system_menubar {
	background-color: #e3e3e3;
	color: #FFFFFF;
	height: 100%;
}
div#system_menubar table {
	padding: 0px;
	border-collapse: collapse;
}
.logoExtension {
	background-color: #58ac25;
	color: #FFFFFF;
	width: 4px;
	height: 50px;
}
.barTop {
	background-color: #FFFFFF;
	color: #000000;
	width: 8px;
	height: 50px;
}
.buttonMinimize {
	position: relative;
 	width: 8px;
	left: 5px;
	top: 45%;
	height: 57px;
	display: block;
	background-image: url(http://www.hightechcampus.com/interface/web/images/arrow_left.gif);
	cursor: pointer; cursor: hand;
}
.buttonRestore {
	position: relative;
 	width: 8px;
	left: 5px;
	top: 45%;
	height: 57px;
	display: block;
	background-image: url(http://www.hightechcampus.com/interface/web/images/arrow_right.gif);
	cursor: pointer; cursor: hand;
}
