.arrowlistmenu{
width: 191px; /*width of menu*/
text-align:left;

}

.arrowlistmenu .headerbar{
font: bold 13px Arial;
color: #000000;
background-color: #f8f8f8;
background: #d8d8d8; /* url(menu_arrow1.png) no-repeat center left; */
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 4px; /*header text is indented 10px*/
padding-left: 19px; /*link text is indented 19px*/
border-bottom: 1px solid #ffffff;
}

.arrowlistmenu .headerbarsub{
font: bold 13px Arial;
color: #000000;
background-color: #f8f8f8;
background: #d8d8d8; /* url(menu_arrow1.png) no-repeat center left; */
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 4px; /*header text is indented 10px*/
padding-left: 42px; /*link text is indented 19px*/
border-bottom: 1px solid #ffffff;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 1px 1px 1px 1px; /*header text is indented 10px*/
}

.arrowlistmenu ul li a{
font: bold 13px Arial;
color: #4f8cff;
text-decoration: none;
background: url(../images/menu_arrow1.png) no-repeat center left; /* custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
border-bottom: 1px solid #ffffff !important; border-bottom: 0px solid #ffffff;
}


.arrowlistmenu ul li a.sub{
font: bold 13px Arial;
color: #4f8cff;
text-decoration: none;
background: #EAEAEA url(../images/menu_arrow1sub.png) no-repeat center left; /* custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 42px; /*link text is indented 19px*/
border-bottom: 1px solid #ffffff;
}

.arrowlistmenu ul li a.root{
font: bold 13px Arial;
color: #4f8cff;
text-decoration: none;
background: #EAEAEA url(../images/menu_arrow1.png) no-repeat center left; /* custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
border-bottom: 1px solid #ffffff;
}
/*
.arrowlistmenu ul li a:visited{
color: #A70303;
}
*/

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration: none;
background-color: #eeeeee;
}

