@charset "utf-8";

#manager-menu		 	{ position: absolute; z-index: 10; font-size: 12px; }

.arrow		{ width: 15px; height: 15px; background-image: url("image-managermenu/arrow.png"); background-repeat: no-repeat; background-position: 5px 5px; background-color: black; cursor: pointer}
.menu	 	{ display: none;}
.menu ul	{ list-style: none; background-image: url("image-managermenu/bg.png"); background-repeat: repeat; min-width: 180px; }
.menu li	{ width: auto; color: white; font-weight: bold; padding-bottom: 1px; background-repeat: no-repeat; background-position: right -5px;}
.menu li ul	{ display: none; width: auto; position: absolute; }

.menu a,
.menu .input,
.menu .a			{ color: white; font-weight: bold; text-decoration: none; display: block; border-bottom: 1px solid transparent; font-family: verdana; height: 18px; padding: 5px; padding-left: 15px; border: 1px solid transparent; padding-right:20px; background-repeat: repeat-x}
.menu .a 			{ text-decoration: line-through; font-style: italic; color: #eeeeee}
.menu .active-li	{ background-image: url("image-managermenu/active-li.png"); background-position: 5px 11px; background-repeat: no-repeat; }

.menu .input		{ cursor: pointer; padding-left: 0px; }
.menu .checkbox		{ padding-left: 15px; }
.menu .checked		{ background-image: url("image-managermenu/checked.png"); background-position: 3px 4px; background-repeat: no-repeat; }
