.arrowlistmenu{
/*width: 215px; */ /*width of menu*/

}

.arrowlistmenu .headerbar {
font:normal 16px "Trebuchet MS",Papyrus, cursive,Arial;
color: #666666;
/*background: #ffffff url(media/titlebar.png) repeat-x center left; */
background-color:#ffffff;
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;
padding-top: 1px;
border-bottom: 1px solid #CCCCCC;


}



/* i added this one in order to make the header a link */
.arrowlistmenu .headerbar a {
	color:#000000;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
margin-left:0px;
padding: 0;
margin-bottom: 15px; /*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: #666666;
/*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: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
text-decoration:underline;
}
