#nav-top{
	display:block;
	list-style:none outside none;
	margin-left:7px;
	float: left;
	width: 776px;
	background-color: #F0F4F5; 
	padding-top: 6px;
	padding-bottom: 6px;
}


#nav-top li{	
	border-left:1px solid #ACACAC;
	float:left;
	padding:0px;
	float: left;
	background-color: #F0F4F5; 
}

#nav-top li a{	
        padding:0 6px;
}

#nav-top li a:hover {background-color:red; color: #F2F7F9; text-decoration:none;} /* mouse over link */

#nav-top .red a:link {color:red;}      /* unvisited link */
#nav-top .red a:visited {color:red;}  /* visited link */
#nav-top .red a:hover {color: #F2F7F9;} /* mouse over link */
#nav-top .red a:active {color:red;}  /* selected link */

#nav-top .news{width: 51px;}
#nav-top .industry{width: 122px;}
#nav-top .opinion{width: 68px;}
#nav-top .resources{width: 83px;}
#nav-top .search{border-left: none;}

#nav-top .news a{display: block; width: 51px;}
#nav-top .industry a{display: block; width: 122px;}
#nav-top .opinion a{display: block; width: 68px;}
#nav-top .resources a{display: block; width: 83px;}

#nav-top .list{
	background-color: #F0F4F5; 
	position: absolute; 
	z-index: 2; 
	display: none; 
	margin-top: 10px;
	float: none;
	border: 1px solid #233E66;
	width: 150px;
	padding-bottom: 6px;
}

#nav-top .resources .list{margin-left:-15px}
#nav-top .industry .listContainer{display: block; margin-left:-124px}

#government{margin-left: 151px;}

#retail{margin-left: 302px;}

#nav-top .list li{
	float: none;
        padding-left: 0px;
	padding-top: 5px;
	border-left: 0px;
	width: 150px;
}

#nav-top .list li a{
	font-weight: normal;
	display: block;
	width: 138px;
}

.search{
}


.footer-left-bold{
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 800px;
}

