.toolbar {
	font-family: helvetica;
	font-size: 14px;
	background-color: white;
	width: 100%;
	white-space: no-wrap;
	position: fixed;
	z-index: 150;
}

.toolbar ul {
	list-style-type: none;
	height: 100%;
}

.toolbar li {
	list-style-type: none;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.toolbar.mini {
	height: 30px;
	line-height: 2.5em;
}

.toolbar.mini li {
	padding: 0px 2px 0px 2px;
}

.toolbar.black {
	background-image: url('/system/images/toolbar_bg.png');
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
}

.toolbar.black li {
	padding: 0px 5px 0px 5px;
}

.toolbar.black li.selected {
	background-image: url('/system/images/triangle.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

.toolbar.black a {
	line-height: 2.0em;
}

.toolbar.black a:link {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.toolbar.black a:visited {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.left_toolbar {
	position: absolute;
	height: 100%
	width: 45%;
	left: 0px;
	padding-left: 10px;
}

.right_toolbar {
	position: absolute;
	height: 100%
	width: 45%;
	right: 0px;
	padding-right: 10px;
}