div#edit {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	/*height:2em;*/
	background-color:#00314b;	
	color:#fff;
	font-family:Arial,sans-serif;
	font-size:10px;
	padding:0;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	clear:both;
	margin-bottom:2em;
	width:160px;
}
div#edit ul,div#edit ul li {
	margin:0;
	padding:0;
}
div#edit ul{
	border-top:1px solid #3e748f;
}
div#edit ul li {
	border-bottom:1px solid #3e748f;
}
div#edit a {
	display:block;
	width:150px;
	color:#fff;
	padding:5px;
}
div#edit a:hover {
	text-decoration:none;
	background-color:#06415f;
}
div#edit a#editToggle {
	float:right;
	margin:0;
	text-align:right;
	width:27px;
	height:27px;
	padding:0;
	background-repeat:no-repeat;
}
div#edit a.show {
	background-image:url(../content/images/keyhole.gif);
}
div#edit a.hide {
	background-image:url(../content/images/keyhole-hide.gif);
}
div#edit a#editToggle span {
	display:none;
} 
div#edit p {
	padding:0.4em;
}