﻿.menu1
{
	/*background-image: url('Images/TSoftTreeView_polopruhledny.png');*/
	background-image: url('Images/polopruhledny25.png');
	margin: 0;
	padding: 0;
	width: 161px;
	border-top: 1px solid gray;
}

.menu1 ul
{   	
	padding: 0;
	margin: 0;
}

.menu1 li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid gray;
	line-height: 23px;
}

.menu1 a
{
	line-height: 23px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #0D1E25;
	text-decoration: none;
	font-weight: bold;
	margin-left: 4px;
	white-space: nowrap;
	padding: 0.1em;
}

.menu1 a:hover
{
	text-decoration: underline;
}

.menu1curent
{
	background-color: #006E86;
	display: block;
	width: 100%;
}

.menu1curent a
{
	color: #DCEEF6;
	font-style: italic;
}


.menu1RootLevel
{
	
	background-image: url('Menu/button_50transaprenci.png');
	background-position: top left;
	background-repeat: repeat-x;
}



.menu1RootLevel li
{
	border: none;	
}

.menu1FirstLevel li
{
	/*border: none;*/
}

.menu1FirstLevel a
{
	white-space: normal;
}

.menu1ChildLevel /*LI*/
{
	margin: 0;
	padding: 0;
}

.menu1child /*UL*/
{
	border: none;
	margin: 0;
	padding: 0;
}

.menu1child li 
{
	padding-left: 1em;
	margin: 0;
}
