<style type="text/css">

.arrowlistmenu3{
}

.arrowlistmenu3 ul{
list-style-type: none;
text-decoration: none;
margin: 0px 0px 2px 5px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu3 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu3 ul li a{

background: url(./side_nav_blue.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 3px 0px 3px 10px;
padding-left: 21px; /*link text is indented 19px*/
text-decoration: none;
font-size:13px;
font-weight: normal;
border-top: 1px solid #C9C9C9;
}

body.section2 .arrowlistmenu3 ul li.two a, .arrowlistmenu3 li.two a:hover {
	background: url(./side_nav_white.gif) no-repeat center left;
}

body.section8 .arrowlistmenu3 ul li.eight a {
background: url(./side_mini_gray.gif) no-repeat center left; /*custom bullet list image*/
padding: 3px 0px 3px 10px;
padding-left: 25px; /*link text is indented*/
text-decoration: none;
font-weight: normal;
border-top: 0px solid #C9C9C9;
border-bottom: 0px solid #C9C9C9;
}

.arrowlistmenu3 ul li li a{
background: url(./side_mini_blue.gif) no-repeat center left; /*custom bullet list image*/
padding: 3px 0px 3px 10px;
padding-left: 25px; /*link text is indented*/
text-decoration: none;
font-size:13px;
font-weight: normal;
border-top: 0px solid #C9C9C9;
border-bottom: 0px solid #C9C9C9;
}

</style>
