.arrowlistmenu{
width: 180px; /*width of accordion menu*/
		-webkit-box-shadow: 5px 0px 10px #c1d8dd;
		-moz-box-shadow: 5px 0px 10px #c1d8dd;
		box-shadow: 5px 0px 10px #c1d8dd; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #fff;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
background: black url(titlebar.png) repeat-x center left;
}

.arrowlistmenu .menuheader a {
font: bold 14px Arial;
color: #fff;
text-transform: uppercase;
cursor: hand;
cursor: pointer;
text-decoration: none;
}

.arrowlistmenu .utifilm { background: #fff url(DVDplusz_menu-uti.gif) repeat-x center left; }
.arrowlistmenu .alakformalas { background: #fff url(DVDplusz_menu-alak.gif) repeat-x center left; }
.arrowlistmenu .eletmod { background: #fff url(DVDplusz_menu-elet.gif) repeat-x center left; }
.arrowlistmenu .baba { background: #fff url(DVDplusz_menu-baba.gif) repeat-x center left; }
.arrowlistmenu .dokumentum { background: #fff url(DVDplusz_menu-doku.gif) repeat-x center left; }
.arrowlistmenu .rajzfilm { background: #fff url(DVDplusz_menu-rajz.gif) repeat-x center left; }
.arrowlistmenu .horror { background: #fff url(DVDplusz_menu-hor.gif) repeat-x center left; }
.arrowlistmenu .ismeretterjesztes { background: #fff url(DVDplusz_menu-wh.gif) repeat-x center left; }
.arrowlistmenu .jatekfilm { background: #fff url(DVDplusz_menu-bor.gif) repeat-x center left; }
.arrowlistmenu .sport { background: #fff url(DVDplusz_menu-sport.gif) repeat-x center left; }
.arrowlistmenu .zene { background: #fff url(DVDplusz_menu-zene.gif) repeat-x center left; }
.arrowlistmenu .erotika { background: #fff url(DVDplusz_menu-erotik.gif) repeat-x center left; }
.arrowlistmenu .jonjonjon { background: #fff url(DVDplusz_menu-jon.gif) repeat-x center left; }
.arrowlistmenu .egerbolt { background: #fff url(DVDplusz_menu-eger.gif) repeat-x center left; }
.arrowlistmenu .retrostudio { background: #fff url(DVDplusz_menu-rs.gif) repeat-x center left; }
.arrowlistmenu .DVD_akciok { background: #fff url(DVDplusz_menu-akc.gif) repeat-x center left; }
.arrowlistmenu .gasztronomia { background: #fff url(DVDplusz_menu-zene.gif) repeat-x center left; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(DVDplusz_menu-active.png);
}

.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: 2px; /*bottom spacing between menu items*/
}


.arrowlistmenu ul li a{
color: #1d91aa;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #6fc1d6;
font-size: 90%;
margin-left: 10px;
}

.arrowlistmenu ul li:last-child a {
	border-bottom: 0px;
	color: #00677c;
}
