/* //////////// NAVIGATION //////////// */

#navigation {
  width: 200px;
  background: transparent url("https://www.jahodapetr.cz/images/menu-bottom-bg.png") center bottom no-repeat;
  padding-bottom: 29px;
  text-align: right;
}

#navigation * {
  font-size: 98%;
  margin: 0;
  padding: 0;
}

#navigation a, #navigation h3 {
  display: block;
}

/** fix stupid ie bug with display:block; **/
* html #navigation li a { height: 1%; } 
* html #navigation li hr { height: 1%; }
/** end fix **/

#navigation a { 
  padding: 3px 5px 3px 5px;
  background: transparent url("https://www.jahodapetr.cz/images/button-bg.png") 0 0 no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #945513;
  border-bottom: 1px solid #000;
}

#navigation a:hover {
  background: transparent url("https://www.jahodapetr.cz/images/button-on-bg2.png") 0 0 no-repeat;
  color: #000;
}

#navigation li {
  list-style: none;
}

/* //////////// SUBMENU //////////// */

#navigation ul ul * {
  background: #945513;
  color: #E5C056;
  font-size: 95%;
}

#navigation ul ul ul a {
  padding-right: 10px;
  background: #884408;
}

/* //////////// CURRENT MENU //////////// */

#navigation ul li.currentpage h3 {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #000; /*253f21;*/
  color: #fff;
  margin: 0;
  font-size: 98%;
  background: transparent url("https://www.jahodapetr.cz/images/button-bg.png") 0 0 no-repeat;
}
#navigation ul li h3 a {
  color: #fff;
}
#navigation ul ul li.currentpage h3 {
  font-size: 95%;
  background: #945513;
}

/* Stylesheet: Insight - Nav Vertical Modified On 2014-10-14 12:19:21 */
