/* --------------------------------------------- */
/* Menu glowne serwisu szukam-opiekunki.pl       */
/* --------------------------------------------- */

#head_pasek10 {
	background-color: rgb(49, 155, 218);
	height: 10px;
}
#head_pasek3 {
	background-color: rgb(49, 155, 218);
	height: 3px;
}

#head_menu {
	background: url("/img/menu/szukam-opiekunki.png") no-repeat left;
	border: 0;
	height: 76px;
}

#head_menu ul {
	height: 70px;
	list-style: none;
	margin: 0;
	padding: 3px 0px 0px 300px;
}
#head_menu li {
	float: left;
	font-family: Verdana;
	font-size: 10px;
/*	width: 70px; */
	width: 76px;
	height: 70px;
	margin: 0;
	display: inline;
	position: relative;
	border-left: 1px dotted #cccccc;
}
#head_menu li a {
	color: rgb(19,142,203);
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 55px 0 2px 0;
	width: 100%;
	position: absolute;
	background: transparent 15px 6px no-repeat;	
}
#head_menu li a:hover {
	color: rgb(19,142,203);
	border-bottom: 1px dotted rgb(103,171,220);
}

#head_menu li:first-child { border: none; }

#head_menu li a.menu_ico_index { background: url('../img/menu/konto2.png') no-repeat top; }
#head_menu li a.menu_ico_konto { background: url('../img/menu/konto3.png') no-repeat top; }
#head_menu li a.menu_ico_opiekunka { background: url('../img/menu/opiekunka2.png') no-repeat top; }
#head_menu li a.menu_ico_kasa { background: url('../img/menu/kasa2.png') no-repeat top; }
#head_menu li a.menu_ico_forum { background: url('../img/menu/forum2.png') no-repeat top; }
#head_menu li a.menu_ico_info { background: url('../img/menu/info2.png') no-repeat top; }
#head_menu li a.menu_ico_artykuly { background: url('../img/menu/artykuly2.png') no-repeat top; }
#head_menu li a.menu_ico_kontakt { background: url('../img/menu/kontakt2.png') no-repeat top; }
#head_menu li a.menu_ico_pomoc { background: url('../img/menu/pomoc2.png') no-repeat top; }
#head_menu li a.menu_ico_rejestracja { background: url('../img/menu/rejestracja2.png') no-repeat top; }
#head_menu li a.menu_ico_logowanie { background: url('../img/menu/logowanie2.png') no-repeat top; }
#head_menu li a.menu_ico_wyloguj { background: url('../img/menu/wyloguj3.png') no-repeat top; }

#head_menu li a.menu_ico_index:hover { background: url('../img/menu/konto1.png') no-repeat top; }
#head_menu li a.menu_ico_konto:hover { background: url('../img/menu/konto1.png') no-repeat top; }
#head_menu li a.menu_ico_opiekunka:hover { background: url('../img/menu/opiekunka1.png') no-repeat top; }
#head_menu li a.menu_ico_kasa:hover { background: url('../img/menu/kasa1.png') no-repeat top; }
#head_menu li a.menu_ico_forum:hover { background: url('../img/menu/forum1.png') no-repeat top; }
#head_menu li a.menu_ico_info:hover { background: url('../img/menu/info1.png') no-repeat top; }
#head_menu li a.menu_ico_artykuly:hover { background: url('../img/menu/artykuly1.png') no-repeat top; }
#head_menu li a.menu_ico_kontakt:hover { background: url('../img/menu/kontakt1.png') no-repeat top; }
#head_menu li a.menu_ico_pomoc:hover { background: url('../img/menu/pomoc1.png') no-repeat top; }
#head_menu li a.menu_ico_rejestracja:hover { background: url('../img/menu/rejestracja1.png') no-repeat top; }
#head_menu li a.menu_ico_logowanie:hover { background: url('../img/menu/logowanie1.png') no-repeat top; }
#head_menu li a.menu_ico_wyloguj:hover { background: url('../img/menu/wyloguj1.png') no-repeat top; }
