.arrowlistmenu{
/*width of menu*/
/*width: 260px;*/ 
margin-top:0px;
}

.arrowlistmenu .headerbar{
font: normal 16px "Trebuchet MS",Arial;
text-transform:uppercase;
color: #000000;
/*background: #ffffff url(media/titlebar.png) repeat-x center left; */
/*background-color:#E4F1FC;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase; */
margin:0px;
padding: 0px 0 0px 10px; /*header text is indented 10px*/
padding-top:6px;
padding-bottom:6px;
border-bottom: 1px #ffffff solid;
}

.headerbar a, .headerbar a:visited{
color:#000000;
font: normal 14px "Trebuchet MS",Arial;
text-transform:uppercase;
margin:0px;

}

.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{
padding: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font-family:Arial,"Trebuchet MS",Arial, Helvetica, sans-serif;
color: #091B39;
/*background: url(images-layout1/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
/*padding-left: 19px; use this if you want to use a bullet bg image and the the comment above*/
padding-left: 16px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px #ffffff solid;
font-size: 14px;
letter-spacing:0.03em;
line-height:;

}

.arrowlistmenu ul li a:visited{
color: #091B39;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}
