#cssmenu ul {
  margin-right: 0px;

  padding: 10;
  list-style-type: none;

  position: relative;
  display: block;
  height: 25px;          
  font-size: 14px;
  background: #03254c;
  font-family: Roboto;
//  border-bottom: 1px solid #555555;
//  border-top: 1px solid #919191;
   border-radius:0px;
}


#cssmenu ul2 {
  margin-right: 0px;
  padding: 0;
  list-style-type: none;

  position: relative;
  display: block;    
  height: 36px;
  font-size: 14px;
  background: #03254c;
  font-family: Roboto;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
   border-radius:0px;
}

#cssmenu ul3 {
  margin-right: 0px;
  padding: 0;
  list-style-type: none;

  position: relative;        
  display: block;
  height: 36px;
  font-size: 12px;    
  background: #009900;
  font-family: Roboto;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
   border-radius:0px;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li2 {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}

#cssmenu li a {
  display: block;
  float: left;
  color: #FFFFFF;
  text-decoration: none;

  padding: 3px 14px 0 14px;
  height: 24px;
  background: transparent url('divider.gif') no-repeat top right;
}

#cssmenu li a:hover {

text-decoration: underline;
 text-decoration-style: dotted;

color: white;


 
}


#cssmenu li a:active {

  color: red;
}

#csstext ul {
  padding: 10px;
  text-align:justify;
  list-style-type: none;
  width: 1080px;
  position: relative;
  font-size: 14px;
  background: white;
  color:black;
  font-family: Helvetica, Arial, Verdana, sans-serif;
 // border-bottom: 4px solid #555555;
//  border-top: 1px solid #919191;
 // border-radius:7px;
}

#csstext nadpis {
  padding: 10px;
  text-align:right;
  list-style-type: none;
  width: 1080px;
  position: relative;
  font-size: 18px;
  background: white;
  color:black;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
  border-radius:7px;
}


#csstext nadpis1 {
  padding: 10px;
  text-align:left;
  list-style-type: none;
  width: 1080px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  background: white;
  color:black;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

#csstext ul2 {
  padding: 10px;
  text-align:left;
  list-style-type: none;
  width: 1080px;
  position: relative;
  font-style:italic;
  font-size: 36px;
  color: #773141;
  background: white;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
  border-radius:7px;
}

#csstisk ult {
  padding: 10px;
  text-align:justify;
  list-style-type: none;
  width: 1080px;
  position: relative;
  font-size: 25px;
  background: white;
  color:black;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
  border-radius:7px;
}
	