#mainmenu {
	position: relative;
	height: 30px;
	width: 986px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	padding-left: 100px;
}


#mainmenu ul {
	padding: 0;
	margin: 0;
}

#mainmenu ul li {
	float: left;
	list-style: none;
}

#mainmenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 80px;
	background: url('../images/menu_glowna.png') no-repeat center;	
}

#menu_firma a {
	width: 80px;
	background: url('../images/menu_firma.png') no-repeat center;	
}

#menu_strony a {
	width: 114px;
	background: url('../images/menu_strony.png') no-repeat center;	
}

#menu_realizacje a {
	width: 92px;
	background: url('../images/menu_realizacje.png') no-repeat center;	
}

#menu_audyt a {
	width: 113px;
	background: url('../images/menu_audyt.png') no-repeat center;	
}

#menu_pozycjonowanie a {
	width: 136px;
	background: url('../images/menu_pozycjonowanie.png') no-repeat center;	
}

#menu_reklama a {
	width: 82px;
	background: url('../images/menu_reklama.png') no-repeat center;	
}

#menu_identyfikacja a {
	width: 178px;
	background: url('../images/menu_identyfikacja.png') no-repeat center;	
}

#mainmenu li.background {
	background: url('../images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#mainmenu .background .left {
	background: url('../images/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 14px;
}



