.ctDrillDown.skin-colorful  {width: 200px; position: relative; overflow: hidden;}
.ctDrillDown.skin-colorful  ul {margin: 0 !important; padding:0 !important; list-style: none; position: absolute; top: 0; width: 100%; display: none;}
.ctDrillDown.skin-colorful > ul { left: 0; display: block; }
.ctDrillDown.skin-colorful  ul li {margin: 5px 0; padding:0; list-style: none; width: 100%;}

.ctDrillDown.skin-colorful  ul li > a,
.ctDrillDown.skin-colorful  ul li > span  {
    display: inline-block;
	font-family: 'Open Sans',sans-serif;
	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;
	
}
	
.ctDrillDown.skin-colorful  ul li > a:hover {
	font-weight: bold;
} 
.ctDrillDown.skin-colorful  ul li > span { color: #c3c3c3;}


.ctDrillDown.skin-colorful li.expandable > 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-colorful > ul a {
	background: black;
}


.ctDrillDown.skin-colorful > ul > li > a {
	background: # 69a0c9;
	background: linear-gradient(bottom, #69a0c9 0%, #69a0c9 100%);
	background: -moz-linear-gradient(center bottom , #69a0c9 0%, #69a0c9 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(bottom, #69a0c9 0%, #69a0c9 100%);
	background: -webkit-linear-gradient(bottom, #69a0c9 0%, #69a0c9 100%);
	
}
.ctDrillDown.skin-colorful > ul > li > ul > li > a {
	background: #666666 !important;
	background: linear-gradient(bottom, #666666 0%, #666666 100%) !important;
	background:  #666666 !important;
	background: -o-linear-gradient(bottom, #666666 0%, #666666 100%) !important;
	background: -webkit-linear-gradient(bottom, #666666 0%, #666666 100%) ;
	background: -webkit-radial-gradient(bottom, #666666 0%, #666666 100%) ;
}

.ctDrillDown.skin-colorful > 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-colorful > 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-colorful a.match {
	background: #38d878 !important;
	font-weight: bold;
}


/*
.ctDrillDown.skin-colorful  ul li.expandable > a {background: transparent url(img/more.png) no-repeat 98% 50%;}
.ctDrillDown.skin-colorful  ul li.expandable > a:hover {background: transparent url(img/moreActive.png) no-repeat 98% 50%;}
*/


/** breadcrumbs **/
.skin-colorful.breadcrumbs {margin: 5px 0;}
.skin-colorful.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-colorful.breadcrumbs span:last-child {background: none; padding: 0; font-weight: normal;} 


/** search **/
.skin-colorful.search {margin: 15px 0 0 0; border-top: 1px solid #69A0C9 ; padding: 10px 0 0 0;}
.skin-colorful.search [type=text] {border: 1px solid #69A0C9 ; padding: 3px 5px;  width: 190px;}
.skin-colorful.search [type=submit] {background: #69A0C9 ; border: 1px solid #69A0C9; color: #fff; padding: 3px 5px; cursor: pointer;}


/** search results **/
.skin-colorful.searchResults {margin: 5px 0;}
.skin-colorful.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-colorful.searchResults span:last-child {background: none; padding: 0; font-weight: normal;} 


