/* CSS Document */

h3 {
	margin:0;
	padding:0;
}

.arrowlistmenu{
width: 214px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 13px  Verdana, Arial, Helvetica, sans-serif;
color: #9DA1A4;

background: #ffffff url() no-repeat top left;
padding: 5px 4px 5px 35px; /*header text is indented 10px*/
margin:1px 0 1px 0;
border:#ffffff 1px solid;
cursor: hand;
cursor: pointer;
height: auto;
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #cccccc url() no-repeat top left;
}

.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: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{

background: url() no-repeat center left; /*custom bullet list image*/
margin-left:15px;
margin-right:15px;
display: block;
padding: 3px 0 3px 30px;/*link text is indented 30px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #ffffff;
font: bold 11px Arial;
color: #226db4;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0a579f;
background-color: #dde9f5;
}
