/* ---------------------------------------------------------------
Subcategories
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */

/* ... Top Navigation... */
#Navigation
{
	height: 43px;
	line-height: 43px;
	padding: 0 46px 0 41px;
	position:relative;
	top:65px;
	left:0px;
}

#Navigation li
{
    list-style: none;
    float: left;
    white-space: nowrap;
    text-align: center;
}

div#Navigation ul 
{
  margin: 0; 
  padding: 0; 
  z-index: 1000; 
}
div#Navigation li 
{
  position: relative; 
  list-style: none; 
  margin: 0;
  float: left; 
  width: 164px; 
  line-height: 43px;
  z-index: 1000; 
}

div#Navigation li.submenu 
{
    width: 164px !important;
    margin: 0 2px;
}

div#Navigation li a
{
  display: block;
  text-decoration: none; 
  width: 164px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  background: url(../images/bcg-navi.png) no-repeat 0 50%;
  
}
div#Navigation ul.level2 li a 
{
  /*width: 80px;
  padding-left: 25px;*/
}

div#Navigation>ul a
{
  width: auto;
}

div#Navigation .CurPage_1, div#Navigation .CurPage_2
{
  background-position: -164px 0 !important;  
}
div#Navigation .CurPage a:hover
{
  color:  #008EB7;
  font-weight: bold;
}

div#Navigation ul ul 
{
  position: absolute; 
  width: 164px;
  display: none;
}

div#Navigation ul.level2 
{
  top: 43px; 
  left: -1px;
}

div#Navigation li.submenu li.submenu:hover {background-color: #FFF;}
div#Navigation ul.level1 li.submenu:hover ul.level2
{
  display:block;
} 

div#Navigation li a
{
  background-position: 0 0;
}
div#Navigation li a:hover
{
  background-position: -164px 0;
  color: #F4C33A;
}


/* ... Bar and Secondary Menu... */

#Bar .NotSelect_2 , #Secondary .NotSelect_2
{
  display: none;
}

#Secondary li, #Bar li
{
  list-style: none;
  line-height: 2em;
  border-bottom: solid 1px #E8E8E8;
  text-indent: 15px;
  background: url(../images/bcg-menu.png) no-repeat 5px 6px;
}
#Secondary .IsSubcat li, #Bar .IsSubcat li
{
  border-bottom: 0 !important;
  padding-left: 0 !important;
  
}
#Secondary .Level_1 a, #Bar .Level_1 a {padding-left: 10px;}
#Secondary .Level_2 a, #Bar .Level_2 a {padding-left: 20px;}
#Secondary .Level_3 a, #Bar .Level_3 a  {padding-left: 30px; font-style: italic;}
#Secondary .Level_4 a, #Bar.Level_4 a {padding-left: 40px; font-style: italic;}
#Secondary .Level_5 a, #Bar.Level_5 a {padding-left: 50px; font-style: italic;}
#Bar a, #Secondary a
{
    text-decoration: none;
}
#Bar a:hover, #Secondary a:hover
{
    text-decoration: underline;
}
#Bar .CurPage, #Secondary .CurPage
{
    font-weight: bold;
    text-decoration: underline;
}
