@charset "utf-8";
/* CSS 2.0 Document
 * Style dla strony www.fungo.com.pl
 * Nawigacja strony
 *
 * @Author Rafał Wachułka
 * @Copyright ©2007 imbaworks
 */
 
/***************** NAWIGACJA *******************************/
.naviUL a {
	float:left;
	color: #8b8b8b;
	font-size:10px;
	font-weight: bold;	
	padding:8px 20px 0px 20px;
	width: auto;
	height: 26px;
	text-align: center;
	text-decoration:none;
	background-position: 0px 0px;
}

.naviUL  a:hover {
	background: url('../images/navi_bg.png') repeat-x 0px -34px; 
}

#navi {
	float: right !important;
	width: auto;
	background-color: red;
	margin: 0px 0px 0px 0px;
	display: inline; /* IE6 doble margin hack */
	border: 0px solid #000;
}

#navi ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

#navi ul li {
	height: 34px;
	float: left;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #0093dd;
	background: url('../images/navi_bg.png') repeat-x 0px 0px;
	
	
}

	
/***************** NAWIGACJA ENDS ***************************/

/***************** MENU **********************************/
.menuUL a {
	float: left;
	width: 170px;
	height: 20px;
	padding-left: 30px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
}

.menuUL  a:hover {
	float: left;
	color: #fff;
	background-color: #ab175a;
	text-decoration: none;
	font-weight: normal;
}


#menuHandle {
	float:left;
	width: 200px;
	background: #942155 url(../images/menu_bg.png) no-repeat bottom center;
}

#menuHandle ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

#menuHandle ul li {
	float:left;
	margin-top: 5px;
	height:20px;
	width: 200px;
	background: url(../images/left_oferty_item.png) no-repeat 0px 0px;
	color: #707070;
	font-weight: normal;
	clear:both;
}

#menuHandle ul li.active {
	height: 25px;
	background-color: #ab175a;
	margin-bottom:-5px;
}

#menuHandle ul li .root {
	height:25px;
}

.root a {
	padding-top: 5px;
	width: 190px;
	padding-left: 10px;
	font-weight: bold;
}
.root a:hover {
	padding-top: 5px;
	width: 190px;
	padding-left: 10px;
	font-weight: bold;
}
/***************** MENU ENDS **********************************/