/* navigation stuff */
body {
	behavior: url("/global/nav/csshover.htc"); /* WinIE behaviour call */ 
}

div#nav {
	text-align:center;
	height:30px;
	background-color:#0b3367;
	background-image:url("/img/nav-bg-gif");
	background-repeat:repeat-x;
	background-position:top left;
	border:0px solid white;
}

div#nav_inner {
	width:880px;
		text-align:center;
		margin:0 auto 0 auto; 
}

/*+++*/
#nav ul {
	z-index:9999;
	position:relative;
	margin:0 auto 0 auto;
	width:772px;
	height:30px;
	padding:0 0 0 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid white;
}

#home, #services, #quality, #about, #contact {
	position:relative;
	float:left;
	height:30px;
	margin:0 2 0 0px;
	margin:0 -3 0 0px;
}

#quality, #about, #contact {margin:0 3 0 0px;}

#home {
	width:84px;
	margin-left:239px;
}

#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}

#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#services  {width:104px;}

#services a, #services a:visited {background:url("/img/btn-services.gif") top left no-repeat;}

#services a:hover {background:url("/img/btn-services.gif") top right no-repeat;}

#quality {width:152px;}

#quality a, #quality a:visited {background:url("/img/btn-quality.gif") top left no-repeat;}

#quality a:hover {background:url("/img/btn-quality.gif") top right no-repeat;}

#contact {width:100px;}

#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;}

#about {width:89px;}

#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 {	
	position:absolute;
	top:120px; 
	left:0px;
	z-index:9999; 
	
	background:#eaeae8;	
	width:850px;
	height:37px;
	padding: 0 0 0 0px;
} 

div#nav ul {
	margin: 0;	
	padding: 0;	
	background: #f6f6f6; 
}

div#nav li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float:left; 
} 

div#nav li:hover {
	background: #15546f; 
}

div#nav li.submenu {
	width: auto;
	padding:0px; 
	background-image:none;
}*/

div#nav li#services ul.level2 a, div#nav li#services ul.level2 a:hover, div#nav li#about ul.level2 a, div#nav li#about ul.level2 a:hover, div#nav li#contact ul.level2 a, div#nav li#contact ul.level2 a:hover {
	background-image:none; 
}

div#nav li a {
	display: block; 
	height:30px;
	padding: 0px;	
	font:bold 15px arial, verdana, sans-serif;
	color:#0d446a; 
	text-decoration: none;
}
	
div#nav li a:hover {

}

div#nav ul li {
	z-index:9999;
}

div#nav ul ul {
	position:absolute; 
	width:180px; 
	display: none; 
	z-index: 9999;
	background-image:none; 	
}

div#nav ul ul li { 
	border-bottom: 1px solid #fff;
	height:24px;
	background-image:none; 	
}

div#nav li.submenu li.submenu {
	width:180px;
	padding:0px;
	background-image:none; 	
}

div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
	background-image:none; 	
}

div#nav ul.level2 li.submenu:hover {
	background-color: #cdcdcd; /*changes dropdown hover bg color*/
	background-image:none; 	
}

div#nav ul.level2 li:hover {
	background-color: #cdcdcd; /*changes dropdown hover bg color*/
	background-image:none; 	
}

div#nav ul.level1 a:hover {
	color:#fff; /*change main btn text color on hover*/ 	
}

div#nav ul.level2 {
	top: 30px; 
	left: 20px; 
	width:170px; 
	border: 0px solid #d7d7d7; 
	background:#0b3367;
	height:auto;
	text-align:left;
	background-image:none; 	
}

div#nav ul.level2 li {
	width:170px; 	
	background-image:none; 	
}

div#nav ul.level2 a {
	color:#fff;
	font:10px arial, Verdana sans-serif;  /*change subnav text*/
	padding:6px 6px 6px 6px; 
	width:160px !important;
	width:170px;
	background-image:none; 	
	height:24px;
}

div#nav ul.level2 a:hover {
	border-left-color:#d7d7d7;
	background-image:none; 
	color:#2f2f2f; /*change subnav text color on hover*/
}

