﻿
.WebMap div.AspNet-TreeView
 ul ul li.AspNet-TreeView-Parent a
 {
 	/*background: #6a5f39; color: white;*/
 	
 }


.WebMap div.AspNet-TreeView
ul li
{
	/*
  background: #b8a97c; 
  float: left;
  font-size: 12px; 
  text-transform: uppercase;
  margin-top:1px;
 */

 margin:2px 0px 2px 15px;
}

.WebMap 
div.AspNet-TreeView
ul li a
{/*
  background: #b8a97c; 
  width: 196px;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #ffffff;
  font-weight: bold;*/
  font-weight: bold;
}

.WebMap 
div.AspNet-TreeView
ul  ul li a
{
	font-weight: normal;
}


.WebMap div.AspNet-TreeView
 ul li a:hover
{
 /* text-decoration: none; background: #e88b14; color: #ffffff;*/
}

/*sekce*/
.WebMap div.AspNet-TreeView
 ul ul ul li.AspNet-TreeView-Leaf a
{
 /* background: #e7e2d3; height: 30px; line-height: 30px;  text-transform: none; float: left; color: #6a5f39;*/
}

.WebMap div.AspNet-TreeView
 ul ul ul li.AspNet-TreeView-Leaf a:hover
{
/*background: #e88b14;*/
}

.WebMap div.AspNet-TreeView
 ul ul ul li.AspNet-TreeView-Parent a
 {
 /*	background: #e7e2d3;color: #6a5f39;*/
 }

/*stroje*/
.WebMap div.AspNet-TreeView
 ul ul ul ul li.AspNet-TreeView-Leaf a
{
 /*width: 182px; float: left; background: #e7e2d3; height: 30px; line-height: 30px;  text-transform: none; color: #6a5f39; padding-left: 34px;*/
}
.WebMap div.AspNet-TreeView
 ul ul ul ul li.AspNet-TreeView-Selected a
{
	/*background: url('../Prezentace/imgs/lms_3_active.png') no-repeat;*/
}
.WebMap div.AspNet-TreeView
 ul ul ul ul li.AspNet-TreeView-Selected a:hover
{
	/*background: #e88b14;*/
}

/*zaklad*/

.WebMap div.AspNet-TreeView
ul
li
span
{
	width:0px;
	height:0px;
	display:none;
}

.WebMap div.AspNet-TreeView
ul 
{
  margin: 0;
  padding: 0;
  list-style: none;
  
   
}

.SiteMapLeftBlock
{
	position:relative;
	width:400px;
	float:left;
}

.SiteMapRightBlock
{
	width:200px;
	float:left;
}





