/* CSS Document */

.arrowlistnews{
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.arrowlistnews .newsheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #191919; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #848484;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	background-image: url(../_img/sdexpanded.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

.arrowlistnews .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	margin-bottom: 20px;
}

.arrowlistnews ul{ /*CSS for UL of each sub menu*/
	list-style-type: none; /*bottom spacing between each UL and rest of content*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191919;
	margin-left: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.arrowlistnews ul li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.arrowlistnews h1{ /*CSS for h1 of each sub menu*/
	color: #222222;
	border: 1px solid #ddd;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #B6D792;
	float: left;
	position: relative;
	top: -12px;
	left: 10px;
	right: 0px;
	bottom: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}



