#accordion{
	margin:0px auto;
	padding:10px;	
	cursor:poiner;
}

#accordion ul, #accordion ul li{
	padding:2px;
	margin:2px;
	list-style:none;	
}

#accordion ul li ul{
	display:none;
}
#accordion ul li ul li div{
	display:none;
}

#accordion ul li div.rh{
	display:block;	
	cursor:pointer;	
}

#accordion ul li ul li div.rh{
	display:block;	
	cursor:pointer;	
}

div.rh-lgreen, div.rh-lgreen > h2, div.rh-lgreen > span { background:url(/gfx/headers/lgreen.gif);}

div.rh-green, div.rh-green > h2, div.rh-green > span { background:url(/gfx/headers/green.gif);}

div.rh-lblue, div.rh-lblue > h2, div.rh-lblue > span { background:url(/gfx/headers/lblue.gif);}

div.rh-blue, div.rh-blue > h2, div.rh-blue > span { background:url(/gfx/headers/blue.gif);}

div.rh-lred, div.rh-lred > h2, div.rh-lred > span { background:url(/gfx/headers/lred.gif);;}

div.rh-red, div.rh-red > h2, div.rh-red > span { background:url(/gfx/headers/red.gif);}

div.rh-lorange, div.rh-lorange > h2, div.rh-lorange > span {background:url(/gfx/headers/lorange.gif);}

div.rh-orange, div.rh-orange > h2, div.rh-orange > span { background:url(/gfx/headers/orange.gif);}

div.rh-yellow, div.rh-yellow > h2, div.rh-yellow > span { background:url(/gfx/headers/yellow.gif);}

div.rh-grijs, div.rh-grijs > h2, div.rh-grijs > span { background:url(/gfx/headers/grijs.gif);}

div.rh-lgrijs, div.rh-lgrijs > h2, div.rh-lgrijs > span { background:url(/gfx/headers/lgrijs.gif);}

div.rh-black, div.rh-black > h2, div.rh-black > span { background:url(/gfx/headers/black.gif);}
div.rh {
	padding:0;color:#fff;margin:0 0 5px 0;height:29px;
	color:#fff;font-family:Segoe UI,Tahoma;font-size:13px;
	background-position:top right;
	background-repeat: no-repeat;
}
div.rh h1,div.rh h2,div.rh h3,div.rh span {
	margin:0px 10px 0 0;padding:2px 8px;color:#fff;font-family: Segoe UI, tahoma;font-size:13px;
	display:block;height:29px;background-position:top left;background-repeat: no-repeat;font-weight:bold;
}
div.rh > h2 > a,div.rh > span > a {
	color:#fff;font-family: Segoe UI, tahoma;font-size:13px;
}
