#selectCategory { position: relative; }
#selectCategory .fauxSelect{ display: inline-block; border: 1px solid #cccccc; background-color: #ffffff; vertical-align: top; padding: 3px 10px 3px 5px; text-indent: 25px; }
#selectCategory .label{ display: none; vertical-align: top; }
#selectCategory .hide{ display: none; }
#selectCategory #select1 { cursor: pointer; background: url("images/fold_icon.png") no-repeat scroll 98% center transparent; text-indent: 0; padding-left: 3px; padding-right: 26px; }
#selectCategory .fold{ background: url(/images/folding/minus.gif) no-repeat center center; display: inline-block; color: transparent; position: absolute; margin-left: -8px; cursor: pointer; }
#selectCategory .fold.collapsed{ background: url(/images/folding/plus.gif) no-repeat center center; }
#selectCategory .selectCategory{ background: url(/images/folding/minus.gif) no-repeat 5px center; }
#selectCategory .selectCategory.collapsed{ background: url(/images/folding/plus.gif) no-repeat 5px center; }
#selectCategory .fauxSelect #expandableSelect1{ position: absolute; background-color: #ffffff; margin: 5px 0 0 -6px; border: 1px solid #cccccc; -moz-box-shadow: 1px 2px 4px #cccccc; -webkit-box-shadow: 1px 2px 4px #cccccc; box-shadow: 1px 2px 4px #cccccc; max-height: 210px; overflow-y: scroll; }
#selectCategory .fauxSelect #expandableSelect1 > ul { overflow: hidden; padding-right: 15px; }
#selectCategory .fauxSelect ul,
#selectCategory .fauxSelect li{ margin: 0; padding: 0; list-style: none; }
#selectCategory .fauxSelect #expandableSelect1 ul li{ padding: 5px; text-indent: 20px; position: relative; }
#selectCategory .fauxSelect #expandableSelect1 ul li a{ white-space: nowrap; border-bottom: 1px solid #cccccc; display: block; text-decoration: none; }
#selectCategory .fauxSelect #expandableSelect1 ul.level1 > li ul > li { text-indent: 40px; }
/* Specific categories */
.jobs-list #selectCategory .fauxSelect #expandableSelect1 ul.level1 > li > a{ padding: 5px; margin: 0 5px; text-indent: 0; }
.jobs-list #selectCategory .fold{ display: none; }
.jobs-list #selectCategory .fauxSelect #expandableSelect1 ul.level1 > li ul > li{ text-indent: 3px; }
.jobs-list #selectCategory .fauxSelect ul.level1 > .firstItem > ul.level2.hide{ display: block; }
@media screen and (max-width:480px){
#selectCategory { position: relative; margin: 0; width: 94%; margin-bottom: 10px; }
#selectCategory .fauxSelect{ width: 100%; }
#selectCategory .fauxSelect #expandableSelect1 { position: relative; background-color: transparent; margin: 0 0 0 -10px; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; max-height: inherit; overflow-y: auto; max-width: 100%; }
	}