#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0 0 20px 0;
		list-style: none;
		float : left;
		width : 200px;
                background-color:#F7F3F7;
	}

	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 27px;
		margin-bottom : -1px;
                background-color: #F7F3F7;
		width: 200px;
	}

	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 200px;
		margin-top : -29px;
                border-left: 1px solid #fff;
                background: url('../grafika/shadow.png') no-repeat bottom right;
                padding: 0 8px 8px 0;
	}

	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	#nav li a {
		width: 175px;
		
		display : block;
		color : black;
		text-decoration : none;
		
		border-top: 1px solid #CECBCE;
                border-bottom: 1px solid #CECBCE;

                padding: 0 0 0 25px;

                background: url("../images/menuicon.gif") no-repeat scroll 15px 0 transparent;
	}

	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	.wybranaKat a {
		color : white !important; 
		background-color : black !important; 
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	.sub_nav_item
    {
       background-color: LightGrey !important;
    }
        .sub_nav_item a
        {
            background: url("../images/menuicon2.gif") no-repeat scroll 15px 0 transparent !important;
            color:black !important;
        }

        .sub_nav_item a:hover
        {
            color : white !important;
            background-color : black !important;
        }
        .podmenu{}