.arrowlistmenu
{
	width: 200px; /*width of accordion menu*/
	margin-left: -10px;
	margin-top: 30px;
}
.arrowlistmenu .menuheader
{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 15px Arial;
	color: #FFFFFF;
	background-color: #201B17;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	text-align: left;
}
h3.menuheader
{
	height: auto;
	margin: 10px 2px 10px 2px;
	padding: 0px;
}
.arrowlistmenu .openheader
{ /*CSS class to apply to expandable header when it's expanded*/
	color: #FF6600;
}

.arrowlistmenu ul
{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #666666;
	display: block;
	padding: 2px 0;
	padding-left: 8px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

.arrowlistmenu ul li a:visited
{
	color: #666666;
}

.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
	color: #FF6600;
}






h3.p1
{
	background: url(../images/magnet.png) no-repeat center right;
}
h3.p2
{
	background: url(../images/stamp.png) no-repeat center right;
}
h3.p3
{
	background: url(../images/wizard.png) no-repeat center right;
}
h3.p4
{
	background: url(../images/gips.png) no-repeat center right;
}
h3.p5
{
	background: url(../images/lulaby.png) no-repeat center right;
}
h3.p6
{
	background: url(../images/xmas.png) no-repeat center right;
}
h3.p7
{
	background: url(../images/easter.png) no-repeat center right;
}
h3.p8
{
	background: url(../images/valentin.png) no-repeat center right;
}
h3.p9
{
	background: url(../images/rings.png) no-repeat center right;
}
