#abilogo {
	margin-left: 20px;
	margin-top: 32px;
}

#menubartable {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

#menutable {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 1000;
}

#menubar {
	position: relative;
	text-align: right;
	margin-top: 50px;
	margin-right: 4px;
	width: 400px;
	height: 24px;
	z-index: 1000;
}

#secondarynav {
	position: relative;
	margin-right: 7px;
	width: 500px;
	height: 30px;
}

#menus {
	position: relative;
	width: 800px;
	height: 400px;
}

.header {
	position: absolute;
	text-align: right;
	visibility: hidden;
	top: 50px;
}

#header5 { left: 281px; }
#header0 { left: 345px; }
#header1 { left: 418px; }
#header2 { left: 487px; }
#header3 { left: 599px; }
#header4 { left: 674px; }

.menu {
	position: absolute;
	text-align: right;
	visibility: hidden;
	top: 73px;
}

#menu5 { left: 164px; }
#menu0 { left: 232px; }
#menu1 { left: 185px; }
#menu2 { left: 432px; }
#menu3 { left: 475px; }
#menu4 { left: 592px; }

.items a {
	display: block;
	border-bottom: 1px solid #717171;
	cursor: pointer;
}

.items a:hover {
	background-color: #1E1E1E;
}

/* explorer css tweaks for the menubar */

* html .items a {
	display: inline;
	margin-bottom: 0px;
}

* html .items span {
	margin-bottom: 1px;
}

.items .padtop {
	border-bottom: 1px solid #717171;
}

* html .items span.padtop {
	margin-bottom: 0px;
	font-size: 2px;
}

* html .items span.padbottom {
	margin-bottom: 0px;
	font-size: 2px;
}


/* secondary nav */

#secondarynav a, #bottomnav a {
	display: block;
	background-repeat: no-repeat;
}

#secondarynav a.home {
	background-image: url("../images/secondarynav/home.gif");
	width: 46px;
	height: 23px;
}

#secondarynav a.abiconnect {
	background-image: url("../images/secondarynav/abiconnect.gif");
	width: 74px;
	height: 23px;
}

#secondarynav a.marketingpr {
	background-image: url("../images/secondarynav/marketingpr.gif");
	width: 178px;
	height: 23px;
}

#secondarynav a.thoughtleadership {
	background-image: url("../images/secondarynav/thoughtleadership.gif");
	width: 135px;
	height: 23px;
}

#bottomnav a.contactus {
	background-image: url("../images/secondarynav/contactus.gif");
	width: 70px;
	height: 23px;
}

#bottomnav a.sitemap {
	background-image: url("../images/secondarynav/sitemap.gif");
	width: 59px;
	height: 23px;
}

#bottomnav a.opportunities {
	background-image: url("../images/secondarynav/opportunities.gif");
	width: 82px;
	height: 23px;
}

#secondarynav a.home:hover { background-image: url("../images/secondarynav/home-over.gif"); }
#secondarynav a.abiconnect:hover { background-image: url("../images/secondarynav/abiconnect-over.gif"); }
#secondarynav a.marketingpr:hover { background-image: url("../images/secondarynav/marketingpr-over.gif"); }
#secondarynav a.thoughtleadership:hover { background-image: url("../images/secondarynav/thoughtleadership-over.gif"); }
#bottomnav a.contactus:hover { background-image: url("../images/secondarynav/contactus-over.gif"); }
#bottomnav a.sitemap:hover { background-image: url("../images/secondarynav/sitemap-over.gif"); }
#bottomnav a.opportunities:hover { background-image: url("../images/secondarynav/opportunities-over.gif"); }
