/* CSS Document */
td.headMenu { background: url('images/headmenubg.jpg') repeat-x; text-align: center; height: 32px; padding: 0 45px 0 58px; }
div#headMenuNav { margin: 0 auto; height: 32px; text-align: center; }
div#headMenuLinks { margin: 0 auto; height: 32px; }
div#headMenuLinks ul { margin: 0; list-style-type: none; padding: 0; }
div#headMenuLinks li { float: left; padding: 0 30px 0 10px; height: 32px; text-align: center; }
div#headMenuNav a { height: 32px; text-align: center; text-decoration: none; display: block; }
div#headMenuNav span { visibility: hidden; }

a#headMenulink_main { width: 65px; background: url('images/main_off.jpg') top center no-repeat; }
a#headMenulink_main:hover { width: 65px; background: url('images/main_on.jpg') top center no-repeat; }
a#headMenulink_whystage { width: 138px; background: url('images/whystage_off.jpg') top center no-repeat; }
a#headMenulink_whystage:hover { width: 138px; background: url('images/whystage_on.jpg') top center no-repeat; }
a#headMenulink_ourwork { width: 115px; background: url('images/ourwork_off.jpg') top center no-repeat; }
a#headMenulink_ourwork:hover { width: 115px; background: url('images/ourwork_on.jpg') top center no-repeat; }
a#headMenulink_contact { width: 128px; background: url('images/contactus_off.jpg') top center no-repeat; }
a#headMenulink_contact:hover { width: 128px; background: url('images/contactus_on.jpg') top center no-repeat; }

