@charset "utf-8";
/* CSS Document */

.home {display:block;width:105px;height:26px; background-color:transparent; background-image:url(images/home.png); background-repeat:no-repeat; background-position:left top; }
.home:hover {display:block;width:105px;height:26px; background-color:transparent; background-image:url(images/homehover.png); background-repeat:no-repeat; background-position:left bottom;}

.aboutus {display:block;width:111px;height:26px; background-color:transparent; background-image:url(images/aboutus.png); background-repeat:no-repeat; background-position:left top; }
.aboutus:hover {display:block;width:111px;height:26px; background-color:transparent; background-image:url(images/aboutushover.png); background-repeat:no-repeat; background-position:left bottom;}

.services {display:block;width:106px;height:26px; background-color:transparent; background-image:url(images/services.png); background-repeat:no-repeat; background-position:left top; }
.services:hover {display:block;width:106px;height:26px; background-color:transparent; background-image:url(images/serviceshover.png); background-repeat:no-repeat; background-position:left bottom;}

.employment {display:block;width:105px;height:26px; background-color:transparent; background-image:url(images/employment.png); background-repeat:no-repeat; background-position:left top; }
.employment:hover {display:block;width:105px;height:26px; background-color:transparent; background-image:url(images/employmenthover.png); background-repeat:no-repeat; background-position:left bottom;}

.contact {display:block;width:100px;height:26px; background-color:transparent; background-image:url(images/contact.png); background-repeat:no-repeat; background-position:left top; }
.contact:hover {display:block;width:100px;height:26px; background-color:transparent; background-image:url(images/contacthover.png); background-repeat:no-repeat; background-position:left bottom;}



.regtext {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#111111;}