



ul {
list-style: none;
margin: 0;
padding: 0;
}


.nav_container {
margin:0 auto;
width: 120px;
/* background: url(images/navbar/navbarback.png); */
padding-top:0px;
}


#navmenu {
display: inline;
margin:0;
padding: 0px;
position: relative;
z-index: 5;
}


#navmenu li{
float: left;
display: inline;
}


a.navNetserv, a.navNetserv_a{
display:block;
float:left;
width:120px;
height:33px;
background: url(images/navbar/netserve.png);
background-repeat: no-repeat;
margin: 2px;
}

a.navNetserv:hover{
background: url(images/navbar/netserve.png) 0 -66px;
background-repeat: no-repeat;
}

a.navNetserv_a{
background: url(images/navbar/netserve.png) 0 -33px;
background-repeat: no-repeat;

}


/* SOLUTIONS CLASS */

a.solutions, a.solutions_a{
display:block;
float:left;
width:120px;
height:33px;
background: url(images/navbar/solutions.png);
background-repeat: no-repeat;
margin: 2px;
}

a.solutions:hover{
background:url(images/navbar/solutions.png) 0 -66px;
background-repeat: no-repeat;
}

a.solutions_a{
background: url(images/navbar/solutions.png) 0 -33px;
background-repeat: no-repeat;
}


/* WEB AND EMAIL CLASS */

a.webmail, a.webmail_a{
display:bloack;
float:left;
width:120px;
height:33px;
background: url(images/navbar/webmail.png);
background-repeat: no-repeat;
margin: 2px;
}

a.webmail:hover{
background:url(images/navbar/webmail.png) 0 -66px;
background-repeat: no-repeat;
}

a.webmail_a{
background: url(images/navbar/webmail.png) 0 -33px;
background-repeat: no-repeat;
}


/* Technical Support */

a.techsupport, a.techsupport_a{
display:block;
float:left;
width:120px;
height:33px;
background: url(images/navbar/techsupport.png);
background-repeat: no-repeat;
margin: 2px;
}

a.techsupport:hover{
background: url(images/navbar/techsupport.png) 0 -66px;
background-repeat: no-repeat;
}

a.techsupport_a{
background: url(images/navbar/techsupport.png) 0 -33px;
background-repeat: no-repeat;
}


/* REEFER A BUSINESS */

a.refer, a.refer_a{
display:block;
float:left;
width:120px;
height:33px;
background: url(images/navbar/referabusiness.png);
background-repeat: no-repeat;
margin: 2px;
}

a.refer:hover{
background: url(images/navbar/referabusiness.png) 0 -66px;
background-repeat: no-repeat;
}

a.refer_a{
background: url(images/navbar/referabusiness.png) 0 -33px;
background-repeat: no-repeat;
}


/* TESTIMONIALS */

a.testimonials, a.testimonials_a{
display:block;
float:left;
width:120px;
height:33px;
background: url(images/navbar/testimonials.png);
background-repeat: no-repeat;
margin: 2px;
}

a.testimonials:hover{
background: url(images/navbar/testimonials.png) 0 -66px;
background-repeat: no-repeat;
}

a.testimonials_a{
background: url(images/navbar/testimonials.png) 0 -33px;
background-repeat: no-repeat;
}


/* MISSION STATEMENT */

a.mission, a.mission_a{
display:block;
float: left;
width:120px;
height:33px;
background: url(images/navbar/missionstate.png);
background-repeat: no-repeat;
margin: 2px;
}

a.mission:hover{
background: url(images/navbar/missionstate.png) 0 -66px;
background-repeat: no-repeat;
}

a.mission_a{
background: url(images/navbar/missionstate.png) 0 -33px;
background-repeat: no-repeat;
}


/*  AFFILIATIONS */

a.affiliations, a.affilitations_a{
display:block;
float: left;
width:120px;
height:33px;
background: url(images/navbar/affiliations.png);
background-repeat: no-repeat;
margin: 2px;
}

a.affiliations:hover{
background: url(images/navbar/affiliations.png) 0 -66px;
background-repeat: no-repeat;
}

a.affiliations_a{
background: url(images/navbar/affiliations.png) 0 -66;
background-repeat: no-repeat;
}

