@charset "utf-8";
/* CSS Document */

body {
	background-color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		font-family: tahoma;
	font-size: 13px;
	color: #000000;
	line-height:16px;
}

h1 {font-size:16px; font-weight:bold; color:#444444; padding-left:20px; }
h2 {font-size:13px; font-weight:bold; color:#ffffee; padding-left:21px; margin-top:-15px;}

a {color:#000000; text-decoration:underline;}
a:hover {color:#FF0000; text-decoration:underline;}
/*
a.menu {font-size:16px; color:#e8ffdd; text-decoration:none; font-weight:bold}
a.menu:hover {font-size:16px; color:#fff200; text-decoration:none;  font-weight:bold}

a.menu_roll {font-size:13px; color:#e8ffdd; text-decoration:none; font-weight:normal;}
a.menu_roll:hover {{font-size:13px; color:#fff200; text-decoration:none; font-weight:normal;}
*/
.stopka {font-size:11px}
a.stopka {font-size:11px; color:#000000; text-decoration:none;}
a.stopka:hover {font-size:11px; color:#000000; text-decoration:underline;}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height:22px;
font-family: tahoma;
font-size:16px;
background:#19320b;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
height:22px;
color:white;
font-weight:bold;
background:#19320b;

float: left;
 /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;

border-top: 1px solid #697a60;
height:22px;
vertical-align: middle;
background-color: #19320b;
width: 130px; /*Width of top level menu link items*/
padding-top:3px;
border: 0px solid black;
text-decoration: none;
color: white;

}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
vertical-align: middle;
text-align:left;

position: absolute;
background-color: #19320b;
margin-left:0px;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
height:22px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
vertical-align: middle;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 140px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
font-size:13px;
font-weight:normal;
background:#19320b;
text-decoration: none;
padding: 5px 20px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
color: yellow;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #19320b url(img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #19320b url(img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
