a:link {
	text-decoration: underline;
	color: #744FB0;
}
a:visited {
	text-decoration: underline;
	color: #744FB0;
}
a:hover {
	text-decoration: none;
	color: #744FB0;
}
a:active {
	text-decoration: none;
	color: #744FB0;
}

.MainButton {

	background-color: #9487CD;
	height: 20px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	border: none;
	font-size: 11px;
}

/*
a.LeftNav:hover {
background-color:#9487CD;
}
*/

.LeftNav_a {
background-color:#9487CD;
}





ul#tree {
	padding:0px;
	margin:0px;
	list-style-type:none;
	margin-bottom:10px;
}
ul#tree li {
	background-image:url(../images/tree_dot.gif);
	background-position:top left;
	padding-left:18px;
	padding-right:9px;
	background-repeat:no-repeat;
	display:inline;
}
ul#tree li a {
	color:#744FB0;
	text-decoration:underline;
	font-size:11px;
}
ul#back {
	padding:0px;
	margin:0px;
	list-style-type:none;
	margin-top:20px;
	margin-bottom:20px;
}
ul#back li {
	background-image:url(../images/tree_back.gif);
	background-position:top left;
	padding-left:18px;
	padding-right:9px;
	background-repeat:no-repeat;
	display:inline;
}
ul#back li#top {
	background-image:url(../images/tree_top.gif);
	background-position:top left;
	padding-left:18px;
	padding-right:9px;
	background-repeat:no-repeat;
	display:inline;
}
ul#back li a, ul#back li#top a {
	color:#744FB0;
	text-decoration:underline;
	font-size:11px;
}


@media print{
  .spausdinti{ display:none; }
}
