body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset Download by http://sc.xueit.com*/
	margin:0px;
	padding:0px;
}
ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
}
li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 2px;
	width:100%;
}
li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:44px;
	overflow:hidden;
	position:relative;
	width:240px;
	color: #000000;
	line-height: 3;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

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 */
li.button a.big_bg{
	color:#cccccc;
	text-align: center;
	background-image: url(../images/big_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 2px;
	padding:4px 18px;
}


/* The styles below are only necessary for the demo page */

.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}