#mainDiv
{
	margin-top:3px;
	width:400px;
	
}
#faqcontent{
	width:400px;
	background:#FFFFFF;
	margin:0;
	padding:0;
}
.topItem
{

	font-size:12px;

	font-weight:bold;
	letter-spacing: 0;
    background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 400px;
	color: #c6c6c6;
	cursor:pointer;
	text-indent:3px;
}
.topItemOver
{

	font-size:11px;
	font-weight:bold;
	letter-spacing: 0;
 	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 400px;
 	color: #fff;
	cursor:pointer;
	text-indent:3px;
}
.topItemClose
{

	font-size:12px;
	font-weight:bold;
	letter-spacing: 0;
    background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 400px;
	color: #c6c6c6;
	cursor:pointer;
	text-indent:3px;
    font-family:Arial,sans-serif;

}

.topItemCloseOver
{

	font-size:11px;
	font-weight:bold;
	letter-spacing: 0;
 	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 400px;
	color: #c6c6c6;
	cursor:pointer;
	text-indent:3px;
}
.dropMenu
{

	font-size:11px;
	line-height:15px;
	color: #000;
	filter:alpha(opacity=100);
	padding-top:2px;
	padding-bottom:2px;
	width:370px;
}
.subMenu
{
   display:block;
}

.subItem
{
	margin-left:38px;
	margin-top:2px;
	width:300px;
  	
	/*font-size:11px;*/
	color:#777777;

	text-decoration:none;
    text-align:justify;
}
.subItemOver
{
	margin-left:26px;
	margin-top:2px;
	width:300px;
	
	/*font-size:11px;*/

	color:#777777;
	text-decoration:none;
	text-align:justify;
}



