#accordion {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 175px;
	position: absolute;
}

div.toggler {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	color: #999;
	margin-right: 0;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 160px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	width: 168px;
	border: 1px dotted #CCC;
}
div.toggler:hover {
	color: #F00;	
}
#accordion A  {
	font-family: Verdana;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#accordion .leeg {
	clear: left;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	width: 170px;
}

#accordion .leeg a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}
#accordion .leeg a:hover {
	color: #F00;
}
div.element , div.element div {
	margin:0px;
	padding-right: 4px;
	padding-left: 4px;
}
#accordion .element {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	height: auto;
	width: 170px;
}

#accordion ul {
}
#accordion .element ul{
	list-style-type: none;
}

#accordion ul li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana;
	padding-left: 7px;
	font-size: 9px;
}
#accordion ul li a:hover {
	color: #F00;
}
#accordion ul li {
	list-style-type: none;
	margin-left: -40px;
}
#accordion div {
	padding-top: 4px;
	padding-bottom: 4px;
}
#accordion.active {
	color: #F00;
}

