.arrowlistmenu{
width: 215px; /*width of menu*/
}

.arrowlistmenu .headerbar {
font: normal 13px "Trebuchet MS",Papyrus, cursive,Arial;
color: #ffffff;
/*background: #ffffff url(media/titlebar.png) repeat-x center left; */
background-color:#0099CC;
text-transform: uppercase;
margin:0px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-left: 0px;
/*padding: 0px 0 0px 5px; /*header text is indented 10px*/
padding: 5px;

}

/* i added this one in order to make the header a link */
.arrowlistmenu .headerbar a {
	
	color:#ffffff;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
margin-left:0px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font-family:Arial,Verdana,Papyrus, cursive,Arial, Helvetica, sans-serif;
color: #003366;
/*background: url(images-layout1/arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
display: block;
padding: 6px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #dadada dashed;
font-size: 14px;

}

.arrowlistmenu ul li a:visited{
color: #003366;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #077596;
}