.sdmenu {
    width: 174px;
    font-family: Sans-Serif;
    font-size: 12px;
    /*padding-bottom: 10px;*/
    /*background: #eee url(bottom.gif) no-repeat  right bottom;*/
    color: rgb(35,79,122);
    background-color: #d0d0d0;
    float:left;
}


.sdmenu .titleA, .sdmenu .titlehiddenA{
    width: 174px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    cursor:pointer;
    background: url(menu1.jpg) no-repeat;
    color: rgb(35,79,122);
}

.sdmenu .titleA:hover, .sdmenu .titlehiddenA:hover{
  background: url(menu_niebieski_ciemny.jpg) no-repeat;
  color: rgb(35,79,122);
  cursor:pointer;
}


.sdmenu .titleB, .sdmenu .titlehiddenB{
    width: 174px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: rgb(35,79,122);
    background: url(menu2.jpg) no-repeat;
    cursor:pointer;
}



.sdmenu .titleB:hover, .sdmenu .titlehiddenB:hover{
  background: url(menu_niebieski_ciemny.jpg) no-repeat;
  color: rgb(35,79,122);
  cursor:pointer;
}


.amenu{
    text-decoration: none;
    color: rgb(35,79,122);
}

.sdmenu .arrow {
		margin-left: 7px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.sdmenu .titlehiddenA ,.sdmenu .titlehiddenB {
    border-bottom: none;
}

.sdmenu #topmenu {
    background: url(menu1.jpg) no-repeat;
}

.sdmenu #topmenu:hover{
    background: url(menu_niebieski_ciemny.jpg) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
    /*min-height: 0px; height: auto !important;*/ 
    /*font-size: 0px;*/
    /*line-height:0px;*/
    
}

.sdmenu .submenu a {

    padding: 5px 20px;
    /*text-indent: 20px;*/
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid rgb(192,192,192);
    border-right: 1px solid rgb(192,192,192);
    color:rgb(35,79,122);
    /*color: #066;*/
    text-decoration: none;
}

.sdmenu .submenu a:hover {
   /* background : #066 url(linkarrow.gif) no-repeat right center;*/
    color: rgb(35,79,122);
    background:rgb(217,217,217);
}
