.ctDrillDown.skin-adem  {width: 300px; position: relative; overflow: hidden;}
.ctDrillDown.skin-adem  ul {margin: 0 !important; padding:0 !important; list-style: none; position: absolute; top: 0; width: 100%; display: none;}
.ctDrillDown.skin-adem > ul { left: 0; display: block; }
.ctDrillDown.skin-adem  ul li {
	margin: 5px 0;
	padding:0;
	list-style: none;
	/*width: 100%;*/
}

.ctDrillDown.skin-adem  ul li.expandable {
	width: 200px;
}

.ctDrillDown.skin-adem  ul li:not(.expandable) {
	width: 100%;
}

.ctDrillDown.skin-adem  ul li > a,
.ctDrillDown.skin-adem  ul li > span  {
    display: inline-block;
	font-family: 'Tahoma',tahoma;
	font-size: 12px;
    padding: 10px 50px 10px 20px;
	outline: medium none; 
	position: relative; 
	color: #fff;
	text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    min-width: 100px;

	font-weight: bold;
	box-sizing: content-box;
	width: 65%;
}
	
.ctDrillDown.skin-adem  ul li > a:hover {
	font-weight: bold;
}
.ctDrillDown.skin-adem  ul li > span { color: #c3c3c3;}


/*.ctDrillDown.skin-adem li.expandable > a:before {*/
.ctDrillDown.skin-adem li > a:before {
    background-image: url("img/arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    margin-top: -9px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
}


.ctDrillDown.skin-adem > ul a {
	background: black;
}


/*.ctDrillDown.skin-adem > ul > li > a {*/
	/*background: #69a0c9;*/
	/*background: linear-gradient(bottom, #69a0c9 0%, #acc8de 100%);*/
	/*background: -moz-linear-gradient(center bottom , #69a0c9 0%, #acc8de 100%) repeat scroll 0 0 transparent;*/
	/*background: -o-linear-gradient(bottom, #69a0c9 0%, #acc8de 100%);*/
	/*background: -webkit-linear-gradient(bottom, #69a0c9 0%, #acc8de 100%);*/
/*}*/

.ctDrillDown.skin-adem ul > li > a {
	background: #f4662f;
	background: linear-gradient(bottom, #f4662f 0%, #f49937 100%);
	background: -moz-linear-gradient(center bottom , #f4662f 0%, #f49937 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(bottom, #f4662f 0%, #f49937 100%);
	background: -webkit-linear-gradient(bottom, #f4662f 0%, #f49937 100%);
}

/*.ctDrillDown.skin-adem > ul > li > ul > li > a {*/
	/*background: #9ecd05;*/
	/*background: linear-gradient(bottom, #9ecd05 0%, #c7e372 100%);*/
	/*background: -moz-linear-gradient(center bottom , #9ecd05 0%, #c7e372 100%) repeat scroll 0 0 transparent;*/
	/*background: -o-linear-gradient(bottom, #9ecd05 0%, #c7e372 100%);*/
	/*background: -webkit-linear-gradient(bottom, #9ecd05 0%, #c7e372 100%);*/
/*}*/

/*.ctDrillDown.skin-adem > ul > li > ul > li > ul > li > a {*/
	/*background: #cccf06;*/
	/*background: -moz-linear-gradient(center bottom , #cccf06 0%, #dce663 100%) repeat scroll 0 0 transparent;*/
	/*background: linear-gradient(bottom, #cccf06 0%, #dce663 100%);*/
	/*background: -o-linear-gradient(bottom, #cccf06 0%, #dce663 100%);*/
	/*background: -webkit-linear-gradient(bottom, #cccf06 0%, #dce663 100%);*/

/*}*/

/*.ctDrillDown.skin-adem > ul > li > ul > li > ul > li > ul > li > a {*/
	/*background: #ca3a05;*/
	/*background: -moz-linear-gradient(center bottom , #ca3a05 0%, #da906b 100%) repeat scroll 0 0 transparent;*/
	/*background: linear-gradient(bottom, #ca3a05 0%, #da906b 100%);*/
	/*background: -o-linear-gradient(bottom, #ca3a05 0%, #da906b 100%);*/
	/*background: -webkit-linear-gradient(bottom, #ca3a05 0%, #da906b 100%);*/
/*}*/



.ctDrillDown.skin-adem a.match {
	background: #38d878 !important;
	font-weight: bold;
}


/*
.ctDrillDown.skin-adem  ul li.expandable > a {background: transparent url(img/more.png) no-repeat 98% 50%;}
.ctDrillDown.skin-adem  ul li.expandable > a:hover {background: transparent url(img/moreActive.png) no-repeat 98% 50%;}
*/


/** breadcrumbs **/
/*.skin-adem.breadcrumbs {margin: 5px 0;}*/
/*.skin-adem.breadcrumbs span {margin: 0 0 0 0; cursor: pointer; 	font-family: 'Open Sans',sans-serif; font-size: 11px; background: transparent url(img/next.png) no-repeat 100% 50%; padding: 0; font-weight: bold;}*/
/*.skin-adem.breadcrumbs span:last-child {background: none; padding: 0; font-weight: normal;}*/

.skin-adem.breadcrumbs {
	/*centering*/
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag;
}

.skin-adem.breadcrumbs span {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 30px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.skin-adem.breadcrumbs span:first-child {
	padding-left: 20px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.skin-adem.breadcrumbs span:first-child:before {
	left: 14px;
}
.skin-adem.breadcrumbs span:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
	background: #9EEB62;
}

/*hover/active styles*/
.skin-adem.breadcrumbs span.active, .breadcrumb span:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.skin-adem.breadcrumbs span.active:after, .breadcrumb span:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.skin-adem.breadcrumbs span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px;
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
	box-shadow:
			2px -2px 0 2px rgba(0, 0, 0, 0.4),
			3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.skin-adem.breadcrumbs span:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.skin-adem.breadcrumbs span:before {
	/*content: counter(flag);*/
	/*counter-increment: flag;*/
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}

.skin-adem.breadcrumbs span, .skin-adem.breadcrumbs span:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.skin-adem.breadcrumbs span:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.skin-adem.breadcrumbs span:hover, .skin-adem.breadcrumbs span.active,
.skin-adem.breadcrumbs span:hover:after, .skin-adem.breadcrumbs span.active:after{
	background: #9EEB62;
}

/** search **/
.skin-adem.search {margin: 15px 0 0 0; border-top: 1px solid #74c58b; padding: 10px 0 0 0;}
.skin-adem.search [type=text] {border: 1px solid #74c58b; padding: 3px 5px;  width: 190px;}
.skin-adem.search [type=submit] {background: #74c58b; border: 1px solid #74c58b; color: #fff; padding: 3px 5px; cursor: pointer;}


/** search results **/
.skin-adem.searchResults {margin: 5px 0;}
.skin-adem.searchResults span {margin: 0 0 0 0; cursor: pointer; 	font-family: 'Open Sans',sans-serif; font-size: 11px; background: transparent url(img/next.png) no-repeat 100% 50%; padding: 0; font-weight: bold;}
.skin-adem.searchResults span:last-child {background: none; padding: 0; font-weight: normal;}

/** not sure feature **/
.ctDrillDown.skin-adem ul li:last-child > a {
	margin-bottom: 30px;
}

.ctDrillDown.skin-adem ul > li > a[href*=identify] {
	background: none;
	color: #f4662f;
	padding: 0;
	text-align: right;
	margin-bottom: 0px;
}

.ctDrillDown.skin-adem ul li > a[href*=identify]::before {
	background-image: none;
}

.skin-adem.back {
	position: relative;
	top: -30px;
}

