@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#fff;
}

a:hover {color:#fff6bf;}

p {color:#fff}

.arrowlistmenu {background-color:#006633;}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px verdana;
color: #fff;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
color:#ffd324;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #fff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 80%;
font-family:Verdana, Geneva, sans-serif;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff6bf;
}
