
/***************************** Right Menus ******************************/
	
#accordion {
	height: auto;
	border: 8px solid #BBC5D6;
}
#accordion .heading {
	color: #ffffff;
	height: 23px; 
	background: url(theme-images/bg_cp_nav.png) no-repeat top; 
	text-decoration:none; 
	display: block; 
	padding: 7px 0 0 20px;	
	font-size: 60%; 
	font-weight: bold; 	
}
#accordion .heading:hover {
	background: url(theme-images/bg_cp_nav.png) 0 -30px;
}
#accordion .text { 
	height: 200px;
	padding-left: 10px;	
	font-size: 80%;
}

