/* CSS Document */
/*html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset*/



.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

li {
list-style-type: none;
}
/* ul {
margin: 0px;
padding: 0px;
list-style-type: none;
	display: block;
}*/
#header #highlights li li
	{
	float:none;
	display:block;
	}
#header #highlights ul
	{
	visibility:hidden;
	position: absolute;
	z-index:10;
	left:0;
	top:0;
	}
#header #highlights li:hover>ul
	{
	visibility:visible;
	top:100%;
	left:0px;
	}
#header #highlights
	{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	background:none;
	padding:0;
	}
#header #highlights li
	{
	width:auto;
	float:left;
	position:relative;
	z-index:5;			
	}
#header #highlights li a
	{
	width:95px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#0B6798;
	text-decoration:none;
	margin:8px;
	padding:0px;
	display:block;
	position:relative;
	z-index:5;
	background-image: url(../images/nav_spacer.jpg);
	}
#header #highlights li.About
	{
	width: 94px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.About a
{background:url(../images/About-bullet.jpg) right 2px no-repeat;
    }

#header #highlights li.Products
	{
	width:98px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Products a{background:url(../images/Products-bullet.jpg) right 2px no-repeat;}

#header #highlights li.Marketing
	{
	width:82px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Marketing a{background:url(../images/Marketing-bullet.jpg) right 2px no-repeat;}

#header #highlights li.Manufacturing
	{
	width:106px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Manufacturing a{background:url(../images/Manufacturing-bullet.jpg) right 2px no-repeat;}

#header #highlights li.Research
	{
	width:110px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Research a{background:url(../images/Research-bullet.jpg) right 2px no-repeat;}

#header #highlights li.Media
	{
	width:94px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Media a{background:url(../images/Media-bullet.jpg) right 2px no-repeat;}

#header #highlights li.Jobs
	{
	width:110px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Jobs a{background:url(../images/Jobs-bullet.jpg) right 2px no-repeat;}

#header #highlights li.Contact
	{
	width:100px;
	height:31px;
	background:url(../images/nav_spacer.jpg) 0 0 repeat;
	margin:0 0px 0 0;
	}
#header #highlights li.Contact a{background:url(../images/Contact-bullet.jpg) right 2px no-repeat;}

#header #highlights ul
	{
	width:160px;
	height:auto;
	margin:0;
	padding:2px 2px 10px 2px;
	border:1px solid #b8c2c7;
	background: #fff url(../images/gradient.jpg) 0 bottom no-repeat;
	}

#header #highlights ul li a
	{
	width:152px;
	height:auto;
	margin:0;
	padding:2px 0 3px 8px;
	background:#fff;
	color:#4A4A4A;
	}

#header #highlights li.About li a:hover
	{
	background:#00AAEC;
	color:#fff;
	}
#header #highlights li.Products li a:hover
	{
	background:#7DB728;
	color:#fff;
	}
#header #highlights li.Marketing li a:hover
	{
	background:#DA4608;
	color:#fff;
	}
#header #highlights li.Manufacturing li a:hover
	{
	background:#C7226E;
	color:#fff;
	}
#header #highlights li.Research li a:hover
	{
	background:#8A3783;
	color:#fff;
	}
#header #highlights li.Media li a:hover
	{
	background:#CE0000;
	color:#fff;
	}
#header #highlights li.Jobs li a:hover
	{
	background:#007E6D;
	color:#fff;
	}
#header #highlights li.Contact li a:hover
	{
	background:#0B6798;
	color:#fff;
	}
