
/* Simple Accordion
---------------------------------------------------------------------------------------------------------*/ 

#ct_l .glossymenu{
	margin: 5px 0;
	padding: 0;
	border-bottom-width: 0;

}

#ct_l .glossymenu a.menuitem{
	display: block;
	position: relative; 
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}


#ct_l .glossymenu a.menuitem .statusicon{ 
	position: absolute;
	top: 9px;
	left: 0px;
	border: none;
}

/*#ct_l .glossymenu a.menuitem:hover{
	background-image: url(glossyback2.gif);
}*/

#ct_l .glossymenu div.submenu{ 
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:10px;
}


/* faq */
#ct_l.exam_faq .glossymenu{
	padding-bottom:20px
}
#ct_l.exam_faq .glossymenu a.menuitem{
	padding:8px 0 0 25px;
	background:url(../../exam/img/q.gif) 0 10px no-repeat;
}

#ct_l.exam_faq .glossymenu div.submenu{ 
	background:#f0f0f0;
	padding:10px;
	margin:10px 0 10px 25px;
}
#ct_l.exam_faq .glossymenu div.submenu table{ 
	width:500px;
	border-top:1px solid #A6BDD9;
	border-left:1px solid #A6BDD9;
}
#ct_l.exam_faq .glossymenu div.submenu table td{ 
	width:500px;
	border-right:1px solid #A6BDD9;
	border-bottom:1px solid #A6BDD9;
}


