/* navigation elements */

/* Note:  When I added the "Capabilities" tab, it started out as "Features." The name changed in mid stream to "Capabilities."   I did NOT go back and change the infrastructure.  JG*/

#topnav {
	position: relative;
	z-index: 3000;
	}

#mainnav {
	width: 905px;
	height: 22px;
	background: #123754;
	text-align: center;
	border: 0;
	margin: 0 auto 0;
	padding: 0 0 0 20px;
	line-height: normal;
	}


#mainnav ul {
	list-style: none !important;
	display: inline !important;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	}
		
#mainnav li {
	list-style: none !important;
	float: left;
	margin: 0;
	padding: 0 5px 0;
	line-height: 1.7em;
	width: 115px;
	}
	
	html>body #mainnav li {
	width: auto;
	padding: 0 10px 0;
	}

/* below is where you specify the height of the block and the display */
		
#mainnav li a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		border: 0;
		padding: 0 9px 0 0;
		margin: 1px 0 0;
		height: 21px;
		font-size: 11px;
		line-height: 2em;
		}

	html>body #mainnav li a {
		width: auto;
		}

	#mainnav li span {
		padding-left: 0px;
		white-space: nowrap;
		}
		
		html>body #mainnav li span {
			padding-left: 10px;
			}

	#mainnav li a:hover {
		background: url(/_img/bg_tab_rt.gif) no-repeat top right;
		color: #92ad24;
		display: block;
		}

	#mainnav li a:hover span {
		background: #fff url(/_img/bg_tab_lt.gif) no-repeat top left;
		color: #92ad24;
		display: block;
		}

	#active a {
		background: #fff url(/_img/bg_tab_rt.gif) no-repeat top right;
		color: #92ad24 !important;
		display: block;
		}

	#active a span {
		background: #fff url(/_img/bg_tab_lt.gif) no-repeat top left;
		color: #92ad24 !important;
		display: block;
		}
	
	#mainnav li.longitem {
		letter-spacing: normal;
		width: 140px;
		padding: 0;
		}
		
		html>body #mainnav .longitem {
			letter-spacing: normal;
			width: auto;
			}

/* DROP DOWNS */

/* dropdown nav */

#dd-about, #dd-solutions, #dd-services, #dd-customers, #dd-resources, #dd-news, #dd-contact  {
	background: transparent;
	height: auto;
	z-index: 1000;
	position: absolute;
	top: 21px; 
	}

#dd-solutions { left: 19px; }
	html>body #dd-solutions { left: 19px; }
	/* Firefox3-specific CSS property  */
	@-moz-document url-prefix() {
		#dd-solutions, x:-moz-any-link, x:default {
		left: 19px; 
		}
	}

#dd-services {left: 170px; }
	html>body #dd-services { left: 185px; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dd-services { left: 191px; }
}


#dd-customers {left: 295px; }
	html>body #dd-customers {left: 316px; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dd-customers {left: 324px; }
}


#dd-resources {left: 424px; }
	html>body #dd-resources {left: 465px; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dd-resources {left: 475px; }
}

#dd-news {left: 549px; }
	html>body #dd-news {left: 594px; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dd-news {left: 603px; }
}

#dd-about {left: 674px; }
	html>body #dd-about {left: 708px; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dd-about {left: 717px; }
}

#dd-contact {left: 799px; }
	html>body #dd-contact {left: 814px; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dd-contact {left: 823px; }
}

#dd-about ul#sub-about, #dd-solutions ul#sub-solutions, #dd-features ul#sub-features, #dd-services ul#sub-services, #dd-customers ul#sub-customers, #dd-resources ul#sub-resources, #dd-news ul#sub-news, #dd-contact ul#sub-contact {
	visibility:hidden;
	margin: 0; padding: 0;
	list-style: none;
	display:block;
	border:0;
	background:#fff !important;
	text-align:left;
	line-height:normal;
	position: absolute; 
	z-index: 50; 
	white-space: nowrap; 
	padding: 0 5px 0 0; 
	border-left: 1px solid #123754;
	border-bottom: 1px solid #123754;
	border-right: 1px solid #ccc;
	}
	
#dd-about ul#sub-about li, #dd-solutions ul#sub-solutions li, #dd-features ul#sub-features li, #dd-services ul#sub-services li, #dd-customers ul#sub-customers li, #dd-resources ul#sub-resources li, #dd-news ul#sub-news li, #dd-contact ul#sub-contact li {
	border-bottom: 1px solid #ccc;
	padding: 3px 15px 3px 5px;
	background:#fff;
	line-height: 1.2em;
	width: 120px;
	}
	
	html>body #dd-about ul#sub-about li, html>body #dd-solutions ul#sub-solutions li, html>body #dd-features ul#sub-features li, html>body #dd-services ul#sub-services li, html>body #dd-customers ul#sub-customers li, html>body #dd-resources ul#sub-resources li, html>body #dd-news ul#sub-news li, html>body #dd-contact ul#sub-contact li {width: auto; }

#dd-about ul#sub-about li.lastdd, #dd-solutions ul#sub-solutions li.lastdd, #dd-features ul#sub-features li.lastdd, #dd-services ul#sub-services li.lastdd, #dd-customers ul#sub-customers li.lastdd, #dd-resources ul#sub-resources li.lastdd, #dd-news ul#sub-news li.lastdd, #dd-contact ul#sub-contact li.lastdd, li.lastdd {
	border-bottom: 1px solid #fff !important;
	}
	
#dd-about ul#sub-about li a, #dd-solutions ul#sub-solutions li a, #dd-features ul#sub-features li a, #dd-services ul#sub-services li a, #dd-customers ul#sub-customers li a, #dd-resources ul#sub-resources li a, #dd-news ul#sub-news li a, #dd-contact ul#sub-contact li a {
	text-decoration: none;
	color:#123754;
	margin:0;
	padding: 5px 0 0 6px;
	font-size:11px;
	}
	
#dd-about ul#sub-about li a:hover, #dd-solutions ul#sub-solutions li a:hover, #dd-features ul#sub-features li a:hover, #dd-services ul#sub-services li a:hover, #dd-customers ul#sub-customers li a:hover, #dd-resources ul#sub-resources li a:hover, #dd-news ul#sub-news li a:hover, #dd-contact ul#sub-contact li a:hover {
	text-decoration: none;
	color:#92ad24;
	}
		
	#topnav ul li ul li {
		margin-left: 10px;
		padding-left: 1em;
		text-indent: -.9em !important;
		background: transparent !important;
		border-bottom: 1px solid #fff;
		}
	
	ul#sub-solutions li, ul#sub-about li, ul#sub-features li, ul#sub-services li, ul#sub-customers li, ul#sub-resources li, ul#sub-news li, ul#sub-contact li {
		margin-left: 0;
		padding-left: 10px !important;
		text-indent: -5px !important;
		}
	
	ul#sub-solutions li ul {
		padding-left: 0;
		margin-left: 0;
		list-style-type: none;
		}
		
	ul#sub-solutions li li {
		border-bottom:0 !important;
		line-height:12px;
		}
	
	ul#sub-resources li ul {
		margin: 0;
		padding-left:0;
		margin-left:0;
		list-style-type:none;
		}
		
	ul#sub-resources li li {
		border-bottom:0 !important;
		line-height:12px;
		}
	
	ul#sub-resources li {
		margin-left: 0;
		padding-left: 10px !important;
		text-indent: -5px !important;
		}

	span.subindent1 {
		padding-left:13px;
		}
		
		
/*  SIDE NAVIGATION */

#subnav {
	width:177px;
	margin-top:7px;
	float:left;
	}
	
	#subnav ul  {
	padding-left:0;
	margin-left:0;
	}
	
	#subnav ul li {
		list-style-image:none;
		list-style-type:none;
		margin:0 0 .6em 0;
		font-size:11px;
		text-align:left;
		width: 203px;
		border-bottom:1px solid #92ad24;
		padding-left: 5px;
		padding-bottom: 5px;
		text-indent: -1.1em !important;
		}

	#subnav ul li a { 
		padding-left:12px;
		text-decoration:none;
		color: #123754;
		}

	#subnav ul li a:hover { 
		color: #92ad24;
		}
		
	ul#subnav li#subactive a {
		color:#92ad24;
		}

	ul#subnav li#subactive a:hover {
		color:#92ad24;
		}
	
	#subnav ul li#top a { 
		color: #92ad24;
		}

	ul#subnav li ul {
		margin:.5em 0;
		}

	ul#subnav ul li ul li {
		margin:.5em 0;
		border-bottom:0;
		padding-bottom: 0;
		}
		
	ul#subnav li ul li {
		border-bottom:0;
		padding-left:7px;
		line-height:12px;
		padding-bottom: 0;
		padding-left: 20px;
		text-indent: -1.8em !important;
		z-index: 4000;
		}


	ul#subnav li#subactive li a {
		color:#123754;
		}

	ul#subnav li#subactive li a:hover {
		color:#92ad24;
		}
		
#leftcol {
	width:177px;
	margin-top:17px;
	float:left;
	}
	
#leftcol ul  {
	padding-left:10px;
	margin-left:15px;
	margin-top:5px;	
	}
	
#leftcol ul li {
		margin:0 0 0 0;
		font-size:10px;
		}
		
	span.subindent2 {
		padding-left:21px;
		}