
.arrowlistmenu{
	width: 180px; /*width of menu*/
	background-color: #f1f1f1;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../icons/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding:3px 0px 3px; /*header text is indented 10px*/
}

.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: #4f4f4f;
	background: url(../icons/arrowbullet.png) no-repeat center left; /*custom bullet list image*/ 
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	
	border-right-color: #666666;
	font-family: Tahoma, Arial, Impact, sans-serif;
	font-weight: normal;
}

.arrowlistmenu ul li a:visited{
color:  #717171;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #f1f1f1;
}
