div.clist {
	float: left;
	width: 80%;
	position: relative;
	height: 20px;
	border-bottom: 2px solid #ccc;
	padding: 10px 2% 10px 0%;
	margin-right: 5%;
	margin-top: 8px;
}

div.clist a.active {
	float: left;
	direction: block;
	width: 100%;
	font-size: 24px;
	color: #555;
	text-decoration: none;
}

div.clist a.active:hover {
	color: #000;
}

div.clist a.active i {
	float: right;
	margin-left: 10px;
	margin-top: -5px;
}

div.clist ul {
	clear: both;
	position: absolute;
	width: 99%;
	left: 0px;
	top: 42px;
	display: none;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	box-shadow: 1px 2px 5px #555;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

div.clist ul li {
	float: left;
	width: 100%;
}

div.clist ul li a.clnk {
	background-color: #f0f0f0;
}

div.clist ul li a {
	display: block;
	float: left;
	width: 95%;
	padding: 10px 0% 10px 5%;
	text-align: left;
	color: #333;
	font-size: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

div.clist ul li a:hover {
	background-color: #EF8201;
	color: #fff;
}

div.clist ul li:last-child a {
	border-bottom: none;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}



