@charset "utf-8";
/* CSS Document */
.arrowlistmenu {
	margin: 0px;
	width: 250px; /*szerokość menu*/
	background-color: #FFFFFF;
	border-bottom: 1px #000000 dotted;
	margin-bottom: 20px;
}
.arrowlistmenu .menuheader{ /*generalny styl nagłówka listy*/
	font: bold 12px Arial;
	color: #FFFFFF;
	margin-bottom: 10px; /*odległość nagłówka od treści*/
	padding: 4px 0px 4px 13px;
	cursor: hand;
	cursor: pointer;
	background-color: #FFAC59;
	background: url(../img/menuheader.png) repeat-x;
}
.arrowlistmenu .openheader{
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*dolna przerwa między punktami menu*/
}
.arrowlistmenu ul li a{
	color: #000000;
	display: block;
	padding-left: 14px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	background: url(../img/orangedot.png) no-repeat left;
}
.arrowlistmenu ul li a:hover{
	color: #000000;
	background-color: #FFE2C6;
}