/* style the outer div to give it width */
.menu {
width:930px; 
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:155px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:155px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	font-size:10px;
	text-decoration:none;
	color:#fff;
	width:144px;
	height:25px;
	border:1px solid #fff;
	border-width:1px 1px 1px 1px;
	background:#4E7EA3;
	padding-left:10px;
	line-height:26px;
	display: block;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:155px;
w\idth:142px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
.menu ul ul ul :hover > a {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:26px;
left:0; 
width:155px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:26px;
t\op:26px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:155px; 
top:0;
width:155px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-155px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:135px;
}
* html .menu ul ul a{
width:155px;
w\idth:135px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#c9ba65;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#c9ba65;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}




.style1 {
	color: #5A826B;
	font-weight: bold;
	font-size: 24px;
}
.style4 {font-size: 9px}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   	background-color: #D6E3B5;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#table1 {
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
#table2 {
	background-color: #BFD27D;
	margin-left: 0px;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #24871F;
}
#table2 a:hover {
	color: #758279;
}
#table3 {
	background-color: #4E7EA3;
	border: #DBEDC9;
	color: #FFFFFF;
}
#table4 {
	background-color: #F5F8ED;
	padding: 0px 0px 0px 0px;

}

a	{
	color: #4A7DA5;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #CC6633;
}

.input {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER: 1px gray solid;
}
.inputbox {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER: 1px gray solid;
	WIDTH: 170px;
}
.searchbox {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER: 1px gray solid;
	WIDTH: 100px;
}
.radio {
	BORDER: 0px;
	WIDTH: 13px;
	HEIGHT: 13px;
	PADDING: 0px;
}
.textarea {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER: 1px gray solid;
	WIDTH: 200px;
	HEIGHT: 80px;
}
h1 {
	font-size: 24px;
	color: #5A826B;
}
h2 {
	font-size: 18px;
	color: #006699;
	text-align: center;
}
.tabulka1 {
	border-bottom-style: double;
	border-bottom-color: #009A63;
}
