@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
width: 185px;
text-align:left !important; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
/*margin-bottom: 8px; bottom spacing between header and rest of content*/
padding: 4px 0 4px 0; /*header text is indented 10px*/
margin:0;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuheader a{
	font-size:12px;
	font-weight:bold;
	background:url(../images/lastpost1.gif) left top no-repeat;
	padding-left:15px;
	margin-left:5px;
	color:#ffffff;
}
.arrowlistmenu .menuheader a:hover{
	text-decoration:underline;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
text-align:left;
margin:0 0 0 17px;
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*/
padding-left: 0px;
padding-right: 5px;
width:165px;
}

.arrowlistmenu ul li a{
color: #ffffff;
background: url(../images/bullet4.png) no-repeat top left; /*custom bullet list image*/
vertical-align:text-top;
display: block;
/*padding: 2px 0 2px 0;*/
padding: 3px 0 3px 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px;
margin:0;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration:underline;
}
.arrowlistmenu ul ul li a{
font-style:italic;
background: url(../images/rec.gif) no-repeat top left;
font-size:11px;
}
.categoryitems{
	margin-bottom:0px;
	
}
.arrowlistmenu ul li ul li{
width:142px;
}