/*------------------------------------------------------------------------------*/
/*	--> NAVIGATION DIVS AND CLASSES					*/
/*------------------------------------------------------------------------------*/

/* General Navigation Structure */

.nav{z-index:100; position:relative;}
.nav ul{list-style: none; margin: 0; padding: 0;}
.nav ul{width: 100px; position: absolute; top: -999em; left: -1px;}
.nav li{float:left; margin:0; padding:0; position:relative;}
.nav li:hover ul, .nav li.sfHover ul{top: 25px;}
.nav ul li {border: 0; float: none;}

/* Horizontal Rollover Styles */
.nav li.home a{width:70px; height:36px; background: url(../images/nav_home.gif) 0px 0px no-repeat; display:block; text-indent: -9999px;}
.nav li.home a:hover{background:url(../images/nav_home.gif) -70px 0px no-repeat; display: block;}
.nav li.home a.current{background: url(../images/nav_home.gif) -70px 0px no-repeat; display:block;}
.nav li.electrical a{width:156px; height:36px; background: url(../images/nav_electrical_installation.gif) 0px 0px no-repeat; display:block; text-indent: -9999px; margin-left:7px;}
.nav li.electrical a:hover{background:url(../images/nav_electrical_installation.gif) -156px 0px no-repeat; display: block;}
.nav li.electrical a.current{background: url(../images/nav_electrical_installation.gif) -156px 0px no-repeat; display:block;}
.nav li.inspection a{width:153px; height:36px; background: url(../images/nav_inspection_testing.gif) 0px 0px no-repeat; display:block; text-indent: -9999px; margin-left:7px;}
.nav li.inspection a:hover{background:url(../images/nav_inspection_testing.gif) -153px 0px no-repeat; display: block;}
.nav li.inspection a.current{background: url(../images/nav_inspection_testing.gif) -153px 0px no-repeat; display:block;}
.nav li.pat_testing a{width:192px; height:36px; background: url(../images/nav_pat_testing.gif) 0px 0px no-repeat; display:block; text-indent: -9999px; margin-left:7px;}
.nav li.pat_testing a:hover{background:url(../images/nav_pat_testing.gif) -192px 0px no-repeat; display: block;}
.nav li.pat_testing a.current{background: url(../images/nav_pat_testing.gif) -192px 0px no-repeat; display:block;}
.nav li.maintenance a{width:111px; height:36px; background: url(../images/nav_maintenance.gif) 0px 0px no-repeat; display:block; text-indent: -9999px; margin-left:7px;}
.nav li.maintenance a:hover{background:url(../images/nav_maintenance.gif) -111px 0px no-repeat; display: block;}
.nav li.maintenance a.current{background: url(../images/nav_maintenance.gif) -111px 0px no-repeat; display:block;}
.nav li.contact a{width:80px; height:36px; background: url(../images/nav_contact.gif) 0px 0px no-repeat; display:block; text-indent: -9999px; margin-left:7px;}
.nav li.contact a:hover{background:url(../images/nav_contact.gif) -80px 0px no-repeat; display: block;}
.nav li.contact a.current{background: url(../images/nav_contact.gif) -80px 0px no-repeat; display:block;}

