.arrowlistmenu_new{
width: 176px; /*width of menu*/
background-color:#ffffff;
font-family:Arial;
font-size:12px;
margin-top:0px;
}
.arrowlistmenu_new .headerbar{
font: bold 12px Arial;
color: #101517;
/* background:#ffffff; */
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top:0px;
margin-left:5px;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
}

.arrowlistmenu_new .headerbar a{
color: #101517;
text-decoration:none;
}

.arrowlistmenu_new .headerbar a:hover{
color: #529E04;
text-decoration:none;
}

.arrowlistmenu_new ul{
width:95%;
list-style-type: none;
padding-left:5px;
background-color: #ffffff;
/*border-bottom:solid 1px #529E04;*/
margin: 0px;
}

.arrowlistmenu_new ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
font-weight:normal;
}

.arrowlistmenu_new ul li a{
color: #101517;
display: block;
padding: 0px 0;
padding-left: 14px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
font-weight:normal;
}

.arrowlistmenu_new ul li ul{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-weight:normal;
}

.arrowlistmenu_new ul li ul li a{
color: #101517;
display: block;
padding: 0px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
font-weight:normal;
}

.arrowlistmenu_new ul li ul li ul li a{
color: #101517;
display: block;
padding: 0px 0;
padding-left: 22px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
font-weight:normal;
}


.arrowlistmenu_new ul li a:visited{
color: #101517;
font-weight:normal;
}

.arrowlistmenu_new ul li a:hover{ /*hover state CSS*/
color: #529E04;

}

	
/* Holly Hack for IE \*/
* html .arrowlistmenu_new ul li { float: left; height: 1%; }
* html .arrowlistmenu_new ul li a { height: 1%; }
/* End */

