/* Individual Page CSS File */


.arrowlistmenu{
width: 158px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 8px Arial;
color: white;

margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;


display:inline;
}

.textie
{
font: bold 8px Arial;
color: white;
text-transform: uppercase;
padding: 4px 0 4px 3px; /*header text is indented 10px*/
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

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

}

.arrowlistmenu ul li{
display:inline; 

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
margin-bottom: 5px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

.arrowlistmenu ul li a{
	color: #0066FF;
	background: no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font: 9px Arial;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
