/* ------------------------------------------------------------------------------------ */
/* MAIN NAVIGATION			
/* ------------------------------------------------------------------------------------ */
/* Horizontal CSS MENU (suckerfish, solardream */
.rollover { display: block; } 						/* Allow setting widths and heights */
.rollover img { width: 100%; border: 0; } 			/* only set width and height once */
.rollover:hover { visibility: visible; 				/* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } 		/* 'rolls over' the image */


/* The width and height must be set on the html and not in this stylesheet when using drop down menus */
#navmenu a img {
	border:0;
}
/*
#navHome {
	width: 49px;
	height: 45px;
	background-image: url(../images/nav-home-on.jpg);
	display: block;
	float: left;
}



#navAboutUs {
	width: 67px;
	height: 45px;
	background-image: url(../images/nav-aboutus-on.jpg);
	display: block;
	float: left;
}
#navCommercial {
	width: 80px;
	height: 45px;
	background-image: url(../images/nav-commercial-on.jpg);
	display: block;
	float: left;
}
#navIndustrial {
	width: 68px;
	height: 45px;
	background-image: url(../images/nav-industrial-on.jpg);
	display: block;
	float: left;
}
#navTransportation {
	width: 97px;
	height: 45px;
	background-image: url(../images/nav-transportation-on.jpg);
	display: block;
	float: left;
}
#navResidential {
	width: 76px;
	height: 45px;
	background-image: url(../images/nav-residential-on.jpg);
	display: block;
	float: left;
}
#navTechnical {
	width: 67px;
	height: 45px;
	background-image: url(../images/nav-technical-on.jpg);
	display: block;
	float: left;
}
#navCatalogs {
	width: 71px;
	height: 45px;
	background-image: url(../images/nav-catalogs-on.jpg);
	display: block;
	float: left;
}

#navInstallation {
	width: 77px;
	height: 45px;
	background-image: url(../images/nav-installation-on.jpg);
	display: block;
	float: left;
}

#navContact {
	width: 56px;
	height: 45px;
	background-image: url(../images/nav-contact-on.jpg);
	display: block;
	float: left;
}

*/
/* Horizontal CSS MENU */

#navhome{
	width:49px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navhome a:hover{
	width:49px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-49px;
}

#navaboutus{
	width:67px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navaboutus a:hover{
	width:67px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-67px;
}

#navcommercial{
	width:80px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navcommercial a:hover{
	width:80px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-80px;
}

#navindustrial{
	width:68px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navindustrial a:hover{
	width:68px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-68px;
}


#navtransportation{
	width:97px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navtransportation a:hover{
	width:97px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-97px;
}


#navresidential{
	width:76px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navresidential a:hover{
	width:76px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-76px;
}

/*
#navtechnical{
	width:67px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navtechnical a:hover{
	width:67px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-67px;
}
*/

#navtechnical{
	display:block;
	float:left;
	background-image:url(../images/nav-technical-off.jpg);
}

#navcatalogs{
	width:71px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navcatalogs a:hover{
	width:71px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-71px;
}
/*
#navinstallation{
	width:77px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navinstallation a:hover{
	width:77px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-77px;
}
*/

#navinstallation{
	display:block;
	float:left;
	background-image:url(../images/nav-installation-off.jpg);
	width:77px;
}


#navcontact{
	width:56px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	float:left;

}

#navcontact a:hover{
	width:56px;
	height:45px;
	padding:0px;
	margin:0px;
	border:0px;
	top:0px;
	display:block;
	overflow:hidden;
	text-indent:-56px;
}



/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  z-index:1;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  z-index:1;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 169px;
  list-style: none;
  display: none;
  position: absolute;
  top: 45px;
  left: 4px;
  z-index:1;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  z-index:1;
}

ul#navmenu ul li {
  width: 169px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  z-index:1;
}

/* Root Menu */
ul#navmenu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  font: bold 11px/18px Tahoma, Arial, Verdana, sans-serif;
  text-decoration: none;
  background-color: #e3e3e3;
  color: #878787;
  height: auto !important;
  height: 1%; /*For IE*/
  z-index:1;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
color: #878787;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  /*background-image:url(../images/sub_bg.gif);*/
  background-color:#e3e3e3;
  border: 1px solid #dcdcdc;
  border-right-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  padding: 0 10px;
  color: #878787;
  float: none;
  z-index:1;
  text-indent:0;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background-position:-169px;
  color: #FFF;
  background-color:#ccc;
  z-index:1;
  text-indent:0;
  width:147px;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background-color:#e3e3e3;
  border: 1px solid #dcdcdc;
  border-right-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  padding: 0 10px;
  color: #878787;
  float: none;
  z-index:1;
  text-indent:0;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background-position:-169px;
  color: #FFF;
  background-color:#ccc;
  z-index:1;
  text-indent:0;
  width:147px;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 169px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
