Answer:
This should get you started. Many things could be improved. You could keep adding layers to this program if you wanted to, so I wrote it with that in mind.
The new salary depends on the employee's department and current salary. I created a class that represents each employee. The function looks at the employee's current salary, and looks up what the employee's department raise will be (using the dictionary/hash table) before performing the calculation.