
#mmenu
{	margin: 0px 0px 0px 80px;
	padding: 0;
	}

	#mmenu li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		text-align: left;
		}

	#mmenu li a
	{	display: block;
		background: #162475;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid #555faf;
		color: white;
		white-space: nowrap;
		font-weight: bold;
		height:16px;
		width:70px;
	}
	
	#mmenu li a#menu_start{
		background:url(../images/main/menu/start.gif) no-repeat center;
	}
	#mmenu li a#menu_start:hover{
		background:url(../images/main/menu/astart.gif) no-repeat center;
	}
	
	#mmenu li a#menu_profil{
		background:url(../images/main/menu/profil.gif) no-repeat center;
	}
	#mmenu li a#menu_profil:hover{
		background:url(../images/main/menu/aprofil.gif) no-repeat center;
	}
	
	#mmenu li a#menu_poczta{
		background:url(../images/main/menu/poczta.gif) no-repeat center;
	}
	#mmenu li a#menu_poczta:hover{
		background:url(../images/main/menu/apoczta.gif) no-repeat center;
	}
	
	#mmenu li a#menu_znajomi{
		background:url(../images/main/menu/znajomi.gif) no-repeat center;
	}
	#mmenu li a#menu_znajomi:hover{
		background:url(../images/main/menu/aznajomi.gif) no-repeat center;
	}
	
	#mmenu li a#menu_grupy{
		background:url(../images/main/menu/grupyzainteresowan.gif) no-repeat center;
		width:180px;
	}
	#mmenu li a#menu_grupy:hover{
		background:url(../images/main/menu/agrupyzainteresowan.gif) no-repeat center;
		width:180px;
	}	
	
	#mmenu li a#menu_kontakt{
		background:url(../images/main/menu/kontakt.gif) no-repeat center;
		border-right: none;
	}
	#mmenu li a#menu_kontakt:hover{
		background:url(../images/main/menu/akontakt.gif) no-repeat center;
		border-right: none;
	}
	
	#mmenu li a:hover
	{	font-weight: bold;
		color: #f9bd05;
	}
		
		#mmenu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid #f9bd05;
			width:170px;
			vertical-align:middle;}
		
			#mmenu li ul li
			{	float: none;
				display: inline;
				
			}
			
			#mmenu li ul li a
			{	width: auto;
				background: #555faf;
				color: white;
				font-weight: normal;
				border-bottom: 1px solid #4f5ba2;
				}
			
			#mmenu li ul li a:hover
			{	background: #4f5ba2;
				font-weight: normal;}
