/*#menuitems {
	display: inline;
	background: none;
}
*/
#leftmenuitems {
  display:block;  
  width: 174px;
 }

#logo_ets {
}
 
#leftmenuitems #prvniuroven {
	margin: 0px;
/*	display: inline;*/
	list-style : none;
  padding-left: 0px;
  width: 174px;

}

#x_menu TD.first,#x_menu TD.first_selected {
  text-align: left;
  /*background: silver;*/
  color: silver;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  background-image: url("/pictures/main/li1.gif");
  background-repeat: no-repeat;
  background-position: 6px 11px;
 /* text-transform: uppercase;*/
}
#x_menu TD.second, #x_menu TD.second_selected {
  text-align: left;
  background: rgb(153,102,153);
  color: silver;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-weight: normal;
  font-size: 85%;
  padding: 3px;
  padding-left: 36px;
  background-image: url("/pictures/main/li2.gif");
  background-repeat: no-repeat;
  background-position: 23px 8px;
  text-transform: none;
  list-style : none;
  margin-left: 0px;
}
#x_menu TD.first_selected, #x_menu TD.second_selected  {
  font-weight: bold;
 }

#leftmenuitems #prvniuroven li {
  /*float: left;*/
  /*width: 88px;
  height: 93px;*/
  text-align: left;
  /*background: silver;*/
  color: silver;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  background-image: url("/pictures/main/li1.gif");
  background-repeat: no-repeat;
  background-position: 6px 11px;
  /*text-transform: uppercase;*/
  	list-style : none;
}

#leftmenuitems #druhauroven{
  margin: 0px;
  padding-left: 0px;
  margin-left: 0px;  
}
#leftmenuitems #druhauroven li{
  /*float: left;*/
  /*width: 88px;
  height: 93px;*/
  text-align: left;
  background: rgb(153,102,153);
  color: silver;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-weight: normal;
  font-size: 85%;
  padding: 3px;
  padding-left: 36px;
  background-image: url("/pictures/main/li2.gif");
  background-repeat: no-repeat;
  background-position: 23px 8px;
  text-transform: none;
  list-style : none;
  margin-left: 0px;
}

#leftmenuitems a {
  color: white;
  text-decoration: none;
}

#leftmenuitems a:hover {
  background: none;
  font-weight: none;
  color: white;
  text-decoration: underline;
}

/*#leftmenuitems a:active {
background: white;
border: 0px solid gray; 
font-weight: bold;
color: red;
}*/


