
li { list-style-type: none; }

.basic  {
width: 259px;
margin-top: -4px;
}
.basic div {
	background-color: #000;
}

.basic p {

}


.basic a.accheader {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #262626;
	background: #111111 url('arrow_right.png')  97% 2px no-repeat;
	border-bottom: 1px solid black;
	
	}
	
	.basic p.bodytext a,
	.basic p.bodytext a:hover {
	background: none;
	margin: 0;
	padding: 0;
	color: #751410;
	text-decoration: underline;
	display: inline;
	}
.basic a:hover {
	color: #fff;
	background: #111111 url('arrow_down.png')  97% 5px  no-repeat;
}
.basic a.selected {
	background: #111111 url('arrow_down.png') 97% 5px no-repeat;
	color: white;
}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}