
#mainMenu.ddsmoothmenu ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
#mainMenu.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
}
#mainMenu.ddsmoothmenu ul li a.selected{
    background: transparent url("/images/selected_menu_item.png") no-repeat bottom center;
}

/*Top level menu link items style*/

* html #mainMenu.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
                                       display: inline-block;
}


/*1st sub level menu*/
#mainMenu.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    /*background:url(/images/sub_menu_bg.png) 0 0 no-repeat;*/
    width:auto;
    padding-bottom:7px;
    /*border-bottom:1px solid #222;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mainMenu.ddsmoothmenu ul li ul li{
    float: none;
    display: list-item;
    background:#c2c0b5 url(/images/sub_menu_bg.png) 0 0 repeat-x;
    padding:0;
}
#mainMenu.ddsmoothmenu ul li ul li.cat_menu_special{
    background: #013e03;
}

#mainMenu.ddsmoothmenu ul li ul li a{
    color: #275a13; /*podstawowy kolor czcionki w rozwinietym menu*/
}




#mainMenu.ddsmoothmenu ul li ul li.cat_menu_special a, #mainMenu.ddsmoothmenu ul li ul li.cat_menu_special a:hover{
    background: url("/images/sprites.png") no-repeat scroll -475px -82px transparent !important;
	 color:#eeede5;
}

/* Sub level menu links style */
#mainMenu.ddsmoothmenu ul li ul li a, #mainMenu.ddsmoothmenu ul li ul li a:hover{
    text-align:left;
    margin:0;
    padding:4px 0 4px 25px;
    background: url("/images/sprites.png") no-repeat scroll -475px -107px transparent;
    font-size: 12px;
    line-height:100%;
    width:168px;

    height:1%;

    text-transform:none;
  

}

#mainMenu.ddsmoothmenu ul li ul li a:hover {
    color:#79ab70;
}

#mainMenu.ddsmoothmenu ul li ul li a.last, #mainMenu.ddsmoothmenu ul li ul li a.last:hover {
    border:none;
}

/* Holly Hack for IE \*/
* html #mainMenu.ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


