@charset "UTF-8";

.arrowlistmenu{
width: 177px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}

.arrowlistmenu .menuheader{
color: white;
background: #996633 repeat-x center; /*bottom spacing between header and rest of content*/
text-transform: uppercase; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
	font-size: 11px;
	margin-bottom: 1px;
	padding: 1px 0 1px 10px;
	margin-top: 0;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
	margin-top: 2px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
	padding: 0;
	margin: 2px 0 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li a{
color: white;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0 1px 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
	font-size: .7em;
	border-color: #625c4b;
}

.arrowlistmenu ul li a:visited{
color: white;
}

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

</style>
