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

/* ... Top Navigation... */
#Navigation
{
	width: auto;
	height: 30px;
	line-height: 30px;
	margin:50px 10px 0 0;
	float:right;
}
#Navigation li
{
  list-style: none;
  float: left;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}
#Navigation li a
{
	display: block;
	float: left;
	text-decoration: none;
	color:#fff;
	padding: 0 15px;
	margin-right:5px;
	height:30px;
	border:1px solid transparent;
}

#Navigation a.CurPage,#Navigation a:hover
{
	background: #680207; color: #FFF; border:1px solid #480003;
  
}
#Navigation .CurPage:hover
{
	
  text-decoration: none;
  color:#3A0001;
}

div#Navigation ul ul 
{
  display: none;
}

/* ... 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;*/
  padding-left: 10px;
  background: url(../images/bcg-menu.png) no-repeat 5px 50%;
  font-size:110%;
}
#Secondary .IsSubcat li, #Bar .IsSubcat li
{
  border-bottom: 0 !important;
  padding-left: 0 !important;
  background:#ECECEC;
}
#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;
}
