.arrowlistmenu{
	width: 150px; /*width of menu*/
	padding: 0;
	margin: 0;
}

.arrowlistmenu .headerbar{
	font: bold 11px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	margin-left: 1px;
}
* html .arrowlistmenu .headerbar {
	margin-top: 10px;
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	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: #666666;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	background-position: 3px;
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FF6600;
	font-size: 11px;
}

.arrowlistmenu ul li a:visited{
	color: #666666 ;
}

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



