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

.arrowlistmenu {
	width: 250px; /*width of accordion menu*/
	float: left;
}
.arrowlistmenu a {
	color: #555;
	display: block;
	text-decoration: none;
}
.arrowlistmenu a:visited {
	color: #555;
}
.arrowlistmenu a:hover { /*hover state CSS*/
	color: #06c;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 1.2em Arial;
	color: #555;
	margin: 0 0 3px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0; /*header text is indented 0px*/
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #dadada;
}
/*.arrowlistmenu .openheader { CSS class to apply to expandable header when it's expanded*/
/*	background-image: url(../images/titlebar-active.png);
}*/
.arrowlistmenu div {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu div span a {
	font: normal 1em Arial;
	color: #06c;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
}
.arrowlistmenu div span a:visited {
	color: #06c;
}
.arrowlistmenu div span a:hover { /*hover state CSS*/
	color: #06c;
	background-color: #e8f4ff;
}
.simple {
	font: normal 1.2em Arial;
	color: #555;
	margin: 0 0 3px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0; /*header text is indented 0px*/
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #dadada;
}
.simple a {
	color: #555;
	display: block;
	text-decoration: none;
}
.simple a:visited {
	color: #555;
}
.simple a:hover { /*hover state CSS*/
	color: #06c;
}
.news a, .news a:visited {
	color: #9c0;
}
.news a:hover {
	color: #06c;
}

/* accordion */
.accordion_toggle {
    display: block;
}
.accordion_toggle_active {
}
.accordion_content {
    overflow: hidden;
}
