


ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:200px;
	margin:2 auto;
	
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:13px;
	color: #215098;
	height:37px;
	overflow:hidden;
	line-height: 38px; text-align: left; background: url(../images/cdh1.jpg) no-repeat center top;
	position:relative;
	width: 160px; padding-left: 40px;
	border-bottom: 1px solid #FFFFFF; 
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	background: url(../images/cdh2.jpg) no-repeat center top;
	color: #ffffff;
}

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 */


/* 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:0px;
	width:100%;
}

.dropdown li a{
	/* Each element in the expandable list */
    display:block;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:13px;
	color: #215098;
	position:relative;
	height:30px;
	overflow:hidden;
	line-height: 31px; text-align: left; background: url(../images/cdh3.jpg) no-repeat center center;
	border-bottom: 1px solid #FFFFFF;
	width: 150px; padding-left: 50px;
}

.dropdown li a:hover{
	/* Removing the inherited underline from the titles */
	display:block;
	text-decoration:none;
	background: url(../images/cdh4.jpg) no-repeat center center;
	color: #ffffff;
}


/* The styles below are only necessary for the demo page */




