.arrowlistmenu2 {
width: 150px; /*width of menu*/
}

.arrowlistmenu2 .headerbar{
font: bold 13px Verdana;
color: #F29300;
text-transform: uppercase;
padding: 4px 0px 4px 0px; /*header text is indented 10px*/
}

.arrowlistmenu2 ul{
font: bold 12px Verdana;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 4px 0px 0px 0px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
	padding-bottom: 2px;
}

.arrowlistmenu2 ul li a{
color: #333;
background: url(../img/arrow-bullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px 2px 16px;
/*padding-left: 8px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #E10008;
}

#subcurrent2 {
color: #E10008;
} 