/*--------------------------------- CSS FOR HEADER.HTML -------------------------------------*/
/*------------------ START DROPDOWN NAV --------------------*/
#headerNav {
	position:relative;
	float: right;
	width: 720px;
	text-align:center;
	z-index: 20;
	padding-left: 0px;
	}
#headerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
#headerNav ul li {
	float: left;
	position: relative;
	width: 90px;
	
	}
#headerNav li ul {
	position: absolute;
	top: 18px;
	left: 0;
	display: none;
	z-index: 21;
	}
/* Styles for Menu Items */
#headerNav ul li a {
	display: block;
	left: -1px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	/*background: red; /* IE6 Bug */
	padding-top: 5px;
	font-weight: normal;
	border-right: 1px solid white;
	height: 30px;
	}
/* Styles for SubMenu Items */
#headerNav li ul a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #eecd26; /* IE6 Bug */
	padding-top: 15px;
	border: 0;
	border-bottom: 1px solid #000000;
	z-index: 22;
	text-align: left;
	font-size:12px;
	/*filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;*/
	}
.websiteDrop a { 
	width: 220px;
	}
.pricingDrop a { 
	width: 170px;
	}
.leadsDrop a { 
	width: 150px;
	}
.riskDrop a { 
	width: 160px;
	}
.companyDrop a { 
	width: 110px;
	}
/* Fix IE. Hide from IE Mac \*/
* html #headerNav ul li { 
	/*float: OpenClose;*/
	height: 1%;
	}
* html #headerNav ul li a {
	height: 1%;
	}
/* End Fix IE. Hide from IE Mac */
/* Menu Hover Styles */
#headerNav ul li a:hover { 
	color: #C60; 
	/*background: #000000;*/
	}
#headerNav .website a:hover { 
	border-top: 10px solid #000000;
	}
#headerNav .pricing a:hover { 
	border-top: 10px solid #000000;
	}
#headerNav .leads a:hover { 
	border-top: 10px solid #000000;
	}
#headerNav .risk a:hover { 
	border-top: 10px solid #DAD496;
	}
#headerNav .company a:hover { 
	border-top: 10px solid #C60;
	}
/* Sub Menu Hover Styles */
#headerNav li ul li a { 
	padding: 2px 5px;
	} 
#headerNav li ul li a:hover { 
	padding: 2px 5px;
	border-top: 0;
	text-align: left;
	color: #ffffff;
	font-size:12px; 
	} 
#headerNav .websiteDrop a:hover { 
   	 background-color: #a83b45;
	}
#headerNav .pricingDrop a:hover { 
	 background-color: #a83b45;
	}
#headerNav .leadsDrop a:hover { 
	background: #a83b45;
	}
#headerNav .riskDrop a:hover { 
	color: black; 
	background: #a83b45;
	}
#headerNav .companyDrop a:hover { 
	background: #eecd26;
	}
/* The magic */		
#headerNav li:hover ul, #headerNav li.over ul {
	display: block;
	}
#headerNav li:hover em, #headerNav li.over em, #headerNav li .websitesOn em, #headerNav li .pricingOn em, #headerNav li .leadsOn em, #headerNav li .riskOn em, #headerNav li .companyOn em {
	position: absolute;
	height: 10px;
	width: 129px;
	top: 0;
	left: 0;
	}
#headerNav li:hover .websites em, #headerNav li.over .websites em, #headerNav li .websitesOn em {
	background: #8570AB;
	}
#headerNav li:hover .pricing em, #headerNav li.over .pricing em, #headerNav li .pricingOn em {
	background: #709AAB;
	}
#headerNav li:hover .leads em, #headerNav li.over .leads em, #headerNav li .leadsOn em {
	background: #76AB70;
	}	
#headerNav li:hover .risk em, #headerNav li.over .risk em, #headerNav li .riskOn em {
	background: #DAD496;
	}	
#headerNav li:hover .company em, #headerNav li.over .company em, #headerNav li .companyOn em {
	background: #C60;
	}	
/*------------------ END DROPDOWN NAV --------------------*/
#headerNavBack {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	height: 34px;
	width: 100%;
	z-index: 19;
	background-color: red;
	}
/*-------------------------- BLUE RIGHT BOX ------------------------------*/
/*---------HEIGHT MATCHES THE HEIGHT OF THE DROPDOWN BUTTONS--------------*/
#headerNavBlueRight {
	position: absolute;
	margin:0;
	right: 0;
	height: 4px;
	width: 14px;
	background-color: #000000;
	}
.logoTagLine {
	position: absolute;
	top: 50px;
	left: 156px;
	font: 11px arial, sans-serif;
	letter-spacing: 1px;
	color: #555555;
	}