

#mainDiv
{
	margin-top:3px;
	width:650px;
	padding-right:8px;
}
#faqcontent{
	width:650px;
	background:#FFFFFF;
	margin:0;
	padding:0;
}
.topItem
{
	
	font-size:11px;
	
	font-weight:bold;
	letter-spacing: 0;
    background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 650px;
	color: #333333;
	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: 650px;
 	color: #333333;
	cursor:pointer;
	text-indent:3px;
}
.topItemClose
{
   	
	font-size:11px;
	font-weight:bold;
	letter-spacing: 0;
    background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 650px;
	color: #333333;
	cursor:pointer;
	text-indent:3px;
}

.topItemCloseOver
{
  	
	font-size:11px;
	font-weight:bold;
	letter-spacing: 0;
 	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 650px;
	color: #333333;
	cursor:pointer;
	text-indent:3px;
}
.dropMenu
{
 	
	font-size:11px;
	line-height:15px;
	color: #000;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);

	padding-top:2px;
	padding-bottom:2px;
	width:620px;
}
.subMenu
{
   display:block;
}

.subItem
{
	margin-left:38px;
	margin-top:2px;
	width:570px;
  	font-family:Tahoma;
	/*font-size:11px;*/
	color:#777777;
	
	text-decoration:none;
    text-align:justify;
}
.subItemOver
{
	margin-left:26px;
	margin-top:2px;
	width:500px;
	font-family:Tahoma;
	/*font-size:11px;*/
	
	color:#777777;
	text-decoration:none;
	text-align:justify;
}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




