.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(darznieks_menu_bullet.jpg) no-repeat left center;
	list-style-type: none;
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #4d4d4d;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(darznieks_menu_bullet.jpg) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview A:link{
TEXT-DECORATION: none;
font-family: Tahoma; 
font-size:11px; 
color:#4d4d4d;	
}

.treeview A:visited {
TEXT-DECORATION: none;
font-family: Tahoma;
font-size:11px;
color:#4d4d4d;
}

.treeview A:active {
TEXT-DECORATION: none;
font-family: Tahoma;
font-size:11px;
color:#4d4d4d;
}

.treeview A:hover 
{
TEXT-DECORATION: none;
font-family: Tahoma;
font-size:11px;
color:#4d4d4d;	
}
/*------------------------------------------------------------------------*/
.copyr {
	font-family: Tahoma;
	font-size: 10px;
}
.center_title {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.center_txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.poll {
	font-family: Tahoma;
	font-size: 11px;
	color: #4d4d4d;
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #5c8f16;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #5c8f16;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #5c8f16;
}
/*------------------------------------------------------------------------*/
.teksts {
	color: #555555;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}
.teksts_bez_space {
	color: #555555;
	font-family: Tahoma;
	font-size: 12px;
}