#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#menu ul li{
position: relative;
display: block;
margin: 0 1px 0 1px;
float: left;

}

/*Top level menu link items style*/
#menu ul li a{
display: block;
float: left;
padding: 0;
margin: 0;
border: none;
text-decoration: none;
}
	
/*Sub level menu*/
#menu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
/*z-index: 100;*/
width: 154px;
}

#menu ul li ul li.top {
  background: #eaf492 url('../images/submenu_top.png') no-repeat top left;
  display: block;
  height: 15px;
  margin: 0;
  padding: 0;
}

#menu ul li ul li.bottom {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  width: 154px;
  height: 30px;
  border-top: 2px #fff solid;
}

/*Sub level menu list items*/
#menu ul li ul li{
  display: block;
  float: none;
  margin: 0;
}


/* Sub level menu links style */
#menu ul li ul li a:link, #menu ul li ul li a:visited{
width: 134px;
font-weight: normal;
padding: 3px 8px 3px 8px;
color: #869e57;
border-left: 2px #fff solid;
border-right: 2px #fff solid;
background: #eaf492;
}

#menu ul li ul li a:hover{
background: #cbe070 url('../images/bg_main.png') repeat;
}

#menu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu-home {
  width: 45px;
  height: 20px;
}
#menu-lomografie {
  width: 103px;
  height: 20px;
}
#menu-shop {
  width: 50px;
  height: 20px;
}
#menu-galerie {
  width: 73px;
  height: 20px;
}
#menu-kontakty {
  width: 89px;
  height: 20px;
}
#menu-links {
  width: 52px;
  height: 20px;
}
#menu-news {
  width: 54px;
  height: 20px;
}
#menu-forum {
  width: 58px;
  height: 20px;
}