﻿.managementbar
{
	background-image: url(../images/editbar/managementbar_bg.png);
	background-repeat: repeat-x;
	float: right;
	height: 34px;
	font-size: 90%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.managementbar a
{
	color: #0a6e8e;
	text-decoration: none;
}
.managementbar a:hover
{
	color: #2087cd;
	text-decoration: underline;
}
.managementbar ul
{
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 9px;
	padding-left: 0;
}
.managementbar img
{
	/* The left hand rounded edge of the management bar*/
	position: relative;
	left: -7px;
	float: left;
}
.managementbar li
{
	display: inline;
}
