/* CSS Document */
body{
margin:0px;
}

.arrowlistmenu{
width: 176px; /*width of menu*/
background-color:#EAF7DE;
font-family:Arial;
font-size:12px;
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: #101517;
background:#EAF7DE;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
margin-top:0px;
padding: 0px 0 0px 10px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar a{
color: #101517;
text-decoration:none;
}

.arrowlistmenu .headerbar a:hover{
color: #529E04;
text-decoration:none;
}

.arrowlistmenu ul{
width:95%;
list-style-type: none;
margin: 0;
padding-left:5px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
border-bottom:solid 1px #529E04;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-weight:normal;
}

.arrowlistmenu ul li a{
color: #101517;
display: block;
padding: 0px 0;
padding-left: 14px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*
border-bottom: 1px dashed #dadada; */
font-size: 90%;
font-weight:normal;

}

.arrowlistmenu ul li ul{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-weight:normal;
}

.arrowlistmenu ul li ul li a{
color: #101517;
display: block;
padding: 0px 0;
padding-left: 18px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*
border-bottom: 1px dashed #dadada; */
font-size: 90%;
font-weight:normal;

}

.arrowlistmenu ul li a:visited{
color: #101517;
font-weight:normal;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #529E04;

}

	
/* Holly Hack for IE \*/
* html .arrowlistmenu ul li { float: left; height: 1%; }
* html .arrowlistmenu ul li a { height: 1%; }
/* End */


