/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 195px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font:22px Pristina;
	font-weight:bolder;
	text-decoration:underline;
	color: #5c2700;
}

.arrowlistmenu ul{
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:#534016;
	background: url(tag.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;
	border-bottom: 1px solid #cdbe96;
	font:bold 11px Tahoma, Arial, Verdana;
	line-height:20px;
}

.arrowlistmenu ul li a:visited{
color: #534016;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#000000;
}

