/*  HEADER STYLES  */
#logo{
	width: 180px;
	float: left;
	background-color: white;
}
#topmenu{
	width: 577px; /* 757px-width of logo */
	float: left;
	background-color: white;
}
/* TOP MENU STYLES */
#topmenutabs{
	width: 577px;
	height: 40px;
	float: left;
}
/* TOP SUB MENU STYLES */
#topsubmenus{
	
}
#topsubmenuservices{
	position: absolute;
	top: 40px;
	margin-top: 2px;
	margin-left: 180px;
	background-color: #4C4C4C;
	width: 208px;
	visibility: hidden;
	z-index: 100;
}
#topsubmenuservicesiframe{
	position: absolute;
	top: 40px;
	margin-top: 2px;
	margin-left: 180px;
	width: 208px;
	display: none;
	z-index: 99;
}
#topsubmenuindustries{
	position: absolute;
	top: 40px;
	margin-left: 295px;
	margin-top: 2px;
	background-color: #4C4C4C;
	width: 208px;
	visibility: hidden;
	z-index: 100;
}
#topsubmenuindustriesiframe{
	position: absolute;
	top: 40px;
	margin-left: 295px;
	margin-top: 2px;
	width: 208px;
	display: none;
	z-index: 99;
}
#topsubmenuresources{
	position: absolute;
	top: 75px;
	margin-left: 305px;
	margin-top: 2px;
	background-color: #4C4C4C;
	width: 208px;
	visibility: hidden;
	z-index: 100;
}
#topsubmenuresourcesiframe{
	position: absolute;
	top: 75px;
	margin-left: 305px;
	margin-top: 2px;
	width: 208px;
	display: none;
	z-index: 99;
}
.topsubmenulist
{
	list-style-type: none;
	margin: 10px 10px 0;
	padding: 0;
}
.topsubmenulist li{
	padding-bottom: 3px;
}
.topsubmenulist li a{
	color: white;
	font-size: 12px;
	text-decoration: none;
}
.topsubmenulist li a:hover{
	text-decoration: underline;
}
/*  TOP MENU TAB STYLES  */
#topmenutablist{
	display: inline;
	float: left;
	height: 35px;
	margin-top: 5px;
	list-style-type: none;
	line-height: normal;
	padding-bottom: 0;
}
#topmenutablist li
{
	display: inline;
	width: 113px;
	height: 35px;
	float: left;
	margin-right: 2px;
}
#topmenutablist li a
{
	text-decoration: none;
	float: left;
	width: 113px;
	height: 35px;
}
#topmenudivider{
	padding: 0;
	margin: 2px 0px 2px 0px;
	float: left;
	width: 573px;
	height: 3px;
	background-color: #4A4A4A;
	font-size: 1px;
}
/*  TOP MENU LINK STYLES  */

#topmenulinks{
	background-color: #DFEAF3;
	width: 573px;
	height: 20px;
	float: left;
}
#topmenulinklist{
	float: left;
	padding-left: 1px;
	list-style-type: none;
	line-height: normal;
	padding-bottom: 0;
}
#topmenulinklist li{	
	display: inline;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	/* margin-left and right defined in header_links files */
	margin-top: 5px;
	margin-bottom: 2px;
	float: left;
	height: 13px;
}
#topmenulinklist li a{	
	color: #333333;
	text-decoration: none;
}
#topmenulinklist li a:hover{	
	text-decoration: underline;
}
#languageLink{
	float: right;
	padding-top: 5px;
	padding-right: 3px;
	font-weight: bold;
}
#languageLink a{	
	color: #333333;
	text-decoration: none;
}
#languageLink a:hover{	
	text-decoration: underline;
}
#topnavbottom{
	float: left;
}
/*  BREADCRUMB AND SEARCH STYLES */
#breadcrumbAndSearch{
	padding: 0;
	padding-top: 4px;
	height: 20px;
}
.breadcrumb a{
	color: white;
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb
{
	padding-left: 5px;
	color: white;
}
#search{
	float: right;
}
#txtSearch{
	color: #333333;
	vertical-align: middle;
}
#search a
{
    font-weight: bold;
	color: white;
	text-decoration: none;
}
#search a:hover{
	text-decoration: underline;
}
