/* navigation stuff */
body {
	behavior: url("/global/nav/csshover.htc"); /* WinIE behaviour call */ 
}

div#nav {	
	position:absolute;
	top:33px;
	left:210px;
	width:755px;
	height:47px;
	margin:0;
	padding:0px;
	z-index:2; /*MAKEs THE DROPDOWN APPEAR OVER THE PHOTO IN IE*/
} 

div#nav ul {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	border:0px solid black;
}

div#nav ul li span {
	margin-left:-2000px;
}

#refrigerants a, #tools a, #industrial a, #resources a, #about a, #contact a{
	display:block;
	height:47px;	
	border:0px solid black;
}

#refrigerants, #tools, #industrial, #resources, #about, #contact {
	float:left;
	height:47px;
	border:0px solid black;
}

div#nav #refrigerants ul.level2 a {width:186px;}
div#nav #refrigerants ul.level2 {background-image:url("/img/bg-nav-refrigerants.png");}
#refrigerants, div#nav #refrigerants ul.level2, div#nav #refrigerants ul.level2 {width:208px;}
#refrigerants a, #refrigerants a:visited {background:url("/img/btn-refrigerants.gif") top left no-repeat;}
#refrigerants a:hover {background:url("/img/btn-refrigerants.gif") top right no-repeat;}

div#nav #tools ul.level2 a {width:57px;}
div#nav #tools ul.level2 {background-image:url("/img/bg-nav-tools.png");}
#tools, div#nav #tools ul.level2, div#nav #tools ul.level2 {width:79px;}
#tools a, #tools a:visited {background:url("/img/btn-tools.gif") top left no-repeat;}
#tools a:hover {background:url("/img/btn-tools.gif") top right no-repeat;}

div#nav #industrial ul.level2 a {width:123px;}
div#nav #industrial ul.level2 {background-image:url("/img/bg-nav-industrial.png");}
#industrial, div#nav #industrial ul.level2, div#nav #industrial ul.level2 {width:145px;}
#industrial a, #industrial a:visited {background:url("/img/btn-industrial.gif") top left no-repeat;}
#industrial a:hover {background:url("/img/btn-industrial.gif") top right no-repeat;}

div#nav #resources ul.level2 a {width:68px;}
div#nav #resources ul.level2 {background-image:url("/img/bg-nav-resources.png");}
#resources, div#nav #resources ul.level2, div#nav #resources ul.level2 {width:91px;}
#resources a, #resources a:visited {background:url("/img/btn-resources.gif") top left no-repeat;}
#resources a:hover {background:url("/img/btn-resources.gif") top right no-repeat;}

div#nav #about ul.level2 a {width:66px;}
div#nav #about ul.level2 {background-image:url("/img/bg-nav-about.png");}
#about, div#nav #about ul.level2, div#nav #about ul.level2 {width:77px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

div#nav #contact ul.level2 a {width:130px;}
div#nav #contact ul.level2 {background-image:url("/img/bg-nav-contact.png");}
#contact {width:130px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

div#nav #refrigerants ul.level2 li a {background-image:none;}
div#nav #tools ul.level2 li a {background-image:none;}
div#nav #industrial ul.level2 li a {background-image:none;}
div#nav #resources ul.level2 li a {background-image:none;}
div#nav #about ul.level2 li a {background-image:none;}
div#nav #contact ul.level2 li a {background-image:none;}

div#nav ul li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float:left; 
} 

div#nav li:hover {
	/*background: #15546f;*/ 
}

div#nav li.submenu {
	/*width: auto;*/
	/*padding:9px 15px 9px 15px; changes main button height*/
}

div#nav li a {
	display: block; 
	padding: 0px;	
	font:bold 20px arial, verdana, sans-serif;
	color:#FFFFFF; 
	text-decoration: none;
}
	
div#nav li a:hover {
	border-left-color:#222222;
}

div#nav ul li {
	z-index:22;
}
div#nav ul ul {
	position: absolute;  
	display: none; 
	z-index: 23;
	/*background-color:#ffa927;
	width:91px;*/
}

div#nav ul ul li { 
	border-bottom: 0px solid #d7d7d7;
}

div#nav li.submenu li.submenu {
	width:91px;
	padding:0px;
}

div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}

div#nav ul.level1 li.submenu:hover {
	/*background-color: #15546f; /*changes main btn hover bg color*/
}

div#nav ul.level2 li.submenu:hover {
	/*background: #ffbc56; changes dropdown hover bg color*/
}

div#nav ul.level2 li:hover {
	/*background: #ffbc56; /*changes dropdown hover bg color*/
}

/*div#nav ul.level1 a:hover {
	color:#fff; change main btn text color on hover
}*/

div#nav ul.level2 {
	top: 47px; 
	left: 0px; 
	/*width:91px; */
	padding-bottom:12px;
	background-position:bottom left;
	background-repeat:no-repeat;
	border: 0px solid #d7d7d7; 
}

div#nav ul.level2 li {

	/*width:91px; */
}

/*div#nav ul.level2 a.last {
	background-image:url("/img/bg-resources-bottom.png");
	background-position:bottom left;
	background-repeat:no-repeat;
}*/

div#nav ul.level2 a {
	color:#000;
	font:bold 12px arial, Verdana sans-serif;
	padding:4px; 
	padding-left:14px;
	/*width: 71px !important;
	width:68px;*/
	height:auto;
	background-image:none;
	border:0px solid #000;
}

div#nav ul.level2 a:hover {
	padding-left:16px;
	background-image:none; /*Ie6: KEEPS MAIN BTN BG IMAGE FROM SHOWING UP BEHIND DROPDOWN BTNS */
}

/*div#nav ul.level3 {
	top: -1px; left: 180px; 
	border: 1px solid #d7d7d7;  
}

div#nav ul.level3 a {
	padding:5px;
	width: 180px;
}*/
