div#sitemap {
	margin:auto;
	position:relative;
	left:0;
	bottom:0;
	width:950px;
	font-size:0.8em;
	color:#444;
	top:-1px;
}
#sitemap div.sitemapMain {
	padding:4px;
	height:24px;
	width:136px;
	border:1px solid #9FBCC9;
	border-right:0;
	float:left;
	background:transparent url(../images/bg_blueBarLarge.png) repeat-x bottom;
}
#sitemap div.sitemapMain a {
	text-decoration:none;
	color:#444;
	padding:2px 5px;
	position:relative;
	z-index:30;
}
#sitemap div.sitemapMain:hover {
	border-top:none;
	padding-top:5px;
	background:#FFF;
}
#sitemap div.sitemapSub {
	background-color:#FFF;
	border:1px solid #9FBCC9;
	border-bottom:none;
	position:absolute;
	top:-2000px;	/* start with this rendered but offscreen - using display:none */
	left:-2000px;	/* prevents assay of offsetHeight/-Width needed by JS manager  */
	width:955px;
	z-index:20;
}
#sitemap div.sitemapMain h3 {
	font-size:0.8em;
}
#sitemap div.sitemapSubContent {
	float:left;
	padding:1%;
	width:31.33%;
	background-color:inherit;
	overflow:hidden;
}
#sitemap div.sitemapSubContent h4 {}
#sitemap div.sitemapSubContent p {
	background-color:inherit;
	border-top:1px solid #bbb;
	padding-top:6px;
	margin-top:-10px;
}
#sitemap div.sitemapSubContent p a {
	display:block;
	border-bottom:1px dotted #9FBCC9;
	padding:6px 5px 4px 5px;
}
#sitemap div.sitemapSubContent p a:hover {
	color:#FFF;
	background-color:#9FBCC9;
	border-bottom:1px solid #9FBCC9;
}
#sitemap div#services {}
#sitemap div#servicesSub {}
#sitemap div#about {}
div#aboutSub {}
#sitemap div#ideas {
	border-right:1px solid #9FBCC9;
}
div#ideasSub {}
#sitemap div#standards {}
div#standardsSub {}
#sitemap div#careers {}
div#careersSub {}
#sitemap div#search {
	width:222px;
	border-right:1px solid #9FBCC9;
}
#sitemap div#search:hover {
	width:222px;
	border-right:1px solid #9FBCC9;
	border-top:1px solid #9FBCC9;
	padding-top:4px;
}
div#search input[type=text] {width:170px;}
div#search input[type=button] {}

