body {
	background-color: white;
}

.style1 {
  align:justify; 
  style:padding-bottom:25px; 
  padding-top:15px;
}
.style2 {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: white; 
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-size: 16 px; 
	font-weight: bold; 
	color: white; 
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #296B4B; /********   tmavo zelena *******/
}
.style7 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-size: 16 px; 
	font-weight: bold;
	text-decoration: none; 
	color: white; 
}

/********   Style for TopMenu *******/

.stylem{
width: 100%;
font-weight: bold;
}

.stylem:after{ 
content: "."; 
display: block; 
height: 3; 
clear: both; 
visibility: hidden;
}

.stylem ul{
border: 1px solid #296B4B; /********   tmavo zelena *******/
width: auto;
padding: 4px 0;
margin: -4 0 -7;
text-align: center; 
}

.stylem ul li{
display: inline;
}

.stylem ul li a{
color: #296B4B;
padding: 2px 7px;
margin: 0;
height: 18px;
text-decoration:none;
border-right: 1px solid #296B4B;
}

.stylem ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /
}

/********   Style for SubMenu *******/

.menudiv{
position:absolute;
top: 0;
border: 1px solid #296B4B;
border-bottom-width: 1;
font:normal 11 px Verdana;
line-height:10px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#C2EDD8,direction=150,strength=5); 
}

.menudiv a{
width: auto;
display: block; 
text-indent: 3px;
border-bottom: 1px solid #296B4B; 
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: #296B4B;
}

* html .menudiv a{ /*IE only hack*/
width: 100%;
}

.menudiv a:hover{ 
background-color: #C2EDD8} /********   bledo zelena *******/
