

	#DropDownMenu {
		background-image: url(/images/common/menu/dropdown_bg.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	#headerSearchButton:link, #headerSearchButton:visited {
		background-color: #ffffff;
	}
	
	#headerSearchButton:hover {
		background-color: #000000;
	}
    
    .panelSubmitButton:link, .panelSubmitButton:visited, #notifySubmitButton:link, #notifySubmitButton:visited {
		background-image: url(/images/common/panel_submit_button_grey.gif);
		background-repeat: no-repeat;
	}
	
	.panelSubmitButton:hover, #notifySubmitButton:hover {
		background-image: url(/images/common/panel_submit_button_black.gif);
		background-repeat: no-repeat;
	}

	.panelSubmitButtonFull:link, .panelSubmitButtonFull:visited {
		background-image: url(/images/common/panel_submit_button_full_grey.gif);
		background-repeat: no-repeat;
	}
	
	.panelSubmitButtonFull:hover {
		background-image: url(/images/common/panel_submit_button_full_black.gif);
		background-repeat: no-repeat;
	}
    

