ul.container{
	/* The topmost UL */
	width:360px;
	margin:0 auto;
	padding:5px;
}

#main1 li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
	
}

li.button a{
	/* The section titles */
	display:block;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:34px;
	overflow:hidden;
	padding:10px 20px 0;
	font-weight:bold;
	text-decoration:none;
	width:200px;
	color:#dedede;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}



/* Setting up different styles for each section color */

li.button a.blue{background:url(img/faq-bg.png) no-repeat; height:31px; width:100%; padding-top:12px; padding-left:22px;}




/* The hover effects */

li.button a:hover{ background-position:bottom left;}


.dropdown{
	/* The expandable lists */
	display:none;
	
	width:100%;
	margin-left:20px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#353535;
	border:1px solid #4A4949;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}


/* The styles below are only necessary for the demo page */



.clear{
	clear:both;
}

#main1{
	/* The main container */
	
	text-align:center;
	width:400px;
	float:left;
}
