


.menu {
    left:135px;
    top:57px;
    position:relative;
    z-index:110;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
.menu ul ul {
    width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
    
    float:left;
    position:relative;
    
}
/* style the links for the top level  ================== TOP LEVEL MENU */
.menu a, .menu a:visited {
    
    padding:0px 9px;
    display:block;
    text-align: left;
    font-size:14px;
    font-family: arial;
    text-decoration:none; 
    color:#000000;
    /*width:89px; */
    height:42px;
    line-height:46px;
    background-repeat:no-repeat;
    background-position:100% 57%;
    background-image: url('../pix/wersje/menu-dot.gif');
    
    
}

.menu ul a:hover {
        color:#FFFFFF;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
width:90px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background: url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background: url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {

}
/* style the third level hover */
.menu ul ul ul a:hover {

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;

left:0; 
width:90px;
}
/* another hack for IE5.5 */
* html .menu ul ul {


}

/* position the third level flyout menu */
.menu ul ul ul{
left:90px; 
top:0;
width:92px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
/*left:-123px;*/
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {

    background:#244278;
    
    color:#9DBFDA; 
    height:auto; 
    line-height:2em;     
    text-align: left;
    width:150px;
    
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:123px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
    color:#ff00ff;
    
 
}
.menu :hover > a, .menu ul ul :hover > a {
    
        color:#ffffff;
        background:#244278;
        background-position: top;
        background-repeat:repeat-x;
    /*background-image: url(../pix/menu_orange_center_top.jpg); */
}

.menu ul ul :hover > a {
    background:#244278;              
}

/* make the second level visible when hover on first level list OR link */


.menu ul li:hover ul,
.menu ul a:hover ul{
    visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
    visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 
    visibility:visible;
}


.menu2 {
    font-size:0.85em;
    z-index:100;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
.menu2 ul ul {
    width:123px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {

float:left;
width:123px;

position:relative;
}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {
    
        display:block;
        text-align: center;
        font-size:11px;
        font-family: arial, verdana;
        text-decoration:none; 
        color:#fff; 
        width:122px; 
        height:30px; 
        border-bottom:1px solid #2F4D81; 
        
        background:#758279;
        background-image: url(../pix/menu_brown_center_top.jpg);
        
/* padding-left:10px; */
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */

* html .menu2 a, * html .menu2 a:visited {
width:123px;
}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;

}
.menu2 ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu2 ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:123px;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
top:30px;

}

/* position the third level flyout menu */
.menu2 ul ul ul{
left:123px; 
top:0;
width:125px;
}
/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
/*left:-123px;*/
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
background:#F49600; 
color:#000; 
height:auto; 
line-height:1em; 
padding-top:5px;
padding-bottom:5px;
width:123px;
text-align: center;
/* yet another hack for IE5.5 */
}
* html .menu2 ul ul a{
width:123px;
}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
color:#fff; 
background:#949e7c;
background-image: url(../pix/menu_orange_center_top.jpg); 
}
.menu2 :hover > a, .menu2 ul ul :hover > a {

color:#fff;
background:#949e7c;
background-image: url(../pix/menu_orange_center_top.jpg); 
}

/* make the second level visible when hover on first level list OR link */

.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ 
visibility:visible;
}

/* ======================================================== */


#nowe_menu {
    left:135px;
    top:57px;
    position:relative;
    z-index:99;
    /*width:550px;*/
    height:40px;
}

.top_menu_element {
  
    position:relative;
    display:block;
    float:left;
    height:40px;
    line-height:40px;
    margin-left:2px;
    
}
._top_menu_element {
  
    position:relative;
    display:block;
    float:left;
    height:40px;
    line-height:40px;
    margin-left:2px;
    
}
.top_menu_element a {
    font-family:arial;
    font-size:14px;
    text-decoration:none;
    color:black;
    background-image: url('../pix/wersje/menu-dot.gif');
    background-position: 100% 50%;
    background-repeat:no-repeat;
    

}
._top_menu_element a {
    font-family:arial;
    font-size:14px;
    text-decoration:none;
    color:#E85512;
    font-weight: bold;
    background-image: url('../pix/wersje/menu-dot.gif');
    background-position: 100% 50%;
    background-repeat:no-repeat;
    

}


.sub_contener {
    z-index:100;
    width:210px;
    position:absolute;
    top:40px;
    left:0px;
}

.submenu_list {
    /*background-color:#244278;*/
    background-image: url('../pix/menu-bg.png');
    padding:0px 10px;
    position:relative;
    z-index:150;
    width:190px;
}
.submenu_list a {
    background-image: none;
    border-top:1px solid #42629A;
    font-size:11px;
    font-family:verdana;
    color:#9EC1D7;
    display:block;
  /*  height:23px;*/
    line-height:23px;
    text-decoration:none;
}

.submenu_list a:hover {
    color:#ffffff;
    
}
.tm_frame {
    
    
    height:7px;
    line-height:7px;
    
}

.sl_top_frame {
    /*background-color:#244278;*/
    background-image: url('../pix/menu-bg.png');
    height:7px;
}

.tf_right {
    float:right;
    background-image: url('../pix/menu-PG.png');
    height:7px;
    width:7px;
}
.sl_bottom_frame {
    
    
    height:7px;
}

.bf_left {
    float:left;
    background-image: url('../pix/menu-LD.png');
    height:7px;
    width:7px;
}
.bf_right {
    background-image: url('../pix/menu-PD.png');
    height:7px;
    width:7px;
    float:right;
}

.fake_anchor {
    background-image: url('../pix/menu-bg.png');
}