﻿.IndustryLinkstab
{
	padding: 5px;
	border: #FFF solid 1px;
	border-bottom: none;
	background-image: url(down.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	display: inline-block;
}
.IndustryLinkstabchg
{
	padding: 5px;
	border: #003365 solid 1px;
	border-bottom: none;
	background-image: url(up.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	display: inline-block;
	position: absolute;
	z-index: 002;
	background-color: #F8FCFF;
}
.IndustryLinks
{
	width: 360px;
	overflow: hidden;
	border: #003365 solid 1px;
	display: none;
	position: absolute;
	z-index: 001;
	background-color: #F8FCFF;
}
.IndustryLinks a
{
	display: inline-block;
	width: 80px;
	padding: 5px;
	float: left;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}

