    /*
	body {
        margin: 0px;
        height: 100%;
    }
	*/
	
    .PullDownButton, .PullDownMenuItem {
        padding: 2px 4px;
		/* font-family:'Lucida Grande','Lucida Sans',Lucida, Helvetica, Arial, Sans-Serif; */
		font-family:'Lucida Grande', Helvetica, Arial, Sans-Serif;
		font-size:12px;
    	color: #101010;
		cursor:pointer;		
    }

    .PullDownButtonDefaultState {
        border: 1px solid #878787;
    	background: url(/imgs/dropdown_arrow.gif) no-repeat right center;
    }

    .PullDownButtonPulledDownState {
        border-bottom: 1px dotted #878787;
        background: none;
    }

    .PullDownMenu {
        position: absolute;
        z-index: 2;
        overflow: auto;
        border-left: 1px solid #878787;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        background-color: #fff;
    }
    
    .PullDownMenuItemHighlight {
        background-color: #bc0e18;
        color: #fff;
    }
    
    .PullDownMenuMask {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

	/* having a height in here makes the divs scroll */
	
    #minpricePullDownButton, #maxpricePullDownButton, 
	#bedroomsPullDownButton, #bathsPullDownButton 
	{width: 92px;}
    #bedroomsPullDownMenu, #bathsPullDownMenu 
	{width: 100px;}
    #minpricePullDownMenu, #maxpricePullDownMenu 
	{width: 100px;height:200px}
    #listtypePullDownButton, #schooldistrictPullDownButton, 
	#countyPullDownButton, #town1PullDownButton, 
	#town2PullDownButton, #town3PullDownButton, 
	#town4PullDownButton, #town5PullDownButton 
	{width: 221px;}
    #schooldistrictPullDownMenu, #town1PullDownMenu, 
	#town2PullDownMenu, #town3PullDownMenu, 
	#town4PullDownMenu, #town5PullDownMenu 
	{width: 229px;height: 200px;}
    #listtypePullDownMenu, #countyPullDownMenu 
	{width: 229px;}
	
	#listtype_homePullDownButton {width: 132px;}
	#listtype_homePullDownMenu {width: 140px;}

	#sortorderPullDownButton {width: 132px;}
	#sortorderPullDownMenu {width: 140px;}
	
	#perpagePullDownButton, #accountperpagePullDownButton {width: 32px;}
	#perpagePullDownMenu,  #accountperpagePullDownMenu {width: 40px;}