#editbar {
	border-bottom: 1px solid #369;
	background: #369;
	color: #fff;
	font: 10pt/140% arial, sans-serif;	
	text-align: left;
	height: 40px;
}

#editbar a {
	color: #fff;
}

#editbar #editbar-tools {
	z-index: 254;
	position: relative;
	background: #369;
	float: left;
	width: 280px;
}

#editbar #editbar-tools #editbar-page-status {
	float: left; 
	width: 36px; 
	text-align: left;
	padding: 6px 0;
	margin: 0 0 0 4px;
}

#editbar #editbar-tools #editbar-page-status a {
	color: #69c;
}

#editbar #editbar-branding {
	float: left; 
	width: 108px; 
	text-align: center;
}

#editbar #editbar-branding a {
	display: block;
	width: 108px; 
	height: 40px;
	background: #369;
	text-align: center;
	color: #369;
}

#editbar #editbar-branding a span {
	display: none;
}

#editbar #edit-content {
	width: 64px; 
	float: left; 
	padding: 4px;
}

#editbar #edit-content input {
	width: 60px; 
	padding: 4px;
}

#editbar div input, #editbar div select {
	font-size: 10pt;
}

#editbar #editbar-links {
	z-index: 1;
	position: relative;
	background: #369;
	float: right;
	width: 592px;
}

#editbar #editbar-links ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	top: 0;
}

#editbar #editbar-links li {
	float: left;
	padding: 0;
	margin: 0;
}

#editbar #editbar-links ul a:link, #editbar #editbar-links ul a:visited {
	display: block;
	float: left;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	width: 70px;
	height: 39px;
	text-align: center;
	border-bottom: 2px solid #369;
}

#editbar #editbar-links ul li a:hover {
	background: #001e6e;
	color: #fff;
	text-decoration: none;
}

#editbar #editbar-links ul li#editlink-active a {
	background: #001e6e;
}

#editbar #editbar-links ul li a span {
	display: block;
	padding-top: 11px;
}

#editbar-dropdown {
	width: 200px; 
	float: left;
}

#editbar-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#editbar-dropdown ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#editbar-dropdown ul li.editbar-dropdown-tab {
	width: 184px;
	border-left: 1px solid #2a4887;
	border-right: 1px solid #2a4887;
}

#editbar-dropdown ul li.editbar-dropdown-tab strong {
	margin: 0 8px 0 4px;
}

#editbar-dropdown ul li.editbar-dropdown-tab span#editbar-dropdown-tab-title {
	font-weight: bold;
	margin: 0 8px 0 4px;
}

#editbar-dropdown ul li.editbar-dropdown-tab span#editbar-dropdown-tab-status {
	margin: 0 0 0 4px;
	color: #6e8ccb;
}

#editbar-dropdown ul li a {
	display: block;
	height: 40px;
	text-decoration: none;
	color: #fff;
}

#editbar-dropdown li.editbar-dropdown-tab {
	line-height: 40px;
}

#editbar-dropdown ul.editbar-dropdown-tab {
	line-height: 40px;
}

#editbar-dropdown li:hover ul , #editbar-dropdown li.ebhover ul {
	left: auto;
	z-index: 100;
}

#editbar-dropdown ul li ul {
	position: absolute;
	width: 184px;
	left: -999em;
	z-index: 100;
}

#editbar-dropdown ul li ul li {
	line-height: 24px;
}

/* fix ie7 sticky bug */
#editbar-dropdown li:hover, #editbar-dropdown li.hover {
    position: static;
}

#editbar-dropdown ul li.editbar-dropdown-tab a {
	min-height: 28px;
}

/* set the inset of the tab title in it's box */
#editbar-dropdown ul li a span {
}


/* use this to set left and right borders for editbar-dropdown items,
and inset of item text from those borders via padding */

#editbar-dropdown ul li ul li {
	background: #369;
	display: block;
	height: 28px;
	width: 184px;
	cursor: pointer;
}

#editbar-dropdown ul li ul li a {
	display: block;
	height: 28px;
	padding: 2px 4px 2px 8px;
	cursor: pointer;
	font-weight: normal;
}

#editbar-dropdown ul li a:hover {
	color: #fff;
	background: #001e6e;
}

#editbar-dropdown ul.editbar-dropdown-tabs {
	margin-left: 8px;
}

/* use this to set the bottom border of the menus */
#editbar-dropdown ul.editbar-dropdown-items {
	border-bottom: 1px solid #001e6e;
}

/* use this to set the bottom above each menu item */
#editbar-dropdown ul.editbar-dropdown-items a {
	border-top: 1px solid #576178;
}

#editbar-dropdown ul.editbar-dropdown-items a:hover {
	color: #ffbf34;
	background: #3b5998;
}
