﻿/* ---------- ADMIN ZONE --------------------------------------------------- */

#adminMenu {
	z-index: 9999;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1.2em;
	width: 245px;
	background: transparent url(/images/admin-menubg.png) top left repeat;
}

#adminMenu h2 {
	cursor: pointer;
	display: block;
	height: 31px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 31px;
	color: #fff;
	border: none;
	background: #131614 url(/images/admin-menutop.png) top left repeat-x;
}

#adminMenu li a {
	display: block;
	padding: 0.6em 20px 0.6em 10px;
	color: #e0e0e0;
	text-decoration: none;
}

#adminMenu li a:hover {
	color: #fff;
}

#adminMenu hr {
	display: block;
	color: #ccc;
	height: 1px;
	background: #ccc;
	margin: 0 10px;
}

.redDot {
	z-index: 9998;
}