.cms_toolbar {
	background-color: #e0e0ff;
	border-top: 2px solid #c0c0f0;
	border-bottom: 2px solid #c0c0f0;
	margin: 5px auto;
	padding: 5px;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.cms_toolbar h1 {
	/* dup of edit.css ! */
	margin-left: 16px;
	margin-top: 0px;
	font-size: 133%;
	font-style: italic;
	font-variant: small-caps;
}

.cms_navi_section {
	background-color: #f0f0f0;
	border: 1px solid #ffffff;
	cursor: pointer;
	float: left;
	padding: 2px;
}

.cms_navi_section small {
	padding: 5px;
	margin-right: 2px;
	color: #202080;
	background-color: #e0e0e0;
}

.cms_navi_section span {
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
	line-height: 150%;
	display: none;
	position: absolute;
	width: 108px;
}

.cms_navi_section:hover span {
	color: #909090;
	display: block;
}

.cms_navi_section hr {
	border-top: 1px solid #a0a0a0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.cms_navi_section:hover {
	background-color: #a0a0ff;
}

.cms_navi_section a {
	color: #000000;
	display:block;
	text-decoration: none;
}

.cms_navi_section a:hover {
	background-color: #a0a0ff;
}

.cms_navi_arrow {
	float: left;
	line-height: 150%;
	padding: 1px;
}

.cms_user {
	float: right;
	font-size: 75%;
	margin-right: 5px;
}