.arrowlistmenu{
width: 210px; /*width of menu*/

}

.arrowlistmenu .headerbar{
font: bold 16px Arial;
color: white;
/*background: black url(media/titlebar.png) repeat-x center left;*/
background: black url(../images/bgx_h.jpg) ;
background-color:#4265de; 
margin-bottom: 6px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{

font-size:10px;
padding-bottom: 1px; /*bottom spacing between menu items*/
padding-left:4px;
padding-right:3px;
 
}

.arrowlistmenu ul li a{
height:23px;
color: #4265de;
background: no-repeat center left;
display: block;
padding: 2px 0;
padding-left: 29px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 150%;
}

.arrowlistmenu ul li a:visited{
color: #4265de;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: url(../images/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
color: #07A303;
background-color: #F3F3F3;
}
