/* Global Header - holds ImageNet America global header */
#globalHeader {
	margin: 10px auto 10px;
	padding: 0px;
	width: 800px;
	height: 31px;
	color: #666666;
	background: #F1F6FA;
}
#globalHeader h6 {
	font-weight: lighter;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 8px 0px 0px;
	margin: 0px;
	color: #666666;
}

/* Buttons - holds all mainNav buttons */
#globalHeader a {
	text-transform: uppercase;
	color: #666666;
}
#globalHeader a:link {
	text-decoration: none;
	color: #666666;
}
#globalHeader a:visited { 
	text-decoration: none;
}
#globalHeader a:hover, a:active {
	color: #1367A7;
	text-decoration: underline;
}

/* Main Nav buttons */
.selected {
	height: 30px;
	border-top: 1px solid #999999;
	background: #FFF;
	color: #1367A7;
}

.unselectedLeft {
	height: 30px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.unselectedGen {
	height: 30px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

.unselectedEnd {	
	text-align: center;
	padding: 0px;
	height: 30px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

#imagenetAmerica {
	width: 145px;
	float: left;
}

#officeEquipment {
	width: 139px;
	float: left;
}

#documentMgt {
	width: 128px;
	float: left;
}

#litigationSupport {
	width: 144px;
	float: left;
}

#electroicDiscovery {
	width: 168px;
	float: left;
}

#other {
	width: 71px;
	float: left;
}
.currentSite {
	color: #1367A7;
}
