/* Start of CMSMS style sheet 'Menu rozwijane' */
#menu-index ul { float:left; z-index: 1; font-size: 13px; text-align: right;
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 560px; 
   position: absolute; 
   top: 147px; 
   left: 0px; 
   display: none; 
}

#menu-index .dla-rodzicow ul.unli, #menu-index .for-parents ul.unli {left:-60px !important;}

#menu-index ul ul {
   top:167px;
}

#menu-index li, #menu-index li li {  
   position: relative;
   float:left;
   
}

#menu-index li ul li {width:auto !important; height:20px;}
#menu-index li ul li a {width:auto !important; height:15px; padding:0 6px !important; font-size:12px; color:#0E75BB; font-weight:bold; background:none !important; border-right:1px solid #6699FF; margin-top:8px !important;}

ul#menu-index li.our-offer ul li a {margin-right:0px !important;}

#menu-index li ul li:last-child a {border:none !important;}

#menu-index li ul li a:hover {color:#6699FF;}

/*background-color: #606c88; filter:alpha(opacity=41); -moz-opacity: 0.41; opacity: 0.41; */


ul#menu-index li.menuactive ul li a {}
ul#menu-index li ul li a.menuactive {padding-right:20px; width:100px;}
ul#menu-index li ul li a.menuactive:hover {background-position: 115px center !important;}

#menu-index li li, #menu-index li li.menuparent {  
   min-height:1em; /* Fixes IE7 bug*/ margin:0px !important;
}

ul#menu-index li ul li a span {display:block !important;}


/* */
#menu-index li li.menuactive a { 
   
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#menu-index li.menuparent, 
#menu-index li.menuparent:hover, 
#menu-index li.menuparenth { 

}


/* Styling the apperance of menu items on hover */
#menu-index li li:hover, 
#menu-index li li.menuh, 
#menu-index li li.menuparenth, 
#menu-index li li.menuactiveh { 
    
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#menu-index ul, 
#menu-index li:hover ul, 
#menu-index li:hover ul ul, 
#menu-index li.menuparenth ul, 
#menu-index li.menuparenth ul ul { 
   display: none; 
}
#menu-index li:hover ul, 
#menu-index ul li:hover ul, 
#menu-index ul ul li:hover ul, 
#menu-index li.menuparenth ul, 
#menu-index ul li.menuparenth ul, 
#menu-index ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#menu-index li, #menu-index li.menuparenth { _float: left; _height: 1%; }
#menu-index li a { _height: 1%; }


/* section header */
#menu-index li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#menu-index li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Menu rozwijane' */

