// Styled DropDown

$(document).ready(function(){
		
		//set max height
		$('#quicklinks').sSelect({ddMaxHeight: '150px'});

});	