.arrowlistmenu, .gallerymenu {
	width: 190px; /*width of accordion menu-140*/
}

.gallerymenu {
	padding-top:8px;

}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Verdana;
	color: #c02127; /* 888 */
	background: none;
	margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	padding: 0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: none;
	color:#000;
}

.arrowlistmenu ul, .gallerymenu 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, .gallerymenu ul li {
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a, .gallerymenu ul li a{
color: #888;
/*background: url(bullet.png) no-repeat left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font: normal 10px Verdana;
}

.gallerymenu ul li a{
	padding-left:0px;
}

.arrowlistmenu ul li a:visited, .gallerymenu ul li a:visited{
color: #888;
/*background: url(bullet.png) no-repeat left;*/
}

.arrowlistmenu ul li a:hover, .gallerymenu ul li a:hover, .gallerymenu ul li a.selected{ /*hover state CSS*/
color: #000;
/*background: url(bullet.png) no-repeat left;*/
}
