/* ----------------------------*/
/* ---->>> ADMIN HEADER <<<----*/
/* ----------------------------*/
#canny-admin-header{
	 font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	 background: #e86425;
	 border-top: 1px solid #f18732;
	 border-bottom: 1px solid #444;
	 height: 24px;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 11;
}
#canny-admin-header ul li{
	background: none;
	color: white;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
}
#canny-admin-header ul li a{
	text-decoration: none;
	background: none;
	color: white;
	font-size: 12px;
	padding: 2px 9px 2px 7px;
	position: relative;
}
#canny-admin-header ul li a:hover{
	-moz-box-shadow: inset 0 1px 0 #f18732;
	-webkit-box-shadow: inset 0 1px 0 #f18732;			 
	box-shadow: inset 0 1px 0 #f18732;
	border: 1px solid #af4815;
	padding: 2px 7px 2px 7px;
	right: 1px;
}
#canny-admin-header ul li a:active {
	-moz-box-shadow: inset 0 0 2px #8f3b11, 0 1px 0 #f8b844;
	-webkit-box-shadow: inset 0 0 2px #8f3b11, 0 1px 0 #f8b844;
	background: #e96626;
	box-shadow: inset 0 0 2px #8f3b11, 0 1px 0 #f8b844;
	color: #8f3b11;
}
/* -----------------------------*/
/* ---->>> /ADMIN HEADER <<<----*/
/* -----------------------------*/
