div.department{
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 90px;
    margin-top: 0px;
	    margin-bottom: 0px;
  width:240px;
 }
 
  div.department a{
    width:240px;
  padding-top: 10px;
color: #FF8633;
height: 40px;
text-decoration: none;
font-weight: bold;
  background: #fff url(images/box_all.gif) repeat;
 }
 
   div.department a:hover{
  background: #ccc url(images/box_all.gif) repeat;
 }