<style type="text/css">

.arrowlistmenu2{

}

.arrowlistmenu2 ul{
list-style-type: none;
	color: red;
margin: 0px 0px 2px 11px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu2 ul li a{	
background: url(./side_mini_blue.gif) no-repeat center left; /*custom bullet list image*/
display: block;

padding: 3px 0px 3px 10px;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-size:13px;
font-weight: normal;
}


body.section5 .arrowlistmenu2 ul li.five a, .arrowlistmenu2 li.five a:hover {
	background: url(./side_mini_gray.gif) no-repeat center left;
	color: #888888;
}
body.section5 .arrowlistmenu2 ul li.five a:hover {
	color: #888888;
}

</style>
