/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	

background-image:url(tlo123.jpg); /* podajemy ścieżkę do tła */

background-color: #FFF;
background-repeat: repeat-x; 


	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	

}
	#menu{
		width:970px;
		background:url(images/menu_036_bg.jpg) no-repeat;
		height:101px;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 5px;				
			}
				#menu li a{
					color:#5b90b8;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					line-height:64px;
					cursor:pointer;
					padding:8px 20px;
				}
					#menu li a:hover{
						color:#426f93;
						background:#75bffd url(images/menu_036_h.jpg) repeat-x center top;
						text-decoration:none;
						border:1px solid #95d0fe;
					}
				#menu li a.current{
					color:#426f93;
					background:#c5e7ff url(images/menu_036_c.jpg) repeat-x center top;
					text-transform:uppercase;
					font-size:13px;
					padding:8px 20px;
					line-height:64px;
					font-weight:bold;
					text-decoration:none;
					border:1px solid #95d0fe;
				}
				


