@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#000000;
}

a:hover {color:#680202;}

p {color:#000000}

.arrowlistmenu {
background-image: url(images/transparent.png); 
padding-left: 8px;
padding-top: 4px;
width: 400px;
margin-top: 5%; 
margin-left: 5%;
border: 1px solid; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 1.1em Arial, Helvetica, sans-serif;
color: #000000;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
padding-left: 8px; /*link text is indented 8px*/
cursor: hand;
cursor: pointer;
width: 380px; 
border: 1px solid; 
border-top: none; 
border-left: none;
border-right: none;

}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
color:#680202;
background-image: url(images/close.png); 
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
padding-left: 8px; /*link text is indented 8px*/
cursor: hand;
cursor: pointer;
width: 400px; 
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
cursor: pointer;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
padding-right: 8px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #680202;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-size: 1.0em;
font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #680202;
}