﻿ul
{
	width: 800px;
	height: 22px;
	position: absolute;
	margin-top: 1px;
	margin-left: 10px;
}
/* Img */
.companyProfile
{
	background: url(../../Images/SubMenuCompany.png) no-repeat 0 0;
}
.companyStructure
{
	background: url(../../Images/SubMenuCompany.png) no-repeat 0 -22px;
}
.contactCommunicationChannels
{
	background: url(../../Images/SubMenuCompany.png) no-repeat 0 -44px;
}
/* End img */
li
{
	display: inline;
}
li a:link, li a:visited
{
	position: absolute;
	top: 0;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.home a:link, .home a:visited
{
	left: 0px;
	width: 23px;
}
/* Link */
.profile a:link, .profile a:visited
{
	left: 33px;
	width: 38px;
}
.structure a:link, .structure a:visited
{
	left: 81px;
	width: 61px;
}
.communicationChannels a:link, .communicationChannels a:visited
{
	left: 152px;
	width: 146px;
}
/* End link */
