@charset "utf-8";
/* CSS Document */

<style type="text/css">
.arrowlistmenu{
width: 127px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px Verdana;
color: #0D3E5C;
background: black url(/home/titlebar.png) repeat-x center left;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 2px 5px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
display: block;
padding: 2px 0;
padding-left: 2px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #dadada;
font-size: 88%;
}

.arrowlistmenu ul li a:visited{
	color: #666666;
	text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #0D3E5C;
	text-decoration: none;
}

</style>
