/* navigation stuff */
body {
	behavior: url("/global/nav/csshover.htc"); /* WinIE behaviour call */ 
}

#services, #testimonials, #resources, #about, #contact {
	position:absolute;
	top:0px;
	width:104px;
	height:29px;
	margin-bottom:0;
	margin-left:0px;
	border-right:1px solid #fff;
}

#services {
	width:114px;
}

#testimonials {
	left:115px;
}

#resources {
	left:220px;
}

#about {
	left:325px;
}

#contact {
	left:430px;
	border:0;
}

#services a, #services a:visited {background:url("/img/btn-services.png") top left no-repeat;}

#services a:hover {background:url("/img/btn-services.png") top right no-repeat;}

#testimonials a, #testimonials a:visited {background:url("/img/btn-testimonials.gif") top left no-repeat;}

#testimonials a:hover {background:url("/img/btn-testimonials.gif") top right no-repeat;}

#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;}

#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;}

#contact a, #contact a:visited {background:url("/img/btn-contact.png") top left no-repeat;}

#contact a:hover {background:url("/img/btn-contact.png") top right no-repeat;}

ul#nav {
	position:absolute;
	top:0px;
	left:83px;
	width:550px;
	height:29px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a {
	display:block;
	height:29px;
	border:0px solid black;
}

ul#nav li:hover {
	background: #cd1f19; /*changes dropdown hover bg color in MOZ*/
}

ul#nav li.submenu:hover {
	background-color:#cd1f19; /*changes dropdown hover bg color*/
}

ul#nav li a {
	display: block; 
	padding: 0px;	
	font:11px arial, verdana, sans-serif;
	color:#fff; 
	text-decoration: none;
}

ul#nav li {
	z-index:22;
}

ul#nav ul {
	position: absolute; 
	width:120px; 
	display: none;
	z-index: 23;
}

ul#nav ul li {border-bottom:0px solid #404040;}

ul#nav ul li.last {border-bottom:0px solid #404040;}


ul#nav li.submenu li.submenu {
	width:120px;
	padding:0px;
}

ul#nav li.submenu:hover ul.level2, ul#nav ul.level2 li.submenu:hover ul.level3 {display: block;}

ul#nav ul.level2 {
	top: 24px; 
	left: 12px; 
	width:120px; 
	padding:0;
	margin:0;
	background-color: #f6251e;
	list-style-image:none;
	border: 1px solid #fff; 
}

ul#nav li.submenu ul.level2 li a {background-image:none;}

ul#nav li ul.level2 li {
	width: 120px; 
	margin:0;
	padding:0;
}

ul#nav ul.level2 a {
	height:auto;
	font:bold 11px arial, verdana, sans-serif; /*change subnav font*/
	color:#fff; 
	padding:0px; 
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:10px;
	/* border-left:5px solid #747474;*/ 
}

/* ie6.css
unique selectors for life made easy  */
ul#nav li#services ul.level2 {
	left:35px;
	background-color: #00aeef;
}

ul#nav li#services li:hover {
	background: #0091c7; /*changes dropdown hover bg color in MOZ*/
}

ul#nav li#services li.submenu:hover {
	background-color:#0091c7; /*changes dropdown hover bg color*/
}

