/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding:0px;
}
 
#menu_vert   li {
  list-style: none;
  padding-top:4px;
  padding-left:4px;
  margin-bottom:1px;
  border-left: 2px solid #888;
  border-right: 2px solid #ddd;
  background:#ccc;
  height:20px;

}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* next level links, more padding and smaller font */
div#menu_vert  a {
 
 text-decoration:none;
 color:#000;
 padding-left:10px; 
}

 

/* hover state for all links */
div#menu_vert a:hover {
 color: #9E0B0E;
}

 
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
 color:#000;
  font-weight:bold;
}

 
 

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 100%;
   border-bottom: none;
   color: #000; font-weight:bold;     
  padding-left:10px;
 
}

div#oferta a { color:#333; text-decoration:none; }

div#oferta a:hover{  
 color:#fff;  background:#D86C6F;
}

div#oferta #dzial {
  padding:2px 2px 2px 12px;  
 background:url(uploads/images/dzial.gif) no-repeat 0px 50%;
 border-bottom:1px solid #eee;
}

 

div#oferta #akt_dzial {
  padding:2px 2px 2px 6px;  border-left:1px solid #444;
 background:#888;
}

div#oferta #akt_dzial a{
  color:#fff; font-weight:bold; padding;0; margin:0;
}


div#oferta #grupa {
  padding:2px 2px 2px 22px;  
 background:url(uploads/images/grupa.gif) no-repeat 12px 7px;
 border-bottom:1px solid #ddd;
}
 

div#oferta #akt_grupa {
  padding:2px 2px 2px 22px;  
 background:url(uploads/images/grupa.gif) no-repeat 12px 7px;
 border-bottom:1px solid #ddd;
 font-weight:bold;
}


/* End of 'Navigation: Simple - Vertical' */

