#process_menu {
height:58px;
padding-bottom:0px;
}

#process_menu ul {
margin:0;
padding:0;
}

#process_menu li {
display:inline;
height:58px;
float:left;
list-style:none;
position:relative;
margin:0;
padding:0;
width:auto;

}

#process_menu li a {
color:#fff;
text-decoration:none;
display:block;
height:58px;

}
#design {
width:170px;
height:58px;
background:url('../images/1024/Process/design_raised.png');
}
#design:hover{
background:url('../images/1024/Process/design_pressed.png');
}
#prewire {
width:171px;
height:58px;
background:url('../images/1024/Process/prewire_raised.png');
}
#prewire:hover{
background:url('../images/1024/Process/prewire_pressed.png');
}
#installation {
width:171px;
height:58px;
background:url('../images/1024/Process/installation_raised.png');
}
#installation:hover{
background:url('../images/1024/Process/installation_pressed.png');
}
#integration{
width:172px;
height:58px;
background:url('../images/1024/Process/integration_raised.png');
}
#integration:hover{
background:url('../images/1024/Process/integration_pressed.png');
}
#programming{
width:183px;
height:58px;
background:url('../images/1024/Process/programming_raised.png');
}
#programming:hover{
background:url('../images/1024/Process/programming_pressed.png');
}
#training{
width:157px;
height:58px;
background:url('../images/1024/Process/training_raised.png');
}
#training:hover{
background:url('../images/1024/Process/training_pressed.png');
}