
.accordion ul{
	margin:0;
	padding:0;
}

.accordion  ul.item_type{
	margin:0;
	padding:0;
}


.accordion  ul.container{
	/* The topmost UL */
	width:900px;
	margin:0 auto;
	padding:50px;
}

.accordion  li{
	list-style:none;
	text-align:left;
}

.accordion  li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

.accordion  li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:26px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:918px;
	text-decoration:none;
}

.accordion li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

.accordion li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

.accordion li.button a.red{background:url("../images/redGradientBG.png")  repeat-x top left; color:#faa7a7;}
.accordion li.button a.red span{background:url("../images/redGradientBG.png")  repeat-x top left; color:#faa7a7;}

/* The hover effects */

.accordion li.button a:hover{ background-position:bottom left; color:#fff;}
.accordion li.button a:hover span{ background-position:bottom right;}

.accordion .dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.accordion .dropdown li{
	/* Each element in the expandable list */
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}


/* The styles below are only necessary for the demo page */

.accordion h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

.accordion h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:140px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:15px;
}

.clear{
	clear:both;
}


