﻿
.arrowlistmenu
{
	width: 100%; /*width of menu*/
}

.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
{
	margin:0px;
	padding:0px;
	background-image: none;
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #A70303;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 5px;
	padding-left: 22px; 
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:link
{
	text-decoration: none;
}

.arrowlistmenu ul li a:visited
{
	color: #A70303;
	text-decoration: none;
}

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
	color: #FFFFFF;
	background-color: #fb7005;
}

