
#menu_sklad {

  font-size:11px;
  font-weight:bold;
 
}
#menu_sklad ul {
	margin: 0;
	padding-left: 10px;margin-left: 1px   
  
		
}
#menu_sklad li {
	list-style: none;
	float: left;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
   position:absolute;
   top:45%;


}
#menu_sklad a {
  background-color: #B1B1B1;
	float: left;
	margin: 1px 0;
	padding: 0 1em;
	color: #107F10;
  text-align:center;
  border-right:1px solid #339;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  width:65px; 
  height: 26px;	  

}
#menu_sklad a:hover, #menu_sklad a:active, #menu_sklad a:focus {
  height: 24px;	
  color:#333399;
  border-top:solid 1px #FFFF00;
  border-bottom:solid 2px #FFFF00;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.akcni_sklad{
   background-color:#B1B1B1;
   width:325px;
   font-weight:bold;
   font-size:18px;
   height:25px;
   cursor: hand;
}        

          .akcni_sklad:hover{
            background-color:LightBlue;
              } 

