#menu-obal {
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  width: 250px;
}
#menu-obal ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
#menu-obal li {
  padding: 0px 0px 0px 27px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  display: block;
  cursor: pointer;
  width: 225px;  
	line-height: 20px; 
}
#menu-obal a{
  display: block;
  color: #001399;
  text-align: left;
  text-decoration: none;
  padding: 0px 0px 0px 23px;
  margin: 0px 0px 0px 0px;
  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	background: url(images/menuikonaoff.gif) no-repeat top left;      	
}
#menu-obal a:hover {
  color: #000000;
	background: url(images/menuikonaon.gif) no-repeat top left;    
}

#submenu ul {
  display: none;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#submenu li {
  list-style-type: none;
  display: block;
  cursor: pointer;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#submenu a {
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;		
  color: #999999;
  background-color: #ffffff;
  display: block;
	line-height: 18px;  
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 23px;
	background: url() no-repeat top left;   
}
#submenu a:hover {
  background: #ffffff;
  color: #000000;
}

#menutop {
  width: 900px;
  height: 30px;
  font-family: tahoma;
  font-size: 8pt;
  color: #FFFFFF;
  text-align: left;
  padding: 0px 0px 0px 0px;  
  background:#FFFFEE url('./images/bg_menu.gif') repeat-x top left;
}
#menutop a {
  color: #cccccc;
  text-decoration: none;
  background-position: bottom;
  background-position: left;	
  background-repeat: no-repeat;
  display: inline;	
  padding: 0px 15px 0px 20px;	
	background: url(images/menutopoff.gif) no-repeat top left;     
}
#menutop a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  background-position: bottom;
  background-position: left;	
  background-repeat: no-repeat;
	background: url(images/menutopon.gif) no-repeat top left;   
}
#menutopleft {
   width: 500px;   
   height: 10px;
   position: relative;
   padding: 7px 0px 0px 15px;   
   margin: 0px 0px 0px 0px;   
   float:left;
}
#menutopright {
   width: 300px;
   height: 10px;
   position: relative;
   padding: 7px 0px 0px 15px;   
   margin: 0px 0px 0px 0px;   
   float:left;   
}


