#nav{
	list-style:none;
	font-weight:bold;
	float:left;
	width:100px;
	position:relative;
	z-index:5;
	left: 725px;
	top: 85px;
	position: absolute;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#037ec4;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#037ec4;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#037ec4;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#C0C0C0;
}

#wrapper {
	width: 955px;
	border: 1px solid #A3B2C3;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	position: relative;
	
}
#wrapper #navigation #tagline {
	position: absolute;
	left: 95px;
	top: 60px;
	font-weight: bold;
}
* {
	font-family: Tahoma;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 8pt;
}
p {
	margin: 0px;
	padding: 0px;
}
H1 {
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}
#wrapper #navigation #pictures {
	position: absolute;
	left: 530px;
	top: 5px;
}
#wrapper #navigation #searchbox {
	left: 650px;
	top: 94px;
	position: absolute;
}
#wrapper #navigation #bullets {
	position: absolute;
	top: 80px;
	left: 875px;
	font-weight: bold;
}
#navigation #ABIElectronics {
	color: #FFFFFF;
	height: 53px;
	padding-left: 95px;
	font-size: 36px;
	font-weight: bold;
	line-height: 53px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrapper #content {
	width: 955px;
	position: relative;
}
#wrapper #navigation #tabs {
	position: absolute;
	top: 85px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
#wrapper #navigation #tab2 {
	position: absolute;
	top: 85px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
#wrapper #navigation #tabs .leftnav {
	height: 51px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .tab {
	height: 51px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	font-family: Tahoma;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .midtab {
	height: 51px;
	width: 116px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tab2 .leftnav {
	height: 51px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tab2 .tab {
	height: 51px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	font-family: Tahoma;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tab2 .midtab {
	height: 51px;
	width: 116px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #bullets1 {
	position: absolute;
	top: 100px;
	left: 875px;
	font-weight: bold;
}
#wrapper #navigation #bullets2{
	position: absolute;
	top: 120px;
	left: 875px;
	font-weight: bold;
}	
 
#wrapper #navigation #tabs a:hover {
	color: #2C3643;
}
#wrapper #navigation #tabs a {
	color: #A3B2C3;
	text-decoration: none;
}
#wrapper #navigation #bullets a {
	color: #000000;
	text-decoration: none;
}
#wrapper #navigation #bullets1 a {
	color: #000000;
	text-decoration: none;
}
#wrapper #navigation #bullets2 a {
	color: #000000;
	text-decoration: none;
}
#wrapper #navigation #bullets1 a:hover {
	color: #037EC4;
}
#wrapper #navigation #bullets a:hover {
	color: #037EC4;
}
#wrapper #Footer {
	line-height: 40px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 8pt;
	display: block;
	width: 885px;
	clear: both;
	padding-top: 40px;
	text-align: center;
}
#wrapper #Footer a {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #Footer a:hover {
	font-weight: bold;
}
#wrapper #navigation #pictures #pic1 {
	position: absolute;
	left: 10px;
	top: 0px;
}
#wrapper #navigation #pictures #pic2 {

	position: absolute;
	height: 65px;
	width: 65px;
	left: 85px;
	top: 0px;
}
#wrapper #navigation #pictures #pic3 {
	position: absolute;
	height: 65px;
	width: 65px;
	left: 160px;
	top: 0px;
}
#wrapper #navigation #pictures #pic4 {
	position: absolute;
	height: 65px;
	width: 65px;
	left: 235px;
	top: 0px;
}
#wrapper #navigation #pictures #pic5 {
	position: absolute;
	height: 65px;
	width: 65px;
	left: 310px;
	top: 0px;
}
.separator {
	clear: both;
	height: 10px;
	display: block;
}
#wrapper #content .privacy {
	padding: 40px;
}
#wrapper #masthead img {
	height: 147px;
	width: 955px;
}
#wrapper #navigation #background img {
	height: 136px;
	width: 955px;
}
#wrapper #navigation #pictures #overlays img {
	height: 65px;
	width: 65px;
}
#wrapper #navigation #pictures img {
	height: 75px;
	width: 75px;
}
#wrapper #navigation #pictures .CEMHeader img {
	height: 75px;
	width: 361px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .Products h3 {
	text-align: right;
	margin-right: 20px;
}
#wrapper #navigation #tabs .About h3 {
	text-align: left;
	margin-left: 20px;
}
#wrapper #navigation #tab2 .leftnav img {
	height: 51px;
	width: 130px;
}
#wrapper #navigation #tab2 .midtab img {
	height: 51px;
	width: 116px;
}
#wrapper #navigation #tab2 .tab img {
	height: 51px;
	width: 130px;
}
#wrapper #navigation #tabs .CEM {
	height: 51px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .Support {

	height: 51px;
	width: 116px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .Distributor {

	height: 51px;
	width: 116px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .About {

	height: 51px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	font-family: Tahoma;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation #tabs .Products {

	height: 51px;
	width: 116px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}

#wrapper #navigation #tabs .Applications {
	height: 51px;
	width: 116px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
